Skip to content

Commit a5b8658

Browse files
committed
If multiple guard authenticators have different providers, link to the details on chaining providers together.
1 parent 9af277c commit a5b8658

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)