Skip to content

Commit 18da51c

Browse files
authored
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.
1 parent 2ef9f57 commit 18da51c

File tree

1 file changed

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

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,20 +170,22 @@ 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-
178+
**Value:** `Client ID` of the service token. Expects everything after `CF-Access-Client-Id: ` and includes `.access`
179+
The String should be everything after `CF-Access-Client-Id: ` and includes `.access`
179180
### `auth_client_secret`
180181

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.
182+
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).
183+
Requires the `auth_client_id` parameter.
182184

183185
**Value Type:** `string`
184186

185187
**Value:** `Client Secret` of the service token.
186-
188+
The String should be just the value after `CF-Access-Client-Secret: `
187189
### `display_name`
188190

189191
When WARP is deployed with [multiple organizations or configurations](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations/), this parameter is used to identify each configuration in the GUI.

0 commit comments

Comments
 (0)