diff options
| author | André Noack <noack@data-quest.de> | 2025-01-06 08:47:37 +0000 |
|---|---|---|
| committer | André Noack <noack@data-quest.de> | 2025-01-06 08:47:37 +0000 |
| commit | 35fe098a5dfc3ff675378a5d90e14be1117ac23a (patch) | |
| tree | 653e537cabd47858d964cbb1cf814c28a7b03be5 | |
| parent | f507e51d80b1f8ec78306a90783d8d8e3547354f (diff) | |
Resolve #5045 "Shibboleth Login kaputt"
Closes #5045
Merge request studip/studip!3805
| -rw-r--r-- | lib/authentication/Manager.php | 1 |
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); } } } |
