Home Explore Blog CI



docker

layouts/shortcodes/admin-sso-config.md
a684e494f28df3490857ce2e5f7112b875871748c608d6e700000003000007a9
{{ $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://admin.docker.com)" }}
  {{ $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 }}

> [!IMPORTANT]
>
> If your IdP setup requires an Entity ID and the ACS URL, you must select the
> **SAML** tab in the **Authentication Method** section. For example, if your
> Entra ID (formerly Azure AD) Open ID Connect (OIDC) setup uses SAML configuration within Azure
> AD, you must select **SAML**. If you are [configuring Open ID Connect with Entra ID (formerly Azure AD)](https://docs.microsoft.com/en-us/powerapps/maker/portals/configure/configure-openid-settings) select
> **Azure AD (OIDC)** as the authentication method. Also, IdP initiated connections
> aren't supported at this time.

After your domain is verified, create an SSO connection.

1. Sign in to {{ $product_link }}.
2. {{ $sso_navigation }}
3. In the SSO connections table select **Create Connection**, and create a name for the connection.

   > [!NOTE]
   >
   > You have to verify at least one domain before creating the connections.

4. Select an authentication method, **SAML** or **Azure AD (OIDC)**.
5. Copy the following fields to add to your IdP:

   - SAML: **Entity ID**, **ACS URL**
   - Azure AD (OIDC): **Redirect URL**

   ![SAML](/Users/baehyunsol/Documents/Rust/ragit/sample/docker/./docker-hub/images/saml-create-connection.png)

   ![Azure AD](/Users/baehyunsol/Documents/Rust/ragit/sample/docker/./docker-hub/images/azure-create-connection.png)

Chunks
b44faf3a (1st chunk of `layouts/shortcodes/admin-sso-config.md`)
Title: Creating an SSO Connection
Summary
After verifying your domain, you can create an SSO connection in Docker Hub or the Admin Console. Navigate to the SSO settings, select 'Create Connection', name the connection, and choose an authentication method (SAML or Azure AD (OIDC)). Copy the provided Entity ID and ACS URL for SAML or the Redirect URL for Azure AD (OIDC) to your Identity Provider (IdP) configuration.