Forum Discussion
Single Logout Request URL
This was my iRule. I attached this to my SAML VIP. All is well.
when HTTP_REQUEST { if { [HTTP::uri] equals "/sflogout" } { ACCESS::session remove HTTP::redirect "https://ourname.sharefile.com" } }
Hi all,
I'd the same problem, I've modify your iRule and now works correctly! :)
when HTTP_REQUEST {
if { [HTTP::uri] equals "/cgi/urllogout" } {
ACCESS::session modify -timeout 1
HTTP::redirect "https:company.sharefile.com" } }
P.S. ACCESS:session remove seems doens't work, i've modify timeout in 1 sec.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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
