You have ended your session with the identity provider. This has triggered log-out to all applications that were
associated with that session. Following are the details of the signout status.
|
#if($idpLogoutSuccess)
Signed out of Identity Provider $escape.escape($idpHost)
#else
Signing out of Identity Provider $escape.escape($idpHost) was not complete.
#end
|
#foreach( $spEntityId in $spList.keySet() )
Signing out from realm $escape.escape($spEntityId)
|
#end
#if( $hasSaml2Sp )
#foreach( $saml2SpId in $saml2SpList.keySet() )
Signing out from $escape.escape($saml2SpId)
Signing out of Service Provider $escape.escape($saml2SpList.get($saml2SpId))
|
|
#end
|
#end