aboutsummaryrefslogtreecommitdiff
path: root/lib/authentication/Manager.php
diff options
context:
space:
mode:
authorAndré Noack <noack@data-quest.de>2025-01-06 08:47:37 +0000
committerAndré Noack <noack@data-quest.de>2025-01-06 08:47:37 +0000
commit35fe098a5dfc3ff675378a5d90e14be1117ac23a (patch)
tree653e537cabd47858d964cbb1cf814c28a7b03be5 /lib/authentication/Manager.php
parentf507e51d80b1f8ec78306a90783d8d8e3547354f (diff)
Resolve #5045 "Shibboleth Login kaputt"
Closes #5045 Merge request studip/studip!3805
Diffstat (limited to 'lib/authentication/Manager.php')
-rw-r--r--lib/authentication/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/authentication/Manager.php b/lib/authentication/Manager.php
index 6055f9f..d9c9f95 100644
--- a/lib/authentication/Manager.php
+++ b/lib/authentication/Manager.php
@@ -72,6 +72,7 @@ class Manager
Metrics::increment('core.sso_login.succeeded');
sess()->regenerateId(['auth', '_language', 'phpCAS', 'contrast']);
+ $this->setAuthenticatedUser($user);
}
}
}