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
_**CLI Option Use:**_*None - this is a config file option only*
373
374
374
-
375
375
### display_manager_integration
376
376
_**Description:**_ Controls whether the client integrates the configured 'sync_dir' with the desktop’s file manager (e.g. Nautilus for GNOME, Dolphin for KDE), adding it as a “special place” in the sidebar and setting a custom OneDrive folder icon where supported.
> All specified paths are relative to your configured 'sync_dir'.
1438
1438
1439
+
### CLI Option: --display-admin-consent-url
1440
+
_**Description:**_ This CLI option displays a tenant-specific Microsoft Entra ID administrator consent URL for environments where administrator approval is required before users can authenticate and use the client.
Copy file name to clipboardExpand all lines: onedrive.1.in
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,10 @@ Do not use desktop notifications in monitor mode.
239
239
\fB\-\-disable-upload-validation\fR
240
240
Disable upload validation when uploading to OneDrive.
241
241
242
+
.TB
243
+
\fB\-\-display-admin-consent-url\fR
244
+
Displays a tenant-specific Microsoft Entra ID administrator consent URL for environments where administrator approval is required before users can authenticate and use the client.
245
+
242
246
.TP
243
247
\fB\-\-display-quota\fR
244
248
Display the quota status of the client. No synchronisation will be performed.
Copy file name to clipboardExpand all lines: src/config.d
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1266,7 +1266,7 @@ class ApplicationConfig {
1266
1266
"Disable upload validation when uploading to OneDrive",
1267
1267
&boolValues["disable_upload_validation"],
1268
1268
"display-admin-consent-url",
1269
-
"Display the Microsoft Entra ID administrator consent URL for the configured tenant",
1269
+
"Displays a tenant-specific Microsoft Entra ID administrator consent URL for environments where administrator approval is required before users can authenticate and use the client",
1270
1270
&boolValues["display_admin_consent_url"],
1271
1271
"display-config",
1272
1272
"Display what options the client will use as currently configured. No synchronisation will be performed",
0 commit comments