Skip to content

Commit 404370e

Browse files
committed
Make gen
1 parent e81a81b commit 404370e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ when required by your organization's security policy.`,
953953
},
954954
{
955955
Name: "OIDC Group Field",
956-
Description: "This field must be set if using the group sync feature and the scope name is not 'groups'",
956+
Description: "This field must be set if using the group sync feature and the scope name is not 'groups'. Set to the claim to be used for groups.",
957957
Flag: "oidc-group-field",
958958
Env: "CODER_OIDC_GROUP_FIELD",
959959
// This value is intentionally blank. If this is empty, then OIDC group

docs/cli/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ OIDC claim field to use as the email.
426426
| Environment | <code>$CODER_OIDC_GROUP_FIELD</code> |
427427
| YAML | <code>oidc.groupField</code> |
428428

429-
Change the OIDC default 'groups' claim field. By default, will be 'groups' if present in the oidc scopes argument.
429+
This field must be set if using the group sync feature and the scope name is not 'groups'. Set to the claim to be used for groups.
430430

431431
### --oidc-group-mapping
432432

0 commit comments

Comments
 (0)