From 4a0ea3c90a31bbefe7e5fc43df69259123535dcc Mon Sep 17 00:00:00 2001
From: karman <110832017+karman-docker@users.noreply.github.com>
Date: Mon, 13 Oct 2025 09:41:04 +0000
Subject: [PATCH] Updated proxy info in config profile template (#23548)
## Description
Updated company.proxy:443 (:80) to company.proxy:port, as ports can be
any valid port.
## Related issues or tickets
## Reviews
- [ ] Technical review
- [x] Editorial review
- [ ] Product review
---
.../manuals/enterprise/security/enforce-sign-in/methods.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/manuals/enterprise/security/enforce-sign-in/methods.md b/content/manuals/enterprise/security/enforce-sign-in/methods.md
index d365f93a38..3e5e65fe66 100644
--- a/content/manuals/enterprise/security/enforce-sign-in/methods.md
+++ b/content/manuals/enterprise/security/enforce-sign-in/methods.md
@@ -119,9 +119,9 @@ Overriding at least one of the proxy settings via Configuration profiles will au
allowedOrgs
first_org;second_org
overrideProxyHTTP
- http://company.proxy:80
+ http://company.proxy:port
overrideProxyHTTPS
- https://company.proxy:443
+ https://company.proxy:port
PayloadType
@@ -145,6 +145,7 @@ Overriding at least one of the proxy settings via Configuration profiles will au
- Change `com.yourcompany.docker.config` to your company identifier
- Replace `Your Company Name` with your organization name
- Update the `allowedOrgs` value with your organization names (separated by semicolons)
+ - Replace `company.proxy:port` with http/https proxy server host(or IP address) and port
1. Deploy the profile using your MDM solution.
1. Verify the profile appears in **System Settings** > **General** > **Device Management** under **Device (Managed)** profiles.