File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ There are two ways you can configure group sync:
62
62
On login, users will automatically be assigned to groups that have matching
63
63
names in Coder and removed from groups that the user no longer belongs to.
64
64
65
- For cases when an OIDC provider only returns group IDs ([Azure AD][azure-gids])
66
- or you want to have different group names in Coder than in your OIDC provider,
67
- you can configure mapping between the two with the
65
+ For cases when an OIDC provider only returns group IDs or you want to have
66
+ different group names in Coder than in your OIDC provider, you can configure
67
+ mapping between the two with the
68
68
[OIDC group mapping](../../reference/cli/server.md#--oidc-group-mapping) server
69
69
flag:
70
70
93
93
From the example above, users that belong to the ` myOIDCGroupID` group in your
94
94
OIDC provider will be added to the ` myCoderGroupName` group in Coder.
95
95
96
- [azure-gids]:
97
- https://github.com/MicrosoftDocs/azure-docs/issues/59766#issuecomment-664387195
98
-
99
96
# # Runtime (Organizations)
100
97
101
98
< blockquote class=" admonition note" >
You can’t perform that action at this time.
0 commit comments