5.0 KiB
{% if include.product == "admin" %} {% assign product_link="Docker Admin" %} {% assign invite_button = "Invite" %} {% if include.layer == "company" %} {% assign sso_navigation="Select your company in the left navigation drop-down menu, and then select SSO & SCIM." %} {% assign member_navigation="Select your organization in the left navigation drop-down menu, and then select Users." %} {% assign remove_button = "Remove user" %} {% assign scim_link="Set up SCIM" %} {% assign mapping_link="Enable Group mapping" %} {% else %} {% assign sso_navigation="Select your organization in the left navigation drop-down menu, and then select SSO & SCIM." %} {% assign member_navigation="Select your organization in the left navigation drop-down menu, and then select Members." %} {% assign remove_button = "Remove member" %} {% assign scim_link="Set up SCIM" %} {% assign mapping_link="Enable Group mapping" %} {% endif %} {% else %} {% assign product_link="Docker Hub" %} {% assign 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." %} {% assign member_navigation="Select Organizations, your organization, and then Members." %} {% assign invite_button = "Invite members" %} {% assign remove_button = "Remove member" %} {% assign scim_link="Set up SCIM" %} {% assign mapping_link="Enable Group mapping" %} {% endif %}
Manage domains
Remove a domain from an SSO connection
- Sign in to {{ product_link }}{: target="blank" rel="noopener" class=""}.
- {{ sso_navigation }}
- In the SSO connections table, select the Action icon and then Edit connection.
- Select Next to navigate to the section where the connected domains are listed.
- In the Domain drop-down, select the x icon next to the domain that you want to remove.
- Select Next to confirm or change the connected organization(s).
- Select Next to confirm or change the default organization and team provisioning selections.
- Review the Connection Summary and select Save.
Note
If you want to re-add the domain, a new TXT record value is assigned. You must then complete the verification steps with the new TXT record value.
Manage SSO connections
Edit a connection
- Sign in to {{ product_link }}{: target="blank" rel="noopener" class=""}.
- {{ sso_navigation }}
- In the SSO connections table, select the Action icon.
- Select Edit connection to edit your connection.
- Follow the on-screen instructions to edit the connection.
Delete a connection
- Sign in to {{ product_link }}{: target="blank" rel="noopener" class=""}.
- {{ sso_navigation }}
- In the SSO connections table, select the Action icon.
- Select Delete connection.
- Follow the on-screen instructions to delete a connection.
Deleting SSO
When you disable SSO, you can delete the connection to remove the configuration settings and the added domains. Once you delete this connection, it can't be undone. Users must authenticate with their Docker ID and password or create a password reset if they don't have one.
Manage users
Important
SSO has Just-In-Time (JIT) Provisioning enabled by default. This means your users are auto-provisioned into a team called 'Company' within your organization.
You can change this on a per-app basis. To prevent auto-provisioning users, you can create a security group in your IdP and configure the SSO app to authenticate and authorize only those users that are in the security group. Follow the instructions provided by your IdP:
Add guest users when SSO is enabled
To add a guest if they aren’t verified through your IdP:
- Sign in to {{ product_link }}{: target="blank" rel="noopener" class=""}.
- {{ member_navigation }}
- Select {{ invite_button }}.
- Follow the on-screen instructions to invite the user.
Remove users from the SSO company
To remove a user:
- Sign in to {{ product_link }}{: target="blank" rel="noopener" class=""}.
- {{ member_navigation }}
- Select the action icon next to a user’s name, and then select {{ remove_button }}.
- Follow the on-screen instructions to remove the user.
What's next?
- {{ scim_link }}
- {{ mapping_link }}