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

Skip to content

docs: update IdP group and role sync documentation for UI configuration #16315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 31, 2025
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
Loading