You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx
+89-85Lines changed: 89 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ To support re-authentication, you must include a third-party browser that Cloudf
96
96
Cloudflare One will continue to use a Safari window for initial authentication per-security best practices.
97
97
:::
98
98
99
+
:::note
100
+
Cloudflare One cannot apply split tunnel setting for a per app VPN. Included or excluded domains can be added to the Configuration Profile under Associated Domains and Excluded Domains sections respectively.
101
+
:::
102
+
99
103
## Android
100
104
101
105
To deploy WARP on Android devices:
@@ -207,92 +211,92 @@ To configure your Cloudflare One Agent app policy:
207
211
1. Select **Configuration setting format** as **Enter JSON data**.
208
212
2. Enter your desired deployment parameters in the `managedProperty` field. For example:
"valueString": "com.android.chrome"# Application package name/unique bundle identifier for the Chrome app browser
248
-
},
249
-
{
250
-
"key": "is_browser",
251
-
"valueBool": true
252
-
}
253
-
]
254
-
},
255
-
{
256
-
"managedProperty": [
257
-
{
258
-
"key": "app_identifier",
259
-
"valueString": "com.google.android.gm"# Application package name/unique bundle identifier for the Gmail app
260
-
},
261
-
{
262
-
"key": "is_browser",
263
-
"valueBool": false# Default value is false, if a user does not define `is_browser` property our app would not treat `app_identifier` package name as a browser.
"valueString": "com.android.chrome"# Application package name/unique bundle identifier for the Chrome app browser
252
+
},
253
+
{
254
+
"key": "is_browser",
255
+
"valueBool": true
256
+
}
257
+
]
258
+
},
259
+
{
260
+
"managedProperty": [
261
+
{
262
+
"key": "app_identifier",
263
+
"valueString": "com.google.android.gm"# Application package name/unique bundle identifier for the Gmail app
264
+
},
265
+
{
266
+
"key": "is_browser",
267
+
"valueBool": false# Default value is false, if a user does not define `is_browser` property our app would not treat `app_identifier` package name as a browser.
268
+
}
269
+
]
270
+
}
271
+
]
272
+
}
273
+
]
274
+
},
275
+
{
276
+
"managedProperty": [
277
+
{
278
+
"key": "organization",
279
+
"valueString": "${ORGANIZATION_NAME-1}"
280
+
},
281
+
{
282
+
"key": "service_mode",
283
+
"valueString": "warp"
284
+
},
285
+
{
286
+
"key": "display_name",
287
+
"valueString": "${UNIQUE_DISPLAY_NAME-2}"
288
+
},
289
+
{
290
+
"key": "warp_tunnel_protocol",
291
+
"valueString": "wireguard"
292
+
}
293
+
]
294
+
}
295
+
]
296
+
}
297
+
]
298
+
}
299
+
```
296
300
297
301
3. After you have configured the deployment parameters, click **Next**.
298
302
4. Fill out the assignments for the configuration policy. The admin can `Include` or `Exclude` specific groups of users to this policy. After you finish, select **Next**.
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/jamf.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,10 @@ Jamf is now configured to deploy the Cloudflare One Agent.
69
69
70
70
### Per-app VPN
71
71
72
+
:::note
73
+
Per-app VPN is supported on Cloudflare One Agent version `1.8` or greater for iOS.
74
+
:::
75
+
72
76
Before proceeding with per-app VPN configuration, you must make sure Auto connect is disabled for your organization in the Cloudflare dashboard. To disable Auto connect:
73
77
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
@@ -110,4 +114,8 @@ To support re-authentication, you must include a third-party browser that Cloudf
110
114
- Opera
111
115
112
116
Cloudflare One will continue to use a Safari window for initial authentication per-security best practices.
117
+
:::
118
+
119
+
:::note
120
+
Cloudflare One cannot apply split tunnel setting for a per app VPN. Included or excluded domains can be added to the Configuration Profile under Safelisted Domains and Blocklisted Domains sections respectively.
0 commit comments