Skip to content

Commit 2fce66a

Browse files
committed
Update docs
1 parent 0c47e3b commit 2fce66a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/admin/auth.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
183183
If your OpenID Connect provider supports group claims, you can configure Coder
184184
to synchronize groups in your auth provider to groups within Coder.
185185

186-
To enable group sync, ensure that the `group` claim is set:
186+
To enable group sync, ensure that the `groups` claim is set. If group sync is
187+
enabled, the user's groups will be controlled by the OIDC provider. This means
188+
manual group additions/removals will be overwritten on the next login.
187189

188190
```console
189191
# as an environment variable

0 commit comments

Comments
 (0)