- Notifications
You must be signed in to change notification settings - Fork925
docs: add new steps for org sync through ui#15768
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
docs/admin/users/idp-sync.md Outdated
> One claim value from your identity provider can be mapped to many | ||
> organizations in Coder. The example above maps to two organizations in | ||
> Coder. | ||
If there are already users in the default organization, leave **Assign |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
As I understand it, when Assign Default Organization is enabled, users will always be added to the default organization and when it is disabled users will always be removed from the default organization. I think it may be useful to let users know that this is always the case whether or not users are already in the default organization.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
docs/admin/users/idp-sync.md Outdated
1. Fetch the corresponding organization IDs using the following endpoint: | ||
```text | ||
https://[coder.example.com]/api/v2/organizations | ||
``` | ||
1.Set the following in your Coder server [configuration](../setup/index.md). | ||
1.As a Coder admin, go to **Settings** > **IdP organization sync**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Note: we should probably clarify that the user must be an Organization Admin or a site-wide User Admin.
ref:https://github.com/coder/coder/blob/main/coderd/rbac/roles.go (search forResourceIdpsyncSettings
)
dc84474
to7f0e024
Compare7f0e024
to211c02b
Compareb336e3b
into15431-docs-org-syncUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
preview