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
+120Lines changed: 120 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,3 +122,123 @@ To deploy WARP on Android devices:
122
122
3. Select **Review + save** > **Save**.
123
123
124
124
Intune will now deploy the Cloudflare One Agent to user devices.
125
+
126
+
### Per-app VPN
127
+
128
+
Review the following steps to approve and deploy the Cloudflare One Agent application in Microsoft Intunes and use a configuration policy to set up the per-app VPN. To use the per-app VPN, you must have linked your Microsoft Intune account with the Google-managed Play account as described in the instructions above.
129
+
130
+
1. Log into the Microsoft Intune admin center.
131
+
2. Go to **Apps** > **All apps** > select **Add**.
"valueString": "com.android.chrome"# Application package name/unique bundle identifier for the Chrome app browser
195
+
},
196
+
{
197
+
"key": "is_browser",
198
+
"valueBool": true
199
+
}
200
+
]
201
+
},
202
+
{
203
+
"managedProperty": [
204
+
{
205
+
"key": "app_identifier",
206
+
"valueString": "com.google.android.gm"# Application package name/unique bundle identifier for the Gmail app
207
+
},
208
+
{
209
+
"key": "is_browser",
210
+
"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.
0 commit comments