From 6b4232b3f190a11808a7c09a9e927f7236a0ddd0 Mon Sep 17 00:00:00 2001 From: Kate Tungusova Date: Wed, 18 Dec 2024 21:06:39 +0000 Subject: [PATCH 1/2] [CF1] per app vpn new params for android --- .../deployment/mdm-deployment/parameters.mdx | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 c05525090897874..ec32d850b9df785 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 @@ -229,4 +229,24 @@ Enables multiple user registrations on a Windows device. ### `pre_login` -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/). \ No newline at end of file +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) + +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. + +### `app_identifier` + +An application package name/bundle identifier which uniquely identifies the app on the Google Play Store. This application will be tunneled through the WARP service. + +**Value Type**: `string` + +**Value**: The app identifier can be found in the ID query parameter of the specific app's Play Store URL. For example: in the case of `https://play.google.com/store/apps/details?id=com.cloudflare.cloudflareoneagent`, the app identifier for the Cloudflare One Agent app is `com.cloudflare.cloudflareoneagent`. + +### `is_browser` + +An optional property. `is_browser` will help the Cloudflare One Agent application decide which browser to open instead of the default browser for specific features such as Re-Auth and Custom Client Gateway Notification. If needed, admins should explicitly indicate that a given `tunneled_app` is a browser, rather than relying on automatic browser detection. + +**Value Type**: `boolean` + +**Value**: If the value is `true`, identifies the application defined in `app_identifier` as a browser. The default value is `false` and `is_browser` is an optional property. \ No newline at end of file From 37f172ce8c2cb07841fbdf3c7eca6e024651683b Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:04:26 -0500 Subject: [PATCH 2/2] Update src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com> --- .../warp/deployment/mdm-deployment/parameters.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ec32d850b9df785..bee0cef29bb1575 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 @@ -245,7 +245,7 @@ An application package name/bundle identifier which uniquely identifies the app ### `is_browser` -An optional property. `is_browser` will help the Cloudflare One Agent application decide which browser to open instead of the default browser for specific features such as Re-Auth and Custom Client Gateway Notification. If needed, admins should explicitly indicate that a given `tunneled_app` is a browser, rather than relying on automatic browser detection. +An optional property. `is_browser` will help the Cloudflare One Agent application decide which browser to open instead of the default browser for specific features such as re-authentication and Gateway block notifications. If needed, admins should explicitly indicate that a given `tunneled_app` is a browser, rather than relying on automatic browser detection. **Value Type**: `boolean`