Forum Discussion
Javier_124486
Nimbostratus
Aug 16, 2016Office 365 ADFS "single sign out" irule doubt
Hello,
I have been struggling lately with an APM deployment as an authentication point for ADFS proxy. My point is to just delegate the Office 365 authentication over the apm, which once you are au...
ArunThomas_2014
Nimbostratus
Sep 01, 2016Dear Javier, This would work.
when HTTP_REQUEST { set logoutrequest 0 if {[HTTP::uri] contains "/adfs/ls/?wa=wsignout1.0"} { log local0. "ADFS Signout Requested" set logoutrequest 1 } }
when HTTP_RESPONSE { if {$logoutrequest == 1} { log local0. "Terminate APM Session now" ACCESS::session remove } }
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