Forum Discussion
Kumarchamp
Nimbostratus
Jul 29, 2015APM logon page prompts again when logout from application
Hi All,
LTM + APM in 4000s enabled with SSO and APM sits between user & ADFS. When the user logout from an application, if the session is active, it directly logout and the application logout pa...
ArunThomas_2014
Nimbostratus
Aug 26, 2016I have a setup where F5 placed as a ADFS proxy.When user clicks on signout in the office 365,it starts a signout process and request has been sent to the ADFS server.I have an issue where APM session is not getting closed.I m using below I rule.Kindly suggest if we have a better solution. when HTTP_RESPONSE {
if {[HTTP::header "Set-Cookie"] contains "MSISSignOut=;"} {
ACCESS::session data set session.user.adfssignout 1
HTTP::close
} }
when CLIENT_CLOSED {
Remove APM session if ADFS sign-out variable exists
if {[ACCESS::session data get session.user.adfssignout] eq 1} { ACCESS::session remove } }
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