Forum Discussion
scsp_177450
Nimbostratus
11 years agoAPM Access Policy -- Logout URI include
I have configured SSO and it works nicely except I cant logout!
Attempted defining this entry:
Include Logout URI. But it just wont take my parameters.
The logout button points to
"" so I e...
- 11 years ago
It's a known issue. You may want to use an iRule as work around
when HTTP_REQUEST { if { [HTTP::uri] equals "/index.php?logout=true" } { HTTP::redirect https://[HTTP::header host]/vdesk/hangup.php3 } }
kunjan_118660
Cumulonimbus
11 years agoIt's a known issue. You may want to use an iRule as work around
when HTTP_REQUEST {
if { [HTTP::uri] equals "/index.php?logout=true" } {
HTTP::redirect https://[HTTP::header host]/vdesk/hangup.php3
}
}
- scsp_17745011 years ago
Nimbostratus
Hi Kunjan. Thanks. I was using redirect. But I think this is cleaner. It works well. Thanks! - amolari11 years ago
Cirrostratus
IMHO using an irule here is not an equivalent. The session on the backend won't be logged out, only the APM session.
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