mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-23 03:19:31 +00:00
Revert "Moved all user info updating logic into SAMLUserFactory"
This reverts commit 960ee342e4.
This commit is contained in:
parent
960ee342e4
commit
99f04d71af
8 changed files with 88 additions and 133 deletions
|
|
@ -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
|
||||
|
|
|
|||
9
config/services_test.yaml
Normal file
9
config/services_test.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue