To configure the local logout:
Navigate to the %SHIBBOLETHSP_HOME%\etc\shibboleth folder and open the shibboleth2.xml file using a text editor.
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>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.
Restart the Shibboleth 2 Daemon to put these changes into effect.