From ff874a24dd62071d85be9d40106414a121bdc91b Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Fri, 12 May 2023 10:56:36 -0400 Subject: [PATCH] #7671: Document REMOTE_AUTH_AUTO_CREATE_GROUPS config parameter --- docs/configuration/remote-authentication.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration/remote-authentication.md b/docs/configuration/remote-authentication.md index fd95adef5..fb789bd98 100644 --- a/docs/configuration/remote-authentication.md +++ b/docs/configuration/remote-authentication.md @@ -4,6 +4,14 @@ The configuration parameters listed here control remote authentication for NetBo --- +## REMOTE_AUTH_AUTO_CREATE_GROUPS + +Default: `False` + +If true, NetBox will automatically create groups specified in the `REMOTE_AUTH_GROUP_HEADER` header if they don't already exist. (Requires `REMOTE_AUTH_ENABLED`.) + +--- + ## REMOTE_AUTH_AUTO_CREATE_USER Default: `False`