Skip to content

Commit 147fb10

Browse files
lifers5555ranbel
andauthored
Add Service Auth requirement documentation for auth_client_id service… (#24328)
* Add Service Auth requirement documentation for auth_client_id service tokens. * Update parameters.mdx --------- Co-authored-by: ranbel <[email protected]>
1 parent 95c0ff0 commit 147fb10

File tree

1 file changed

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

1 file changed

+7
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can use the following parameters to configure a specific Zero Trust organiza
4747

4848
### `auth_client_id`
4949

50-
Enrolls the device in your Zero Trust organization using a [service token](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#check-for-service-token).
50+
Enrolls the device in your Zero Trust organization using a [service token](/cloudflare-one/identity/service-tokens/#create-a-service-token).
5151
Requires the `auth_client_secret` parameter.
5252

5353
**Value Type:** `string`
@@ -63,9 +63,13 @@ Example configuration:
6363
<string>bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5</string>
6464
```
6565

66+
:::note
67+
The service token must have _Service Auth_ [device enrollment permissions](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#check-for-service-token). Allow permissions will not work for service tokens.
68+
:::
69+
6670
### `auth_client_secret`
6771

68-
Enrolls the device in your Zero Trust organization using a [service token](/cloudflare-one/connections/connect-devices/warp/deployment/device-enrollment/#check-for-service-token).
72+
Enrolls the device in your Zero Trust organization using a [service token](/cloudflare-one/identity/service-tokens/#create-a-service-token).
6973
Requires the `auth_client_id` parameter.
7074

7175
**Value Type:** `string`
@@ -282,4 +286,4 @@ An optional property. `is_browser` will help the Cloudflare One Agent applicatio
282286

283287
**Value Type**: `boolean`
284288

285-
**Value**: If the value is `true`, identifies the application defined in `app_identifier` as a browser. The default value is `false` and `is_browser` is an optional property.
289+
**Value**: If the value is `true`, identifies the application defined in `app_identifier` as a browser. The default value is `false` and `is_browser` is an optional property.

0 commit comments

Comments
 (0)