Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7dbd69

Browse files
committed
Merge branch 'restructure-new' of https://github.com/coder/coder into restructure-new
2 parents 688c9c1 + 91c9b55 commit d7dbd69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/admin/users/idp-sync.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ coder organizations settings set group-sync \
172172

173173
Visit the Coder UI to confirm these changes:
174174

175-
![IDP Sync](../../images/admin/organizations/group-sync.png)
175+
![IDP Sync](../../images/admin/users/organizations/group-sync.png)
176176

177177
</div>
178178

@@ -182,7 +182,7 @@ You can limit which groups from your identity provider can log in to Coder with
182182
[CODER_OIDC_ALLOWED_GROUPS](https://coder.com/docs/cli/server#--oidc-allowed-groups).
183183
Users who are not in a matching group will see the following error:
184184

185-
![Unauthorized group error](../images/admin/group-allowlist.png)
185+
![Unauthorized group error](../../images/admin/group-allowlist.png)
186186

187187
## Role sync (enterprise) (premium)
188188

@@ -212,7 +212,7 @@ the OIDC provider. See
212212
> Depending on the OIDC provider, this claim may be named differently.
213213

214214
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
216216
flag:
217217

218218
Set the following in your Coder server [configuration](./configure.md).
@@ -298,7 +298,7 @@ coder organizations settings set role-sync \
298298

299299
Visit the Coder UI to confirm these changes:
300300

301-
![IDP Sync](../images/admin/organizations/role-sync.png)
301+
![IDP Sync](../images/admin/users/organizations/role-sync.png)
302302

303303
</div>
304304

@@ -327,7 +327,7 @@ the OIDC provider. See
327327
> ones include `groups`, `memberOf`, and `roles`.
328328

329329
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)
331331
server flag:
332332

333333
```sh
@@ -341,7 +341,7 @@ Next, fetch the corresponding organization IDs using the following endpoint:
341341
https://[coder.example.com]/api/v2/organizations
342342
```
343343

344-
Set the following in your Coder server [configuration](./configure.md).
344+
Set the following in your Coder server [configuration](../setup/index.md).
345345

346346
```env
347347
CODER_OIDC_ORGANIZATION_MAPPING='{"data-scientists":["d8d9daef-e273-49ff-a832-11fe2b2d4ab1", "70be0908-61b5-4fb5-aba4-4dfb3a6c5787"]}'

0 commit comments

Comments
 (0)