SAML Issuer: redirect on logout page after logout process initiated by IDP

This commit is contained in:
Clément Oudot 2010-08-31 15:21:17 +00:00
parent 0d5faacc0a
commit 038f57d7b5

View File

@ -2024,7 +2024,9 @@ sub issuerLogout {
# Verify that logout response is correctly sent. If we have to wait for
# providers during HTTP-REDIRECT process, return PE_INFO to notify to wait
# for them.
# Redirect on logout page when all is done.
if ( $self->sendLogoutRequestToProviders($logout) ) {
$self->{urldc} = $ENV{SCRIPT_NAME} . "?logout=1";
return PE_INFO;
}