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. ---