Skip to content
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

feat(saas/console): section about default orgs for external identity providers #3917

Merged
merged 7 commits into from
Jul 1, 2024
13 changes: 13 additions & 0 deletions docs/components/console/manage-organization/external-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ For Azure AD, you will need to provide:

To generate the client on your end, you will need to use the Camunda **Redirect URL** `https://weblogin.cloud.camunda.io/login/callback `. Ensure you attach the user permissions `Users > User.Read`.

### Default organizations <span class="badge badge--enterprise-only">Enterprise only</span>

:::info
Default organizations for external identity providers are only available for organizations on an Enterprise plan.
:::

By setting up an external identity provider, it is possible to configure up to 10 default organizations. The following information must be added in the ticket so that the support team can configure the default organizations:

- Organization Id
- Default organization roles

If a user logs in with the configured connection, the user is automatically assigned to these organizations with the corresponding roles.

### Additional information

In some situations, you might need to access `openid-configuration` to establish the connection from your end. See [this OpenID configuration](https://weblogin.cloud.camunda.io/.well-known/openid-configuration) as an example.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ For Azure AD, you will need to provide:

To generate the client on your end, you will need to use the Camunda **Redirect URL** `https://weblogin.cloud.camunda.io/login/callback `. Ensure you attach the user permissions `Users > User.Read`.

### Default organizations <span class="badge badge--enterprise-only">Enterprise only</span>

:::info
Default organizations for external identity provider are only available for organizations on an Enterprise plan.
:::

By setting up an external identity provider, it is possible to configure up to 10 default organizations. The following information must be added in the ticket so the support team can configure the default organizations:

- Organization Id
- Default organization roles

If a user logs in with the configured connection, the user is automatically assigned to these organizations with the corresponding roles.

### Additional information

In some situations, you might need to access `openid-configuration` to establish the connection from your end. See [this OpenID configuration](https://weblogin.cloud.camunda.io/.well-known/openid-configuration) as an example.
Expand Down
Loading