5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Groups and roles can be manually assigned in Coder. For production deployments,
4
4
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 ) .
6
6
7
7
## Groups
8
8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ they can use. While groups can be manually created in Coder, we recommend
17
17
syncing them from your identity provider.
18
18
19
19
- [ Learn more about Groups] ( ./groups-roles.md )
20
- - [ Group & Role Sync] ( ./group -sync.md )
20
+ - [ Group & Role Sync] ( ./idp -sync.md )
21
21
22
22
## Roles
23
23
@@ -27,7 +27,7 @@ create workspaces. Other roles have administrative capabilities such as
27
27
auditing, managing users, and managing templates.
28
28
29
29
- [ Learn more about Roles] ( ./groups-roles.md )
30
- - [ Group & Role Sync] ( ./group -sync.md )
30
+ - [ Group & Role Sync] ( ./idp -sync.md )
31
31
32
32
## User status
33
33
Original file line number Diff line number Diff line change @@ -154,5 +154,5 @@ CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
154
154
155
155
### Next steps
156
156
157
- - [ Group Sync] ( ./group -sync.md )
157
+ - [ Group Sync] ( ./idp -sync.md )
158
158
- [ Groups & Roles] ( ./groups-roles.md )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ groups, and workspaces. Each organization must have at least one
34
34
[ provisioner] ( ../provisioners.md ) as the built-in provisioner only applies to
35
35
the default organization.
36
36
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
38
38
identity provider to avoid manually assigning users to organizations.
39
39
40
40
## Creating an organization
Original file line number Diff line number Diff line change @@ -103,5 +103,5 @@ Form will never get held up by quota enforcement.
103
103
104
104
## Up next
105
105
106
- - [ Group Sync] ( ./group -sync.md )
106
+ - [ Group Sync] ( ./idp -sync.md )
107
107
- [ Control plane configuration] ( ../setup/index.md )
0 commit comments