Closed GoogleCodeExporter closed 8 years ago
Good catch! I am tempted to drop the entire addLogoutCallback /
callLogoutCallback code, since it doesn't actually serve any purpose. (It made
sense under my original plans for the SimpleSAML_Auth_Source class, but now it
doesn't actually serve any purpose, and only complicates the code unnecessarily.
Can you confirm that replacing the contents of handleLogout with:
$session = SimpleSAML_Session::getInstance();
$session->doLogout($this->authId);
solves your problem?
Original comment by olavmrk@gmail.com
on 27 Apr 2011 at 9:37
Yes, it does.
Original comment by comel...@gmail.com
on 3 May 2011 at 9:21
Here is the proposed fix until this is properly fixed...
BTW Is SSP intended to work in the same installation as IdP and SP with
'store.type' => 'phpsession'? Not that it doesn't work, it works.
Original comment by comel...@gmail.com
on 17 May 2011 at 1:29
Attachments:
Feel free to commit the fix. I created issue 406 for removing the
addLogoutCallback and callLogoutCallback functions.
After version 1.7 of SSP, running one or more SPs and an IdP on the same host
should work.
Original comment by olavmrk@gmail.com
on 18 May 2011 at 7:44
OK, committed as r2839.
Original comment by comel...@gmail.com
on 18 May 2011 at 4:33
Issue 407 has been merged into this issue.
Original comment by olavmrk@gmail.com
on 27 May 2011 at 10:17
Applied recommended patch and can confirm that this fixes the issue.
Original comment by marcus...@virtualthinking.com
on 27 May 2011 at 10:35
Original issue reported on code.google.com by
comel...@gmail.com
on 20 Apr 2011 at 9:25