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 3b241b1 commit 8b99e58Copy full SHA for 8b99e58
reference/configuration/security.rst
@@ -404,6 +404,15 @@ multiple firewalls, the "context" could actually be shared:
404
ignored and you won't be able to authenticate on multiple firewalls at the
405
same time.
406
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
416
HTTP-Digest Authentication
417
--------------------------
418
0 commit comments