From 8b4a3e44fe32b8720bb77e0dbd021486908356b6 Mon Sep 17 00:00:00 2001 From: konradoboza Date: Fri, 26 Jul 2024 11:42:57 +0200 Subject: [PATCH] cr review remarks --- ibexa/commerce/5.0/config/packages/security.yaml | 9 ++------- ibexa/experience/5.0/config/packages/security.yaml | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/ibexa/commerce/5.0/config/packages/security.yaml b/ibexa/commerce/5.0/config/packages/security.yaml index b6d7c48c..69112a88 100644 --- a/ibexa/commerce/5.0/config/packages/security.yaml +++ b/ibexa/commerce/5.0/config/packages/security.yaml @@ -143,13 +143,6 @@ security: custom_authenticators: - Ibexa\Rest\Security\Authenticator\RestAuthenticator - ibexa_fragment: - pattern: ^/_fragment - user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker - provider: ibexa - custom_authenticators: - - Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator - ibexa_front: pattern: ^/ provider: ibexa @@ -160,6 +153,8 @@ security: enable_csrf: true login_path: login check_path: login_check + custom_authenticators: + - Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator entry_point: form_login logout: path: logout diff --git a/ibexa/experience/5.0/config/packages/security.yaml b/ibexa/experience/5.0/config/packages/security.yaml index 3232197e..fcc6c649 100644 --- a/ibexa/experience/5.0/config/packages/security.yaml +++ b/ibexa/experience/5.0/config/packages/security.yaml @@ -131,13 +131,6 @@ security: custom_authenticators: - Ibexa\Rest\Security\Authenticator\RestAuthenticator - ibexa_fragment: - pattern: ^/_fragment - user_checker: Ibexa\Core\MVC\Symfony\Security\UserChecker - provider: ibexa - custom_authenticators: - - Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator - ibexa_front: pattern: ^/ provider: ibexa @@ -148,6 +141,8 @@ security: enable_csrf: true login_path: login check_path: login_check + custom_authenticators: + - Ibexa\PageBuilder\Security\EditorialMode\FragmentAuthenticator entry_point: form_login logout: path: logout