Files
docker-docs/layouts/shortcodes/admin-scim.html
Sarah Sanders edd8605f4b security: update SCIM docs for Azure OIDC (#22771)
## 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>
2025-06-11 09:59:33 -04:00

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.