Create a new DB user when somebody logs in using SAML

This commit is contained in:
Jan Böhmer 2023-02-20 23:04:20 +01:00
parent c0b74d83a5
commit 78ec0f1ea3
6 changed files with 75 additions and 18 deletions

View file

@ -127,6 +127,9 @@ services:
# Security
####################################################################################################################
saml_user_factory:
class: App\Security\SamlUserFactory
####################################################################################################################
# Cache
####################################################################################################################