SAMLLogout

Achieves SAML SLO, single logout.

Properties

Name Description Default value Mandatory
pipeID The id of the pipe to be executed N/A Yes
template The UI template used. autopost.template No

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).