Skip to content

Commit e859272

Browse files
authored
[ZT] Device enrollment policy flow (#20680)
* new Access policy flow * minor wording tweak
1 parent 26afc49 commit e859272

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/partials/cloudflare-one/warp/service-token-enrollment.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ import { Tabs, TabItem } from '~/components';
1111

1212
2. Copy the token's **Client ID** and **Client Secret**.
1313

14-
3. In your [device enrollment permissions](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#set-device-enrollment-permissions), create the following policy:
14+
3. Go to **Access** > **Policies** and create the following policy:
1515

1616
| Rule Action | Rule type | Selector | Value |
1717
| ------------ | --------- | ------------- | -------------- |
1818
| Service Auth | Include | Service Token | `<TOKEN-NAME>` |
1919

20-
4. In your MDM [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/), add the following fields:
20+
Make sure to set **Action** to _Service Auth_ instead of _Allow_.
21+
4. Add the Access policy to your [device enrollment permissions](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#set-device-enrollment-permissions).
22+
5. In your MDM [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/), add the following fields:
2123
* `auth_client_id`: The **Client ID** of your service token.
2224
* `auth_client_secret`: The **Client Secret** of your service token.
2325

0 commit comments

Comments
 (0)