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
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx
+28-23Lines changed: 28 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ Instructs the client to direct all DNS queries to a specific [Gateway DNS locati
42
42
43
43
**Value:** Your <GlossaryTooltipterm="DoH subdomain">DoH subdomain</GlossaryTooltip>.
44
44
45
-
## Optional fields
45
+
## Organization parameters
46
+
47
+
You can use the following parameters to configure a specific Zero Trust organization.
46
48
47
49
### `auth_client_id`
48
50
@@ -87,13 +89,6 @@ If switch has been turned off by user, the client will automatically turn itself
87
89
This parameter replaces the old `enabled` property, which can no longer be used in conjunction with the new `switch_locked` and `auto_connect`. If you want to use these parameters, you must remove `enabled`.
88
90
:::
89
91
90
-
### `configs`
91
-
92
-
Allows a user to [switch between Zero Trust organizations](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations/) in the WARP client GUI. The `configs` array is also required when using a top-level parameter such as [`pre-login`](#pre_login) or [`multi-user`](#multi_user), even if only one organization is specified.
93
-
94
-
**Value Type:**`array`
95
-
96
-
**Value:** An array containing one or more Zero Trust organizations.
97
92
98
93
### `display_name`
99
94
@@ -103,17 +98,6 @@ Identifies a Zero Trust organization in the WARP GUI when WARP is deployed with
103
98
104
99
**Value:** Organization nickname shown to users in the WARP GUI (for example, `Test environment`).
105
100
106
-
### `multi_user`
107
-
108
-
Enables multiple user registrations on a Windows device.
109
-
110
-
**Value Type:**`boolean`
111
-
112
-
**Value:**
113
-
114
-
*`false` — (default) Only one WARP registration is stored per device. After a user logs in to WARP, their settings and identity will apply to all traffic from the device.
115
-
*`true` — Each Windows user has their own WARP registration. For more information, refer to [Multiple users on a Windows device](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/).
116
-
117
101
### `onboarding`
118
102
119
103
Controls the visibility of the onboarding screens that ask the user to review the privacy policy during an application's first launch.
@@ -161,10 +145,6 @@ This functionality is intended for use with a Cloudflare China local network par
161
145
162
146
The string must be a valid IPv4 or IPv6 socket address (containing the IP address and port number), otherwise the WARP client will fail to parse the entire MDM file.
163
147
164
-
### `pre_login`
165
-
166
-
Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/).
167
-
168
148
### `service_mode`
169
149
170
150
Allows you to choose the operational mode of the client.
@@ -224,4 +204,29 @@ Assigns a unique identifier to the device for the [device UUID posture check](/c
224
204
225
205
**Value:** UUID for the device (for example, `496c6124-db89-4735-bc4e-7f759109a6f1`).
226
206
207
+
## Top-level parameters
208
+
209
+
Top-level parameters determine how WARP manages device registrations.
210
+
211
+
### `configs`
212
+
213
+
Allows a user to [switch between Zero Trust organizations](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/switch-organizations/) in the WARP client GUI. The `configs` array is also required when using another [top-level parameter](#top-level-parameters) such as `multi_user` or `pre_login`, even if only one organization is specified.
214
+
215
+
**Value Type:**`array`
216
+
217
+
**Value:** An array containing one or more Zero Trust organizations.
218
+
219
+
### `multi_user`
220
+
221
+
Enables multiple user registrations on a Windows device.
222
+
223
+
**Value Type:**`boolean`
224
+
225
+
**Value:**
226
+
227
+
*`false` — (default) Only one WARP registration is stored per device. After a user logs in to WARP, their settings and identity will apply to all traffic from the device.
228
+
*`true` — Each Windows user has their own WARP registration. For more information, refer to [Multiple users on a Windows device](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser/).
229
+
230
+
### `pre_login`
227
231
232
+
Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/).
0 commit comments