Forum Discussion
mac_load_326940
Nimbostratus
Jul 12, 2017LTP+APM SSO
Hi,
I want to reach an internal Web application via F5. I configured an LTM-APM access profile and under the visual police editor, I have configured a rule where I make a first check based on th...
iaine
Nacreous
Jul 12, 2017You could either configure your APM policy to look for the application logout URI in the properties of the policy. Or, if you want more flexibility, you could add some logic to your iRule to kill off the session using ACCESS::session remove
So something like...
when HTTP_REQUEST {
if { [HTTP::uri] equals "/logout"} {
ACCESS::session remove
TCP::close
}
}
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