From 74fbd6feaced5397cd5415a6a9f752f5d15ab9f6 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 27 May 2025 12:43:35 +0200 Subject: [PATCH] Update security config (guidelines sf64) --- 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 3bbb58480..aa5d93caf 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -59,7 +59,7 @@ security: # Note: Only the *first* access control that matches will be used access_control: # those lines are added by chill-bundles recipes, and are requires to make chill-bundles working - - { path: ^/(login|logout), roles: IS_AUTHENTICATED_ANONYMOUSLY } + - { path: ^/(login|logout), roles: PUBLIC_ACCESS } - { path: ^/public, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/wopi, roles: IS_AUTHENTICATED_FULLY } # access for homepage, the homepage redirect admin to admin section