-
Notifications
You must be signed in to change notification settings - Fork 923
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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 for ResourceIdpsyncSettings
)
dc84474
to
7f0e024
Compare
7f0e024
to
211c02b
Compare
preview