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...
Stanislas_Piro2
Cumulonimbus
Jul 30, 2015Hi,
The /vdesk/hangup.php3 URL display logout page even without session. And Logon page is displayed only for new session. you cannot have a logon page without new session.
Are you sure O365 redirect to /adfs/ls/?wa=wsignout1.0 without any other parameters?
try this :
when HTTP_REQUEST {
if { ([string tolower [HTTP::path]] equals "/adfs/ls/") && ([string tolower [HTTP::query]] contains "wa=wsignout1.0") } {
HTTP::respond 302 Location "/vdesk/hangup.php3"
}
}
PS : everybody reply in answer space for formatting reasons. comment mode is for short comments.
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