You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,20 +170,22 @@ Assigns a unique identifier to the device for the [device UUID posture check](/c
170
170
171
171
### `auth_client_id`
172
172
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.
174
175
175
176
**Value Type:**`string`
176
177
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`
179
180
### `auth_client_secret`
180
181
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.
182
184
183
185
**Value Type:**`string`
184
186
185
187
**Value:**`Client Secret` of the service token.
186
-
188
+
The String should be just the value after `CF-Access-Client-Secret: `
187
189
### `display_name`
188
190
189
191
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