Forum Discussion
Adam_Ingle_1300
Cirrus
May 31, 2016APM Forms SSO Session Logout Error Page
Good day!
I am trying to get my policy to recognize when the page /Login/LogOff is being accessed. I'm using Forms Based SSO to front-end an application which is working successfully, but when the...
Yann_Desmarest
Cirrus
May 31, 2016Hi,
You should use the following instead or configure the logout setting in the access profile directly :
when ACCESS_ACL_ALLOWED {
if { [HTTP::uri] equals "/Login/LogOff" } {
ACCESS::respond 302 Location "http://[HTTP::host]/vdesk/hangup.php3"
}
}
- Adam_Ingle_1300Jun 01, 2016
Cirrus
Yann, thank you very much for the reply. I did try the suggested iRule as well as the logout settings in the profile. Both together and separate without success. I am still presented with the error mentioned above. I am working with the application owners as I believe when the "log off" button is selected, rather than a final landing page, I believe the application is terminating the session and using a 302 redirect to return the user to the login page. Which is exactly what I want the APM to do as well. So there may be a conflict with the application response and the APM's response to the end user.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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