Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
15.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 15.5. Configure Global Logout
Configure picketlink-handlers.xml
Add theSAML2LogOutHandlerin the picketlink-handlers.xml.Configure Service Provider web page
AppendGLO=trueto the link at the end of your web page of the service provider.Example 15.19. Link to Global Logout
<a href="?GLO=true">Click to Globally LogOut</a>
<a href="?GLO=true">Click to Globally LogOut</a>Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create a
logout.jsppageAs part of the logout process, PicketLink will redirect the user to alogout.jsppage located in the root directory of your Service Provider application. Ensure that this page is created.