diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment.mdx index 0466688ee190edb..e7eba2955673d4f 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment.mdx @@ -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 `` with your Zero Trust team name: - `txt + ` cf1app://oneapp.cloudflare.com/team?name= ` 2. (Optional) Use any QR code generator to embed the link in a QR code. @@ -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. diff --git a/src/content/partials/cloudflare-one/choose-team-name.mdx b/src/content/partials/cloudflare-one/choose-team-name.mdx index 6f03c6fe0efe7b9..a2f913fcf4c3dbf 100644 --- a/src/content/partials/cloudflare-one/choose-team-name.mdx +++ b/src/content/partials/cloudflare-one/choose-team-name.mdx @@ -4,6 +4,8 @@ import { GlossaryTooltip, DashButton } from "~/components"; -2. On the onboarding screen, choose a team name. 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 team name. 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.