Forum Discussion
Kai_Wilke
Apr 13, 2017MVP
APM SP with ADFS Single-Log-Out
Hi Folks, I'd like to ask for working sample configuration to perform a SAML based Single-Log-Out. Scenario: VS_1
-> APM Policy with SAML Pre-Auth via multiple ADFS Server(s)
...
Stanislas_Piro2
Apr 13, 2017Cumulonimbus
Hi Kai,
you can use an irule to search session with the same user session...
when ACCESS_ACL_ALLOWED {
if some conditions {
set apm_uuid "[PROFILE::access name].[ACCESS::session data get session.logon.last.username]"
set apm_cookie_list [ ACCESS::uuid getsid $apm_uuid ]
if {[llength $apm_cookie_list] != 0} {
set sid [ lindex $apm_cookie_list 0 ]
ACCESS::session remove $sid
}
}
}
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