Fixed: the logout path was not relevant for default security bundle
This commit is contained in:
parent
1307ae914d
commit
c1f3a3540f
@ -38,7 +38,7 @@ security:
|
|||||||
#csrf_provider: security.csrf.token_manager
|
#csrf_provider: security.csrf.token_manager
|
||||||
logout_on_user_change: true
|
logout_on_user_change: true
|
||||||
logout:
|
logout:
|
||||||
path: /saml/logout
|
path: /logout
|
||||||
|
|
||||||
# uncomment to enable impersonate mode in Chill
|
# uncomment to enable impersonate mode in Chill
|
||||||
# https://symfony.com/doc/current/security/impersonating_user.html
|
# https://symfony.com/doc/current/security/impersonating_user.html
|
||||||
|
Loading…
Reference in New Issue
Block a user