@@ -172,7 +172,7 @@ coder organizations settings set group-sync \
172
172
173
173
Visit the Coder UI to confirm these changes :
174
174
175
- 
175
+ 
176
176
177
177
</div>
178
178
@@ -182,7 +182,7 @@ You can limit which groups from your identity provider can log in to Coder with
182
182
[CODER_OIDC_ALLOWED_GROUPS](https://coder.com/docs/cli/server#--oidc-allowed-groups).
183
183
Users who are not in a matching group will see the following error :
184
184
185
- 
185
+ 
186
186
187
187
# # Role sync (enterprise) (premium)
188
188
@@ -212,7 +212,7 @@ the OIDC provider. See
212
212
> Depending on the OIDC provider, this claim may be named differently.
213
213
214
214
Next configure the Coder server to read groups from the claim name with the
215
- [OIDC role field](../reference/cli/server.md#--oidc-user-role-field) server
215
+ [OIDC role field](../../ reference/cli/server.md#--oidc-user-role-field) server
216
216
flag :
217
217
218
218
Set the following in your Coder server [configuration](./configure.md).
@@ -298,7 +298,7 @@ coder organizations settings set role-sync \
298
298
299
299
Visit the Coder UI to confirm these changes :
300
300
301
- 
301
+ 
302
302
303
303
</div>
304
304
@@ -327,7 +327,7 @@ the OIDC provider. See
327
327
> ones include `groups`, `memberOf`, and `roles`.
328
328
329
329
Next configure the Coder server to read groups from the claim name with the
330
- [OIDC organization field](../reference/cli/server.md#--oidc-organization-field)
330
+ [OIDC organization field](../../ reference/cli/server.md#--oidc-organization-field)
331
331
server flag :
332
332
333
333
` ` ` sh
@@ -341,7 +341,7 @@ Next, fetch the corresponding organization IDs using the following endpoint:
341
341
https://[coder.example.com]/api/v2/organizations
342
342
` ` `
343
343
344
- Set the following in your Coder server [configuration](./configure .md).
344
+ Set the following in your Coder server [configuration](../setup/index .md).
345
345
346
346
` ` ` env
347
347
CODER_OIDC_ORGANIZATION_MAPPING='{"data-scientists":["d8d9daef-e273-49ff-a832-11fe2b2d4ab1", "70be0908-61b5-4fb5-aba4-4dfb3a6c5787"]}'
0 commit comments