Skip to content
Snippets Groups Projects
Commit ae4f1a7c authored by Andjelko Horvat's avatar Andjelko Horvat
Browse files

Fix for IdP-first flow logout (issue 397).

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2839 44740490-163a-0410-bde0-09ae8108e29a
parent f8868839
No related branches found
No related tags found
No related merge requests found
......@@ -299,6 +299,9 @@ abstract class SimpleSAML_Auth_Source {
$data = $session->getData('SimpleSAML_Auth_Source.LogoutCallbacks', $id);
if ($data === NULL) {
/* FIXME: fix for IdP-first flow (issue 397) -> reevaluate logout callback infrastructure */
$session->doLogout($this->authId);
return;
}
......
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