mirror of https://github.com/docker/docs.git
27 lines
1.5 KiB
Markdown
27 lines
1.5 KiB
Markdown
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
|
|
{{ $sso_navigation := `Navigate to the SSO settings page for your organization. Select **Organizations**, your organization, **Settings**, and then **Security**.` }}
|
|
|
|
{{ if eq (.Get "product") "admin" }}
|
|
{{ $product_link = "the [Admin Console](https://admin.docker.com)" }}
|
|
{{ $sso_navigation = "Select your organization or company in the left navigation drop-down menu, and then select **SSO and SCIM**. Note that when an organization is part of a company, you must select the company and configure SSO for that organization at the company level. Each organization can have its own SSO configuration and domain, but it must be configured at the company level." }}
|
|
{{ end }}
|
|
|
|
### Edit a connection
|
|
|
|
1. Sign in to {{ $product_link }}.
|
|
2. {{ $sso_navigation }}
|
|
3. In the SSO connections table, select the **Action** icon.
|
|
4. Select **Edit connection** to edit your connection.
|
|
5. Follow the on-screen instructions to edit the connection.
|
|
|
|
### Delete a connection
|
|
|
|
1. Sign in to {{ $product_link }}.
|
|
2. {{ $sso_navigation }}
|
|
3. In the SSO connections table, select the **Action** icon.
|
|
4. Select **Delete connection**.
|
|
5. Follow the on-screen instructions to delete a connection.
|
|
|
|
### Deleting SSO
|
|
|
|
When you disable SSO, you can delete the connection to remove the configuration settings and the added domains. Once you delete this connection, it can't be undone. Users must authenticate with their Docker ID and password or create a password reset if they don't have one. |