diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx index e13da83f2cbebf..2572d0503de73f 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx @@ -34,7 +34,23 @@ To install the WARP client, run the following command: msiexec /i "Cloudflare_WARP_.msi" /qn ORGANIZATION="your-team-name" SUPPORT_URL="http://support.example.com" ``` -Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each argument. +#### Supported properties + +The WARP MSI installer supports the following [public properties](https://learn.microsoft.com/en-us/windows/win32/msi/public-properties): + +- `ORGANIZATION` +- `GATEWAY_UNIQUE_ID` +- `AUTH_CLIENT_ID` +- `AUTH_CLIENT_SECRET` +- `ONBOARDING` +- `OVERRIDE_API_ENDPOINT` +- `OVERRIDE_DOH_ENDPOINT` +- `OVERRIDE_WARP_ENDPOINT` +- `SERVICE_MODE` +- `SUPPORT_URL` +- `SWITCH_LOCKED` + +Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each property. ### Uninstall WARP diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx index 91a4d4909e8d35..7e0feaad89c9c5 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx @@ -235,6 +235,10 @@ This parameter replaces the old `enabled` property, which can no longer be used ### `unique_client_id` +:::note +Only valid for iOS and Android/ChromeOS. +::: + Assigns a unique identifier to the device for the [device UUID posture check](/cloudflare-one/identity/devices/warp-client-checks/device-uuid). **Value Type:** `string` @@ -268,9 +272,9 @@ Enables multiple user registrations on a Windows device. Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/). -## Per-App VPN parameters (Android) +## Per-app VPN parameters (Android) -To support the per-app VPN for Android devices, Cloudflare has introduced new MDM parameters. The admin can configure these new MDM parameters via any MDM tool that supports deploying an Android app to managed devices or work profiles. +[Per-app VPN](https://support.google.com/work/android/answer/9213914?hl=en) parameters allow you to choose the Android apps that can send traffic through the WARP tunnel. Admins can configure these parameters via any MDM tool that supports deploying an Android app to managed devices or work profiles. ### `app_identifier`