Home Explore Blog CI



docker

layouts/shortcodes/admin-sso-management-connections.md
fe4eb6c134830b2111a07f3545ea3eafc56e6fc570f4d7b200000003000005d1
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
{{ $sso_navigation := `Navigate to the SSO settings page for your organization. Select **My Hub**, your organization, **Settings**, and then **Security**.` }}

{{ if eq (.Get "product") "admin" }}
  {{ $product_link = "the [Admin Console](https://app.docker.com/admin)" }}
  {{ $sso_navigation = "Select your organization or company from the Choose profile page, 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**.
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. If an SSO connection is deleted, Docker users must authenticate with their Docker ID and password.

Chunks
0b095927 (1st chunk of `layouts/shortcodes/admin-sso-management-connections.md`)
Title: Editing and Deleting SSO Connections
Summary
This section describes how to edit and delete existing Single Sign-On (SSO) connections in Docker. The process involves signing in to either Docker Hub or the Admin Console, navigating to the SSO settings, and then using the 'Action' icon to select 'Edit connection' or 'Delete connection'. Deleting an SSO connection is permanent and requires users to authenticate with their Docker ID and password.