Update group IdP Sync settings by organization
Path parameters
Organization ID
Request body
AutoCreateMissing controls whether groups returned by the OIDC provider are automatically created in Coder if they are missing.
Field is the name of the claim field that specifies what groups a user should be in. If empty, no groups will be synced.
LegacyNameMapping is deprecated. It remaps an IDP group name to a Coder group name. Since configuration is now done at runtime, group IDs are used to account for group renames. For legacy configurations, this config option has to remain. Deprecated: Use Mapping instead.
Mapping is a map from OIDC groups to Coder group IDs
Response
OK
AutoCreateMissing controls whether groups returned by the OIDC provider are automatically created in Coder if they are missing.
Field is the name of the claim field that specifies what groups a user should be in. If empty, no groups will be synced.
LegacyNameMapping is deprecated. It remaps an IDP group name to a Coder group name. Since configuration is now done at runtime, group IDs are used to account for group renames. For legacy configurations, this config option has to remain. Deprecated: Use Mapping instead.
Mapping is a map from OIDC groups to Coder group IDs