Forum Discussion
venkatesh1
Aug 12, 2019Nimbostratus
F5 APM SSO cookie caching by Chrome browser.
Hi All, We have F5 VS were using for APM SSO for Jboss web appication which is working fine with Http form based SSO. The Problem is when we click the logout option in Jboss application, ...
Sajid
Aug 12, 2019Cirrostratus
Have to defined logout uri in the access profile?
Access ›› Profiles / Policies : Access Profiles (Per-Session Policies) ›› Profile_Name
Configurations
Logout URI Include
**************************
you can use iRule to force logout with removing session cookies.
when HTTP_REQUEST {
if {[HTTP::uri] contains "/Logout"}{
ACCESS::session remove
#HTTP::respond 302 Location "https://[HTTP::host]/vdesk/hangup.php3"
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects