Revert "Moved all user info updating logic into SAMLUserFactory"

This reverts commit 960ee342e4.
This commit is contained in:
Jan Böhmer 2023-02-24 00:12:44 +01:00
parent 960ee342e4
commit 99f04d71af
8 changed files with 88 additions and 133 deletions

View file

@ -33,7 +33,7 @@ security:
saml:
use_referer: true
user_factory: saml_user_factory
persist_user: false # False as we have our own persisting mechanism in SAMLUserFactory
persist_user: true
check_path: saml_acs
login_path: saml_login
failure_path: login

View file

@ -0,0 +1,9 @@
# Service overrides for the test environment
services:
saml_user_factory:
class: App\Security\SamlUserFactory
public: true
App\Security\SamlUserFactory:
public: true