mirror of https://github.com/docker/docs.git
27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
|
|
{{ $sso_navigation := "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 company in the left navigation drop-down menu, and then select **SSO & SCIM**." }}
|
|
{{ end }}
|
|
|
|
### Connect an organization
|
|
|
|
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 connected organizations are listed.
|
|
5. In the **Organizations** drop-down, select the organization to add to the connection.
|
|
6. Select **Next** to confirm or change the default organization and team provisioning.
|
|
7. Review the **Connection Summary** and select **Save**.
|
|
|
|
### Remove an organization
|
|
|
|
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 connected organizations are listed.
|
|
5. In the **Organizations** drop-down, select **Remove** to remove the connection.
|
|
6. Select **Next** to confirm or change the default organization and team provisioning.
|
|
7. Review the **Connection Summary** and select **Save**.
|