Skip to content

Commit a67aed7

Browse files
authored
ENGDOCS-2812 (#23661)
<!--Delete sections as needed --> ## Description Moves some remaining enterprise FAQs ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent ae5e631 commit a67aed7

File tree

8 files changed

+10
-5
lines changed

8 files changed

+10
-5
lines changed

content/manuals/docker-hub/usage/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Attribution is based on the following:
5151
determined based on domain affiliation and organization membership.
5252
- Verified domain ownership: When pulling an image from an account linked to a
5353
verified domain, the attribution is set to be the owner of that
54-
[domain](/manuals/security/faqs/single-sign-on/domain-faqs.md).
54+
[domain](/manuals/enterprise/security/single-sign-on/faqs/domain-faqs.md).
5555
- Single organization membership:
5656
- If the owner of the verified domain is a company and the user is part of
5757
only one organization within that
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
build:
33
render: never
4-
title: Single sign-on
5-
---
4+
title: FAQs
5+
---

content/manuals/security/faqs/single-sign-on/domain-faqs.md renamed to content/manuals/enterprise/security/single-sign-on/FAQs/domain-faqs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags: [FAQ]
77
aliases:
88
- /single-sign-on/domain-faqs/
99
- /faq/security/single-sign-on/domain-faqs/
10+
- /security/faqs/single-sign-on/domain-faqs/
1011
---
1112

1213
## Can I add sub-domains?

content/manuals/security/faqs/single-sign-on/enforcement-faqs.md renamed to content/manuals/enterprise/security/single-sign-on/FAQs/enforcement-faqs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags: [FAQ]
77
aliases:
88
- /single-sign-on/enforcement-faqs/
99
- /faq/security/single-sign-on/enforcement-faqs/
10+
- /security/faqs/single-sign-on/enforcement-faqs/
1011
---
1112

1213
## Does Docker SSO support authenticating through the command line?

content/manuals/security/faqs/single-sign-on/faqs.md renamed to content/manuals/enterprise/security/single-sign-on/FAQs/general.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ aliases:
1111
- /single-sign-on/saml-faqs/
1212
- /faq/security/single-sign-on/saml-faqs/
1313
- /security/faqs/single-sign-on/saml-faqs/
14+
- /security/faqs/single-sign-on/faqs/
1415
---
1516

1617
## What SSO flows does Docker support?

content/manuals/security/faqs/single-sign-on/idp-faqs.md renamed to content/manuals/enterprise/security/single-sign-on/FAQs/idp-faqs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags: [FAQ]
77
aliases:
88
- /single-sign-on/idp-faqs/
99
- /faq/security/single-sign-on/idp-faqs/
10+
- /security/faqs/single-sign-on/idp-faqs/
1011
---
1112

1213
## Can I use multiple identity providers with Docker SSO?

content/manuals/security/faqs/single-sign-on/users-faqs.md renamed to content/manuals/enterprise/security/single-sign-on/FAQs/users-faqs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tags: [FAQ]
77
aliases:
88
- /single-sign-on/users-faqs/
99
- /faq/security/single-sign-on/users-faqs/
10+
- /security/faqs/single-sign-on/users-faqs/
1011
---
1112

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

3738
## Is Docker SSO fully synced with the IdP?
3839

39-
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.
40+
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.
4041

4142
[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.
4243

content/manuals/enterprise/security/single-sign-on/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ Using a PAT ensures continued CLI access. For more information, see the
6767
## Next steps
6868

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

0 commit comments

Comments
 (0)