From d84ef345916dff4e75d6cb9e29a4a00a7ae69215 Mon Sep 17 00:00:00 2001 From: nashant Date: Mon, 7 Nov 2022 10:50:06 +0000 Subject: [PATCH] Document trusted_networks/trusted_proxies clash (#24849) --- source/_docs/authentication/providers.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index 9c1c91728a3..4ff24ee1ca0 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -61,6 +61,12 @@ The [multi-factor authentication module](/docs/authentication/multi-factor-auth/ +
+ +You cannot trust a network that you are using in any [trusted_proxies](/integrations/http/#reverse-proxies). The `trusted_networks` authentication will fail with the message: Your computer is not allowed + +
+ Here is an example in `configuration.yaml` to set up Trusted Networks: ```yaml