mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Description - Adds section to SCIM docs for Entra ID/Azure OIDC - Adds testing section to SCIM doc - Adds troubleshooting guide for provisioning - Fixes numbers to 1,1,1 format - Ignore vale ## Related issues or tickets https://docker.atlassian.net/browse/ENGDOCS-2648 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
14 lines
719 B
HTML
14 lines
719 B
HTML
{{ $product_link := "[Docker Hub](https://hub.docker.com)" }}
|
|
{{ $sso_navigation := `Navigate to the SSO settings page for your organization.
|
|
- 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 in the left navigation drop-down menu, and then select **SSO and SCIM.**" }}
|
|
{{ end }}
|
|
|
|
1. Sign in to {{ $product_link }}.
|
|
1. {{ $sso_navigation }}
|
|
1. In the SSO connections table, select the **Actions** icon and **Setup SCIM**.
|
|
1. Copy the **SCIM Base URL** and **API Token** and paste the values into your IdP.
|