Skip to content
Snippets Groups Projects
Commit 1f1fe0b7 authored by Andrew Stoltz's avatar Andrew Stoltz
Browse files

Fix multiauth selected source timeout

parent 39d55a90
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