Skip to content

Commit 4d0df59

Browse files
committed
Update group sync references to IDP sync
Replace outdated "group-sync.md" references with "idp-sync.md" across documentation to align with recent changes. This enhances consistency and clarity for users following configuration and identity provider integration instructions.
1 parent 744c316 commit 4d0df59

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/admin/users/groups-roles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Groups and roles can be manually assigned in Coder. For production deployments,
44
these can also be
5-
[managed and synced by the identity provider](./group-sync.md).
5+
[managed and synced by the identity provider](./idp-sync.md).
66

77
## Groups
88

docs/admin/users/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ they can use. While groups can be manually created in Coder, we recommend
1717
syncing them from your identity provider.
1818

1919
- [Learn more about Groups](./groups-roles.md)
20-
- [Group & Role Sync](./group-sync.md)
20+
- [Group & Role Sync](./idp-sync.md)
2121

2222
## Roles
2323

@@ -27,7 +27,7 @@ create workspaces. Other roles have administrative capabilities such as
2727
auditing, managing users, and managing templates.
2828

2929
- [Learn more about Roles](./groups-roles.md)
30-
- [Group & Role Sync](./group-sync.md)
30+
- [Group & Role Sync](./idp-sync.md)
3131

3232
## User status
3333

docs/admin/users/oidc-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
154154

155155
### Next steps
156156

157-
- [Group Sync](./group-sync.md)
157+
- [Group Sync](./idp-sync.md)
158158
- [Groups & Roles](./groups-roles.md)

docs/admin/users/organizations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ groups, and workspaces. Each organization must have at least one
3434
[provisioner](../provisioners.md) as the built-in provisioner only applies to
3535
the default organization.
3636

37-
You can configure [organization/role/group sync](./group-sync.md) from your
37+
You can configure [organization/role/group sync](./idp-sync.md) from your
3838
identity provider to avoid manually assigning users to organizations.
3939

4040
## Creating an organization

docs/admin/users/quotas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ Form will never get held up by quota enforcement.
103103

104104
## Up next
105105

106-
- [Group Sync](./group-sync.md)
106+
- [Group Sync](./idp-sync.md)
107107
- [Control plane configuration](../setup/index.md)

0 commit comments

Comments
 (0)