Skip to content

Commit f932923

Browse files
authored
add example values
1 parent 18da51c commit f932923

File tree

1 file changed

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

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,26 @@ Requires the `auth_client_secret` parameter.
175175

176176
**Value Type:** `string`
177177

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`
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+
```
188+
180189
### `auth_client_secret`
181190

182191
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).
183192
Requires the `auth_client_id` parameter.
184193

185194
**Value Type:** `string`
186195

187-
**Value:** `Client Secret` of the service token.
188-
The String should be just the value after `CF-Access-Client-Secret: `
196+
**Value:** Client Secret of the service token.
197+
189198
### `display_name`
190199

191200
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)