From ceb0d693af79e44e72335f4c1c318e78a8aa25fe Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Mon, 17 Mar 2025 10:49:23 -0400 Subject: [PATCH] Add warning --- docs/configuration/security.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuration/security.md b/docs/configuration/security.md index 282610b94..172034b4f 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -190,7 +190,10 @@ The lifetime (in seconds) of the authentication cookie issued to a NetBox user u Default: False -Option to hide the login form when only SSO authentication is in use. +Option to hide the login form when only SSO authentication is in use. + +!!! warning + If the SSO provider is unreachable, login to NetBox will be impossible if this option is enabled. The only recourse is to disable it in the local configuration and restart the NetBox service. ---