Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/manuals/docker-hub/usage/pulls.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Attribution is based on the following:
determined based on domain affiliation and organization membership.
- Verified domain ownership: When pulling an image from an account linked to a
verified domain, the attribution is set to be the owner of that
[domain](/manuals/security/faqs/single-sign-on/domain-faqs.md).
[domain](/manuals/enterprise/security/single-sign-on/faqs/domain-faqs.md).
- Single organization membership:
- If the owner of the verified domain is a company and the user is part of
only one organization within that
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
build:
render: never
title: Single sign-on
---
title: FAQs
---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [FAQ]
aliases:
- /single-sign-on/domain-faqs/
- /faq/security/single-sign-on/domain-faqs/
- /security/faqs/single-sign-on/domain-faqs/
---

## Can I add sub-domains?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [FAQ]
aliases:
- /single-sign-on/enforcement-faqs/
- /faq/security/single-sign-on/enforcement-faqs/
- /security/faqs/single-sign-on/enforcement-faqs/
---

## Does Docker SSO support authenticating through the command line?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ aliases:
- /single-sign-on/saml-faqs/
- /faq/security/single-sign-on/saml-faqs/
- /security/faqs/single-sign-on/saml-faqs/
- /security/faqs/single-sign-on/faqs/
---

## What SSO flows does Docker support?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [FAQ]
aliases:
- /single-sign-on/idp-faqs/
- /faq/security/single-sign-on/idp-faqs/
- /security/faqs/single-sign-on/idp-faqs/
---

## Can I use multiple identity providers with Docker SSO?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tags: [FAQ]
aliases:
- /single-sign-on/users-faqs/
- /faq/security/single-sign-on/users-faqs/
- /security/faqs/single-sign-on/users-faqs/
---

## Do I need to manually add users to my organization?
Expand Down Expand Up @@ -36,7 +37,7 @@ For detailed instructions, see [Configure single sign-on](/manuals/enterprise/se

## Is Docker SSO fully synced with the IdP?

Docker SSO provides Just-in-Time (JIT) provisioning by default. Users are provisioned when they authenticate with SSO. If users leave the organization, administrators must manually [remove the user](../../../admin/organization/members.md#remove-a-member-or-invitee) from the organization.
Docker SSO provides Just-in-Time (JIT) provisioning by default. Users are provisioned when they authenticate with SSO. If users leave the organization, administrators must manually [remove the user](/manuals/admin/organization/members.md#remove-a-member-or-invitee) from the organization.

[SCIM](/manuals/enterprise/security/provisioning/scim.md) provides full synchronization with users and groups. When using SCIM, the recommended configuration is to turn off JIT so all auto-provisioning is handled by SCIM.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ Using a PAT ensures continued CLI access. For more information, see the
## Next steps

- Start [configuring SSO](configure.md).
- Read the [FAQs](/manuals/security/faqs/single-sign-on/faqs.md).
- Read the [FAQs](/manuals/enterprise/security/single-sign-on/faqs/general.md).
- [Troubleshoot](/manuals/enterprise/troubleshoot/troubleshoot-sso.md) SSO issues.