From 6c53b6ea67f8cafdc92e55af1ffca39a661a8c5b Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Catoire Date: Mon, 4 May 2026 15:40:47 +0200 Subject: [PATCH] docs: clarify both PayloadUUID values must be replaced with unique UUIDs The Mac configuration profile example contains two PayloadUUID fields (inner payload and outer configuration) with different values, but the replacement instruction was singular and ambiguous about whether one or both should be replaced and whether the same value could be reused. Closes #24944 --- content/manuals/enterprise/security/enforce-sign-in/methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/enterprise/security/enforce-sign-in/methods.md b/content/manuals/enterprise/security/enforce-sign-in/methods.md index 6d216b024525..f585f4bb04cc 100644 --- a/content/manuals/enterprise/security/enforce-sign-in/methods.md +++ b/content/manuals/enterprise/security/enforce-sign-in/methods.md @@ -134,7 +134,7 @@ Overriding at least one of the proxy settings via Configuration profiles will au 1. Replace placeholders: - Change `com.yourcompany.docker.config` to your company identifier - Replace `Your Company Name` with your organization name - - Replace `PayloadUUID` with a randomly generated UUID + - Replace both `PayloadUUID` values with randomly generated UUIDs (each value must be unique) - 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.