Skip to content

Commit fe49749

Browse files
committed
[Security] Deprecate the old authentication mechanisms
1 parent e983e9b commit fe49749

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Functional/app/Security/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
- container.service_subscriber
99

1010
security:
11+
enable_authenticator_manager: true
12+
1113
providers:
1214
main:
1315
memory:
@@ -30,3 +32,6 @@ security:
3032
form_login:
3133
check_path: /custom/login/check
3234
provider: custom
35+
36+
access_control:
37+
- { path: '^/main/user_profile$', roles: IS_AUTHENTICATED_FULLY }

0 commit comments

Comments
 (0)