Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The WARP client supports URLs accessed through a direct link or with a URL handl
To generate a URL for device enrollment:

1. Copy the following link, replacing `<your-team-name>` with your Zero Trust <GlossaryTooltip term="team name">team name</GlossaryTooltip>:
`txt
`
cf1app://oneapp.cloudflare.com/team?name=<your-team-name>
`
2. (Optional) Use any QR code generator to embed the link in a QR code.
Expand Down Expand Up @@ -147,3 +147,9 @@ The device is now protected by your organization's Zero Trust policies.
## Virtual machines

By default, virtual machines (VMs) are subject to the WARP client settings of the host. If you want to deploy a separate instance of WARP in a VM, you must configure the VM to operate in bridged networking mode.

## Troubleshooting

### Enrollment request is invalid

If you encounter an `Enrollment request is invalid` error during device enrollment, make sure your device enrollment policy includes at least one [Allow]() action with an [Include]() rule for a supported login method (for example, *One-time PIN* or your configured identity provider). Without this rule, Cloudflare cannot validate the authentication flow for enrollment requests.
4 changes: 3 additions & 1 deletion src/content/partials/cloudflare-one/choose-team-name.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { GlossaryTooltip, DashButton } from "~/components";

<DashButton url="https://one.dash.cloudflare.com" />

2. On the onboarding screen, choose a <GlossaryTooltip term="team name">team name</GlossaryTooltip>. The team name is a unique, internal identifier for your Zero Trust organization. Users will enter this team name when they enroll their device manually, and it will be the subdomain for your App Launcher (as relevant). Your business name is the typical entry.
2. On the onboarding screen, choose a <GlossaryTooltip term="team name">team name</GlossaryTooltip>. The [team name](/cloudflare-one/faq/getting-started-faq/#what-is-a-team-domainteam-name) is a unique, internal identifier for your Zero Trust organization. Users will enter this team name when they enroll their device manually, and it will be the subdomain for your App Launcher (as relevant). Your business name is the typical entry.

3. Complete your onboarding by selecting a subscription plan and entering your payment details. If you chose the **Zero Trust Free plan**, this step is still needed but you will not be charged.

View your team name by going to **Settings** > **Custom pages** in Zero Trust.
Loading