Skip to content

Commit 36d9a39

Browse files
committed
overview
1 parent 352936c commit 36d9a39

File tree

1 file changed

+32
-0
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
pcx_content_type: how-to
3+
title: Register WARP with minimal user interaction
4+
sidebar:
5+
order: 4
6+
label: Automated WARP registration
7+
---
8+
9+
import { Render } from "~/components";
10+
11+
Administrators can automate the WARP login process on managed devices and minimize the number of clicks required from an end user.
12+
13+
End users typically need to complete several steps in their browser in order to login to WARP:
14+
15+
1. Review and accept Cloudflare's privacy policy in the WARP client GUI.
16+
2. Select their identity provider from the Cloudflare Access login screen.
17+
3. Complete the authentication steps required by the identity provider.
18+
4. Interact with a browser popup requesting permission to launch the WARP client.
19+
20+
This guide covers how to eliminate steps 1, 2 and 4 from your WARP deployment.
21+
22+
:::note[Service token authentication]
23+
If you are looking to eliminate all user interaction, you can [enroll devices using service tokens](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#check-for-service-token). Because users are not required to log in to an identity provider, identity-based policies and logging will not be available on these devices.
24+
:::
25+
26+
## Turn off onboarding screen
27+
28+
## Turn on Instant Auth
29+
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.
31+
32+
##

0 commit comments

Comments
 (0)