Skip to content

Commit db48479

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: Mentioned user_checkers in the main security config reference If multiple guard authenticators have different providers, link to the details on chaining providers together.
2 parents 684caaa + 79a899e commit db48479

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

reference/configuration/security.rst

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

482+
User Checkers
483+
-------------
484+
485+
During the authentication of a user, additional checks might be required to
486+
verify if the identified user is allowed to log in. Each firewall can include
487+
a ``user_checker`` option to define the service used to perform those checks.
488+
489+
Learn more about user checkers in :doc:`/security/user_checkers`.
490+
482491
HTTP-Digest Authentication
483492
--------------------------
484493

security/multiple_guard_authenticators.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ This is how your security configuration can look in action:
7878
),
7979
));
8080
81+
If your authenticators need separate providers, you will need to create a
82+
:doc:`chain of user providers </security/multiple_user_providers>`.
83+
8184
There is one limitation with this approach - you have to use exactly one entry point.
8285

8386
Multiple Authenticators with Separate Entry Points

0 commit comments

Comments
 (0)