We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89435d commit 036ed33Copy full SHA for 036ed33
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/SessionExpiration/config.yml
@@ -23,10 +23,19 @@ security:
23
form_login:
24
check_path: /login_check
25
default_target_path: /profile
26
+ logout: ~
27
anonymous: ~
28
session_expiration:
29
max_idle_time: 1
30
expiration_url: /expired
31
32
+ # This firewall is here just to check its the logout functionality
33
+ second_area:
34
+ http_basic: ~
35
+ anonymous: ~
36
+ logout:
37
+ target: /second/target
38
+ path: /second/logout
39
+
40
access_control:
41
- { path: .*, roles: IS_AUTHENTICATED_FULLY }
0 commit comments