Forum Discussion
Marvin_129795
Apr 05, 2019Nimbostratus
SAML SLO response data destination modification needed
I have the following requirement to modify the SAML response data in particular the SLO destination. The goal here is to finalize the end user session on both the SP mywebsite, IDP1 and IDP2 (this is...
Marvin
Apr 10, 2019Cirrocumulus
On the IDP1 the following Irule has been modified to append the referer header to the PSOT request
when ACCESS_ACL_ALLOWED {
if { [HTTP::uri] contains "/logmeout"} {
log local0. "logout requested from IP [IP::client_addr] URI [HTTP::uri] query [HTTP::query]"
ACCESS::respond 307 Location "HTTPS://IDP2/saml/idp/profile/post/sls?[join "referer=[URI::encode [HTTP::header value "Referer"]]"https://myreferer"]"
ACCESS::session remove
}
}
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