Skip to content
Prev Previous commit
Next Next commit
docs: update IdP group and role sync documentation for UI configurati…
…on (#16315)

(cherry picked from commit 92a490b)
  • Loading branch information
EdwardAngert authored and stirby committed Feb 3, 2025
commit 1c5c360514d0e3d3f74f89227f93a504a4e8e42b
405 changes: 185 additions & 220 deletions docs/admin/users/idp-sync.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/admin/users/organizations/group-sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/admin/users/organizations/role-sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/admin/users/organizations/template-org-picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/admin/users/organizations/workspace-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"state": ["enterprise", "premium"]
},
{
"title": "IDP Sync",
"title": "IdP Sync",
"path": "./admin/users/idp-sync.md",
"state": ["enterprise", "premium"]
},
Expand Down
11 changes: 0 additions & 11 deletions docs/tutorials/best-practices/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,6 @@ provider such as Okta. A single claim from the identity provider (like
`memberOf`) can be used to sync site-wide roles, organizations, groups, and
organization roles.

### Planned enhancements

Site-wide role sync is managed via server flags. We plan on changing this to
runtime configuration so Coder does not need a re-deploy:

- Issue [coder/internal#86](https://github.com/coder/internal/issues/86)

Make all sync configurable via the dashboard UI:

- [coder/coder#15290](https://github.com/coder/coder/issues/15290)

Regex filters and mapping can be configured to ensure the proper resources are
allocated in Coder. Learn more about [IDP sync](../../admin/users/idp-sync.md).

Expand Down