Revert "Add technical support videos to SSO and SCIM docs (#18245)" (#18248)

This reverts commit ac6a5dbeb8.
This commit is contained in:
Stephanie Aurelio 2023-09-20 17:28:40 -07:00 committed by GitHub
parent ac6a5dbeb8
commit d6f47fbac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 15 deletions

View File

@ -61,8 +61,6 @@ Follow the instructions provided by your IdP:
- [Azure AD](https://learn.microsoft.com/en-us/azure/active-directory/app-provisioning/user-provisioning)
- [OneLogin](https://developers.onelogin.com/scim/create-app)
See [More resources](#more-resources) for a video overview on how to set up SCIM in Azure AD.
## Set up role mapping
You can assign [roles](/docker-hub/roles-and-permissions/) to members in your organization in the IdP. To set up a role, you can use optional user-level attributes for the person you want to assign a role. In addition to roles, you can set an organization and team to override the default provisioning values set by the SSO connection.
@ -97,9 +95,3 @@ If SCIM is disabled, any user provisioned through SCIM will remain in the organi
2. {{ $sso_navigation }}
3. In the SSO connections table, select the **Actions** icon.
4. Select **Disable SCIM**.
## More resources
The following video provides an overview of how to set up SCIM with group mapping in Azure AD.
<iframe class="border-0 w-full aspect-video mb-8" allow="fullscreen" src="https://www.loom.com/embed/569ecddb06344aef905cd29e71847048?sid=eb5e0fe4-a0d8-4942-b4c5-03014a032cc7"></iframe>

View File

@ -56,7 +56,7 @@ After your domain is verified, create an SSO connection.
>
> You have to verify at least one domain before creating the connections.
4. Select an authentication method, **SAML** or **Azure AD (OIDC)**. See [More resources](#more-resources) for a video overview on how to set up SSO with SAML in Azure AD.
4. Select an authentication method, **SAML** or **Azure AD (OIDC)**.
5. Copy the following fields and add them to your IdP:
- SAML: **Entity ID**, **ACS URL**
@ -112,12 +112,6 @@ Your users must now sign in to Docker with SSO.
> If SSO isn't enforced, users can choose to sign in with either their Docker ID or SSO.
{ .important}
## More resources
The following video provides an overview of how to set up SSO with SAML in Azure AD.
<iframe class="border-0 w-full aspect-video mb-8" allow="fullscreen" src="https://www.loom.com/embed/0a30409381f340cfb01790adbd9aa9b3?sid=144c2b04-ebf6-4ae1-8fdb-01a9e81f33a5"></iframe>
## What's next?
- {{ $sso_mgmt_link }}