Skip to content
Snippets Groups Projects
Commit 356551ea authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Merge pull request #297 from astoltz/fix/multiauth-timeout

Fix multiauth selected source timeout
parents 9fc680e1 1f1fe0b7
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ class sspmod_multiauth_Auth_Source_MultiAuth extends SimpleSAML_Auth_Source { ...@@ -149,7 +149,7 @@ class sspmod_multiauth_Auth_Source_MultiAuth extends SimpleSAML_Auth_Source {
/* Save the selected authentication source for the logout process. */ /* Save the selected authentication source for the logout process. */
$session = SimpleSAML_Session::getSessionFromRequest(); $session = SimpleSAML_Session::getSessionFromRequest();
$session->setData(self::SESSION_SOURCE, $state[self::AUTHID], $authId); $session->setData(self::SESSION_SOURCE, $state[self::AUTHID], $authId, SimpleSAML_Session::DATA_TIMEOUT_SESSION_END);
try { try {
$as->authenticate($state); $as->authenticate($state);
......
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