Forum Discussion
Nikolay_Matveev
Nimbostratus
10 years agoAPM: how to gracefully logout from all SSO applications behind BigIP
Dear Community,
I have 3 different web applications sitting behind a BigIP which does SSO across all three of them (they are 2 x Kerberos and 1 x Forms if this is relevant at all in the context ...
Daniel_Varela
Employee
10 years agoHi Nikolay,
The event is ACCESS_SESSION_CLOSED : https://devcentral.f5.com/wiki/iRules.ACCESS_SESSION_CLOSED.ashx
At this point you should use sideband connections to send closure request to your servers: https://devcentral.f5.com/wiki/irules.sideband.ashx, here there are some examples of how to use sideband connection.
Regards