mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-29 06:19:32 +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
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