We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c47e3b commit 2fce66aCopy full SHA for 2fce66a
docs/admin/auth.md
@@ -183,7 +183,9 @@ CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
183
If your OpenID Connect provider supports group claims, you can configure Coder
184
to synchronize groups in your auth provider to groups within Coder.
185
186
-To enable group sync, ensure that the `group` claim is set:
+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.
189
190
```console
191
# as an environment variable
0 commit comments