- Notifications
You must be signed in to change notification settings - Fork928
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.
Changes from1 commit
86ee782
6ec68e7
4dc7f3f
743e535
211c02b
ad79e42
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -420,36 +420,25 @@ settings, a user's memberships will update when they log out and log back in. | ||
Depending on the OIDC provider, this claim may be called something else. | ||
Common names include `groups`, `memberOf`, and `roles`. | ||
1. Fetch the corresponding organization IDs using the following endpoint: | ||
```text | ||
https://[coder.example.com]/api/v2/organizations | ||
``` | ||
1.As a Coder admin, go to **Settings** > **IdP organization sync**. | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
1. In the **Organization sync field** text box, enter the organization claim, | ||
then select **Save**. | ||
If there are already users in the default organization, leave **Assign | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
Default Organization** enabled. Disabling it might remove users from the | ||
EdwardAngert marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
default organization. | ||
1.Enter an IdP organization name and Coder organization, then select **Add IdP | ||
EdwardAngert marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
organization**: | ||
 | ||
</div> | ||