Skip to content

Commit 3b241b1

Browse files
committed
minor #10499 Note how to use multiple Guard Authenticators with different User Providers (pbowyer)
This PR was merged into the 2.8 branch. Discussion ---------- Note how to use multiple Guard Authenticators with different User Providers If multiple guard authenticators have different providers, link to the details on chaining providers together. Commits ------- a5b8658 If multiple guard authenticators have different providers, link to the details on chaining providers together.
2 parents 9af277c + a5b8658 commit 3b241b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)