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

Skip to content

Commit 91c9b55

Browse files
committed
Fix broken links in IDP sync documentation
Adjust image and link paths for accuracy: - Correct group error image path. - Update server reference and configuration links.
1 parent 376ca61 commit 91c9b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/admin/users/idp-sync.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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).
@@ -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)