mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Moved all user info updating logic into SAMLUserFactory
This commit is contained in:
parent
f5a5114999
commit
960ee342e4
8 changed files with 133 additions and 88 deletions
|
@ -33,7 +33,7 @@ security:
|
|||
saml:
|
||||
use_referer: true
|
||||
user_factory: saml_user_factory
|
||||
persist_user: true
|
||||
persist_user: false # False as we have our own persisting mechanism in SAMLUserFactory
|
||||
check_path: saml_acs
|
||||
login_path: saml_login
|
||||
failure_path: login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue