Skip to content
Snippets Groups Projects
Commit e92707d0 authored by Olav Morken's avatar Olav Morken
Browse files

saml:SP: Add logout status to state array.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2760 44740490-163a-0410-bde0-09ae8108e29a
parent b64b9abf
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@ if ($message instanceof SAML2_LogoutResponse) {
}
$state = SimpleSAML_Auth_State::loadState($relayState, 'saml:slosent');
$state['saml:sp:LogoutStatus'] = $message->getStatus();
SimpleSAML_Auth_Source::completeLogout($state);
} elseif ($message instanceof SAML2_LogoutRequest) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment