Skip to content

Commit 73d2507

Browse files
rderewiankoranbel
andauthored
[ZT] - Give More information into how to format tokens (#18155)
* Update parameters.mdx When using a service token, CloudFlare Zero Trust formats the token to include `CF-Access-Client-Id: ` `CF-Access-Client-Secret: ` If you directly paste these into cloudflare warp on a mdm.xml it will fail as a invalid token. I've added a bit of clarity to this to describe what the value expects. * add example values * fix indentation --------- Co-authored-by: ranbel <[email protected]>
1 parent d7d5e2b commit 73d2507

File tree

1 file changed

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

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,19 +170,30 @@ Assigns a unique identifier to the device for the [device UUID posture check](/c
170170

171171
### `auth_client_id`
172172

173-
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). Requires the `auth_client_secret` parameter.
173+
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).
174+
Requires the `auth_client_secret` parameter.
174175

175176
**Value Type:** `string`
176177

177-
**Value:** `Client ID` of the service token.
178+
**Value:** Client ID of the service token.
179+
180+
Example configuration:
181+
182+
```xml
183+
<key>auth_client_id</key>
184+
<string>88bf3b6d86161464f6509f7219099e57.access</string>
185+
<key>auth_client_secret</key>
186+
<string>bdd31cbc4dec990953e39163fbbb194c93313ca9f0a6e420346af9d326b1d2a5</string>
187+
```
178188

179189
### `auth_client_secret`
180190

181-
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). Requires the `auth_client_id` parameter.
191+
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).
192+
Requires the `auth_client_id` parameter.
182193

183194
**Value Type:** `string`
184195

185-
**Value:** `Client Secret` of the service token.
196+
**Value:** Client Secret of the service token.
186197

187198
### `display_name`
188199

0 commit comments

Comments
 (0)