mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore: add warning log if misconfigured groups oidc (#7874)
* chore: add warning log if misconfigured groups oidc This is not perfect, but if we find a 'groups' claim and it is not configured, put out a warning log to give some information
This commit is contained in:
@ -426,7 +426,7 @@ OIDC claim field to use as the email.
|
||||
| Environment | <code>$CODER_OIDC_GROUP_FIELD</code> |
|
||||
| YAML | <code>oidc.groupField</code> |
|
||||
|
||||
Change the OIDC default 'groups' claim field. By default, will be 'groups' if present in the oidc scopes argument.
|
||||
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.
|
||||
|
||||
### --oidc-group-mapping
|
||||
|
||||
|
Reference in New Issue
Block a user