From 0f68d4706eb82e0df3eb1d909a45e17fec3a076f Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Tue, 21 Jan 2025 16:31:57 -0800 Subject: [PATCH 1/2] Add firewall SSO FAQ --- content/manuals/security/faqs/single-sign-on/faqs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/security/faqs/single-sign-on/faqs.md b/content/manuals/security/faqs/single-sign-on/faqs.md index 85964d83d01d..c2179ce7d94d 100644 --- a/content/manuals/security/faqs/single-sign-on/faqs.md +++ b/content/manuals/security/faqs/single-sign-on/faqs.md @@ -58,3 +58,7 @@ other sensitive data in the directory. Due to potential security risks, Docker doesn't support this configuration. Instead, Docker recommends [configuring SCIM to enable group sync securely](/security/for-admins/provisioning/group-mapping/#use-group-mapping-with-scim). + +### Are there any firewall rules required for SSO configuration? + +No. There are no specific firewall rules required for configuring SSO, as long as the domain login.docker.com is accessible. This domain is commonly accessible by default. However, in rare cases, some organizations may have firewall restrictions in place that block this domain. If you encounter issues during SSO setup, ensure that login.docker.com is allowed in your network's firewall settings. \ No newline at end of file From 6609d93329a0cc2f91b100701e8faf06a1c7d463 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 22 Jan 2025 07:48:01 -0800 Subject: [PATCH 2/2] Update content/manuals/security/faqs/single-sign-on/faqs.md Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/manuals/security/faqs/single-sign-on/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/security/faqs/single-sign-on/faqs.md b/content/manuals/security/faqs/single-sign-on/faqs.md index c2179ce7d94d..383ee8df8aa8 100644 --- a/content/manuals/security/faqs/single-sign-on/faqs.md +++ b/content/manuals/security/faqs/single-sign-on/faqs.md @@ -61,4 +61,4 @@ securely](/security/for-admins/provisioning/group-mapping/#use-group-mapping-wit ### Are there any firewall rules required for SSO configuration? -No. There are no specific firewall rules required for configuring SSO, as long as the domain login.docker.com is accessible. This domain is commonly accessible by default. However, in rare cases, some organizations may have firewall restrictions in place that block this domain. If you encounter issues during SSO setup, ensure that login.docker.com is allowed in your network's firewall settings. \ No newline at end of file +No. There are no specific firewall rules required for configuring SSO, as long as the domain `login.docker.com` is accessible. This domain is commonly accessible by default. However, in rare cases, some organizations may have firewall restrictions in place that block this domain. If you encounter issues during SSO setup, ensure that `login.docker.com` is allowed in your network's firewall settings. \ No newline at end of file