Ce contenu n'est pas disponible dans la langue sélectionnée.
13.8. Configure SAML Global Logout Profile
A Global Logout initiated at one service provider logs out the user from the Identity Provider (IDP) and all the service providers.
Note
For a Global Logout to function appropriately ensure that you have only up to five Service Providers per Identity Provider.
Procedure 13.5. Configure Global Logout
Configure picketlink-handlers.xml
Add theSAML2LogOutHandler
in the picketlink-handlers.xml.Configure Service Provider web page
AppendGLO=true
to the link at the end of your web page of the service provider.Example 13.19. Link to Global Logout
<a href="?GLO=true">Click to Globally LogOut</a>
Create a
logout.jsp
pageAs part of the logout process, PicketLink will redirect the user to alogout.jsp
page located in the root directory of your Service Provider application. Ensure that this page is created.