Skip to content

Commit 9e2d93c

Browse files
author
hhamon
committed
[security] added a note to explain that the "check_path" URL must be under a secured pattern to be managed by the firewall.
1 parent 51f49ce commit 9e2d93c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

book/security/authentication.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,11 @@ configuration example that shows how to override them all:
443443
),
444444
));
445445
446+
.. note::
447+
448+
Unlike the ``login_path`` URL, the ``check_path`` URL must be located under
449+
a secured pattern in order to be handled by the firewall.
450+
446451
.. index::
447452
single: Security; X.509 certificates
448453

0 commit comments

Comments
 (0)