Skip to content

Commit 79a899e

Browse files
committed
minor #10509 Mentioned user_checkers in the main security config reference (javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- Mentioned user_checkers in the main security config reference This fixes #7259. Commits ------- 8b99e58 Mentioned user_checkers in the main security config reference
2 parents 3b241b1 + 8b99e58 commit 79a899e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/configuration/security.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,15 @@ multiple firewalls, the "context" could actually be shared:
404404
ignored and you won't be able to authenticate on multiple firewalls at the
405405
same time.
406406

407+
User Checkers
408+
-------------
409+
410+
During the authentication of a user, additional checks might be required to
411+
verify if the identified user is allowed to log in. Each firewall can include
412+
a ``user_checker`` option to define the service used to perform those checks.
413+
414+
Learn more about user checkers in :doc:`/security/user_checkers`.
415+
407416
HTTP-Digest Authentication
408417
--------------------------
409418

0 commit comments

Comments
 (0)