From c1f3a3540fa841b04846542bf57e83df4b144235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 10 Oct 2022 14:08:43 +0200 Subject: [PATCH] Fixed: the logout path was not relevant for default security bundle --- config/packages/security.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index a7f004c..b49a05b 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -38,7 +38,7 @@ security: #csrf_provider: security.csrf.token_manager logout_on_user_change: true logout: - path: /saml/logout + path: /logout # uncomment to enable impersonate mode in Chill # https://symfony.com/doc/current/security/impersonating_user.html