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

Skip to content

Commit 92a490b

Browse files
authored
docs: update IdP group and role sync documentation for UI configuration (#16315)
1 parent 0e2ae10 commit 92a490b

File tree

9 files changed

+186
-232
lines changed

9 files changed

+186
-232
lines changed

docs/admin/users/idp-sync.md

+185-220
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
Loading

docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"state": ["enterprise", "premium"]
285285
},
286286
{
287-
"title": "IDP Sync",
287+
"title": "IdP Sync",
288288
"path": "./admin/users/idp-sync.md",
289289
"state": ["enterprise", "premium"]
290290
},

docs/tutorials/best-practices/organizations.md

-11
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,6 @@ provider such as Okta. A single claim from the identity provider (like
9494
`memberOf`) can be used to sync site-wide roles, organizations, groups, and
9595
organization roles.
9696

97-
### Planned enhancements
98-
99-
Site-wide role sync is managed via server flags. We plan on changing this to
100-
runtime configuration so Coder does not need a re-deploy:
101-
102-
- Issue [coder/internal#86](https://github.com/coder/internal/issues/86)
103-
104-
Make all sync configurable via the dashboard UI:
105-
106-
- [coder/coder#15290](https://github.com/coder/coder/issues/15290)
107-
10897
Regex filters and mapping can be configured to ensure the proper resources are
10998
allocated in Coder. Learn more about [IDP sync](../../admin/users/idp-sync.md).
11099

0 commit comments

Comments
 (0)