Skip to content

Commit 4a0ea3c

Browse files
Updated proxy info in config profile template (#23548)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> Updated company.proxy:443 (:80) to company.proxy:port, as ports can be any valid port. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [x] Editorial review - [ ] Product review
1 parent c4bc45e commit 4a0ea3c

File tree

1 file changed

+3
-2
lines changed
  • content/manuals/enterprise/security/enforce-sign-in

1 file changed

+3
-2
lines changed

content/manuals/enterprise/security/enforce-sign-in/methods.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ Overriding at least one of the proxy settings via Configuration profiles will au
119119
<key>allowedOrgs</key>
120120
<string>first_org;second_org</string>
121121
<key>overrideProxyHTTP</key>
122-
<string>http://company.proxy:80</string>
122+
<string>http://company.proxy:port</string>
123123
<key>overrideProxyHTTPS</key>
124-
<string>https://company.proxy:443</string>
124+
<string>https://company.proxy:port</string>
125125
</dict>
126126
</array>
127127
<key>PayloadType</key>
@@ -145,6 +145,7 @@ Overriding at least one of the proxy settings via Configuration profiles will au
145145
- Change `com.yourcompany.docker.config` to your company identifier
146146
- Replace `Your Company Name` with your organization name
147147
- Update the `allowedOrgs` value with your organization names (separated by semicolons)
148+
- Replace `company.proxy:port` with http/https proxy server host(or IP address) and port
148149
1. Deploy the profile using your MDM solution.
149150
1. Verify the profile appears in **System Settings** > **General** > **Device Management** under **Device (Managed)** profiles.
150151

0 commit comments

Comments
 (0)