JBoss Community Archive (Read Only)

PicketLink

SAML2LogOutHandler.java

Objective

Handler for SAML2 Logout Profile.

Fully Qualified Name

org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler.java

Configuration

Should be configured in WEB-INF/picketlink-handlers.xml

Example:

WEB-INF/picketlink-handlers.xml
<Handlers xmlns="urn:picketlink:identity-federation:handler:config:1.0">
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2IssuerTrustHandler"/>
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"/>
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler"/>
  <Handler class="org.picketlink.identity.federation.web.handlers.saml2.RolesGenerationHandler"/>
</Handlers>

Configuration Parameters

#

Name

Type

Objective

Default Value

SP/IDP

Since Version

1

BACK_CHANNEL_LOGOUT

Boolean

Enable back-channel SLO

false

IDP

2.7.0.Beta1

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:17:59 UTC, last content change 2014-07-17 03:07:15 UTC.