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/protocol-handler.mdx
Administrators can automate the WARP login process on managed devices and minimize the number of clicks required from an end user.
11
+
Administrators can automate WARP registration on managed devices and minimize the number of clicks required from an end user.
12
12
13
-
End users typically need to complete several steps in their browser in order to login to WARP:
13
+
During the default WARP enrollment process, end users typically need to complete several steps in order to login:
14
14
15
15
1. Review and accept Cloudflare's privacy policy in the WARP client GUI.
16
16
2. Select their identity provider from the Cloudflare Access login screen.
@@ -25,8 +25,35 @@ If you are looking to eliminate all user interaction, you can [enroll devices us
25
25
26
26
## Turn off onboarding screen
27
27
28
+
To skip the Terms and Conditions screens that are usually presented to users, set the [`onboarding` parameter](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/) to `false` in your [MDM deployment file](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/). Here is an example `mdm.xml` file:
29
+
30
+
```xml
31
+
<dict>
32
+
<key>organization</key>
33
+
<string>your-team-name</string>
34
+
<key>onboarding</key>
35
+
<false/>
36
+
</dict>
37
+
```
38
+
28
39
## Turn on Instant Auth
29
40
30
-
If you plan to only allow access via a single IdP, turn on **Instant Auth** in your [device enrollment permissions](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#set-device-enrollment-permissions). This allow users to skip the Cloudflare Access login page and go directly to your SSO login event.
41
+
If you are only using one identity provider for device enrollment, turn on **Instant Auth** in your [device enrollment permissions](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#set-device-enrollment-permissions). This allow users to skip the Cloudflare Access login page and go directly to your SSO login event.
42
+
43
+
## Allow browser to launch WARP
44
+
45
+
You can pre-configure your browser to automatically launch the Cloudflare WARP application from your <GlossaryTooltipterm="team domain">Zero Trust team domain</GlossaryTooltip>. This will allow the user to skip the **Open Cloudflare WARP.app** popup that is shown after a successful login.
46
+
47
+

0 commit comments