SAMLLogout
Achieves SAML SLO, single logout.
Example Configuration
{
"alias" : "slo",
"name" : "SAMLLogout",
"configuration" : {
"pipeID" : "pipeSLO",
"template" : "autopost"
},
"id" : "slo"
}
Requirements
- The incoming request contains a valid SAMLRequest
- The incoming request is HTTP POST
- (For 4.0 version, this patch must be applied).