Home Explore Blog CI



docker

layouts/shortcodes/admin-sso-management.md
fbc213b93b7161d2e7059b32d0e5ad4c5c1f6ffd30f5353100000003000005e3
{{ $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**." }}
{{ end }}

### Remove a domain from an SSO connection

> [!IMPORTANT]
>
> Docker supports multiple IdP configurations, where a single domain is used for multiple SSO identity providers. If you want to remove a domain from multiple SSO connections, you must remove it from each connection individually.

1. Sign in to {{ $product_link }}.
2. {{ $sso_navigation }}
3. In the SSO connections table, select the **Action** icon and then **Edit connection**.
4. Select **Next** to navigate to the section where the connected domains are listed.
5. In the **Domain** drop-down, select the **x** icon next to the domain that you want to remove.
6. Select **Next** to confirm or change the connected organization(s).
7. Select **Next** to confirm or change the default organization and team provisioning selections.
8. Review the **Connection Summary** and select **Update connection**.

> [!NOTE]
>
> If you want to re-add the domain, a new TXT record value is assigned. You must then complete the verification steps with the new TXT record value.

Chunks
809f5234 (1st chunk of `layouts/shortcodes/admin-sso-management.md`)
Title: Remove a Domain from an SSO Connection
Summary
This section describes how to remove a domain from a single sign-on (SSO) connection in Docker Hub or the Admin Console. The process involves navigating to the SSO settings, editing the connection, removing the domain from the list, and updating the connection. Docker supports multiple IdP configurations, so a domain needs to be removed individually from each connection if it's used in multiple SSO setups. Re-adding the domain requires a new TXT record value and verification.