From 360e93220d341e0bc09d53d2c071eb96e6bd21de Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:03:39 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index b87ed5ae..8661fe00 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2056,15 +2056,19 @@ The authentication flow also depends on a browser pop-up window. Please ensure t - Type: `str` - Default: `None` -- Description: Specifies the Application (client) ID for the **Work/School (Business) OneDrive & SharePoint** integration. This is obtained from an Azure App Registration configured for your organization's tenant. **Do not put the personal OneDrive client ID here!** -- Persistence: This environment variable is a `PersistentConfig` variable. +- Description: Generic environment variable for the OneDrive Client ID. You should rather use the specific `ONEDRIVE_CLIENT_ID_PERSONAL` or `ONEDRIVE_CLIENT_ID_PERSONAL` variables. This exists as a legacy option for backwards compatibility. -#### `ONEDRIVE_PERSONAL_CLIENT_ID` +#### `ONEDRIVE_CLIENT_ID_PERSONAL` - Type: `str` - Default: `None` - Description: Specifies the Application (client) ID for the **Personal OneDrive** integration. This requires a separate Azure App Registration configured to support personal Microsoft accounts. **Do not put the business OneDrive client ID here!** -- Persistence: This environment variable is a `PersistentConfig` variable. + +#### `ONEDRIVE_CLIENT_ID_PERSONAL` + +- Type: `str` +- Default: `None` +- Description: Specifies the Application (client) ID for the **Work/School (Business) OneDrive** integration. This requires a separate Azure App Registration configured to support personal Microsoft accounts. **Do not put the personal OneDrive client ID here!** :::info This Client ID (also known as Application ID) is obtained from an Azure App Registration within your Microsoft Entra ID (formerly Azure AD) tenant.