mirror of https://github.com/docker/docs.git
15 lines
814 B
HTML
15 lines
814 B
HTML
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
|
|
{{ $sso_navigation := `Navigate to the SSO settings page for your organization or company.
|
|
- Organization: Select **Organizations**, your organization, **Settings**, and then **Security**.
|
|
- Company: Select **Organizations**, your company, and then **Settings**.` }}
|
|
|
|
{{ 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.**" }}
|
|
{{ end }}
|
|
|
|
1. Sign in to {{ $product_link }}.
|
|
2. {{ $sso_navigation }}
|
|
3. In the SSO connections table, select the **Actions** icon and **Setup SCIM**.
|
|
4. Copy the **SCIM Base URL** and **API Token** and paste the values into your IdP.
|