From a5b8658d575bfee6215733eb1629eac85dc9eaae Mon Sep 17 00:00:00 2001 From: Peter Bowyer Date: Tue, 16 Oct 2018 18:38:30 +0100 Subject: [PATCH] If multiple guard authenticators have different providers, link to the details on chaining providers together. --- security/multiple_guard_authenticators.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/multiple_guard_authenticators.rst b/security/multiple_guard_authenticators.rst index acb1f774422..d9d80d71da8 100644 --- a/security/multiple_guard_authenticators.rst +++ b/security/multiple_guard_authenticators.rst @@ -78,6 +78,9 @@ This is how your security configuration can look in action: ), )); +If your authenticators need separate providers, you will need to create a +:doc:`chain of user providers `. + There is one limitation with this approach - you have to use exactly one entry point. Multiple Authenticators with Separate Entry Points