mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Allow X500 attributes for user info and added some tests
This commit is contained in:
parent
91fb861fd3
commit
586a57c2c9
7 changed files with 193 additions and 3 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