Configure the Local Logout

To configure the local logout:

  1. Navigate to the %SHIBBOLETHSP_HOME%\etc\shibboleth folder and open the shibboleth2.xml file using a text editor.

  2. Set the LogoutInitiator to Local as shown below:

    <!-- LogoutInitiators enable SP-initiated local or global/single logout of sessions. -->
    <LogoutInitiator type="Chaining" Location="/Logout" relayState="cookie">
    <LogoutInitiator type="SAML2" template="localLogout.html"/>
    <LogoutInitiator type="Local"/>
    </LogoutInitiator>

  3. Optional: To customize your local logout screen, update the localLogout.html file in the %SHIBBOLETHSP_HOME%\etc\shibboleth folder. Users who log out of RiskVision will be taken to whatever is in the localLogout.html file.

  4. Restart the Shibboleth 2 Daemon to put these changes into effect.