Skip to content

Commit 292b641

Browse files
authored
Merge pull request #613 from headwAI-GmbH/add-missing-sharepoint-vars
Add missing sharepoint vars
2 parents 1118c2a + 59c5843 commit 292b641

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

docs/getting-started/env-configuration.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,6 +1775,20 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL
17751775
- Description: Specifies the client ID for OneDrive integration.
17761776
- Persistence: This environment variable is a `PersistentConfig` variable.
17771777

1778+
#### `ONEDRIVE_SHAREPOINT_URL`
1779+
1780+
- Type: `str`
1781+
- Default: `None`
1782+
- Description: Specifies the SharePoint site URL for OneDrive integration e.g. https://companyname.sharepoint.com.
1783+
- Persistence: This environment variable is a `PersistentConfig` variable.
1784+
1785+
#### `ONEDRIVE_SHAREPOINT_TENANT_ID`
1786+
1787+
- Type: `str`
1788+
- Default: `None`
1789+
- Description: Specifies the SharePoint tenant ID for OneDrive integration.
1790+
- Persistence: This environment variable is a `PersistentConfig` variable.
1791+
17781792
## Web Search
17791793

17801794
#### `ENABLE_WEB_SEARCH`
@@ -2565,7 +2579,7 @@ address. This is considered unsafe as not all OAuth providers will verify email
25652579
- Description: If enabled, updates the local user profile picture with the OAuth-provided picture on login.
25662580
- Persistence: This environment variable is a `PersistentConfig` variable.
25672581

2568-
::info
2582+
:::info
25692583

25702584
If the OAuth picture claim is disabled by setting `OAUTH_PICTURE_CLAIM` to `''` (empty string), then setting this variable to `true` will not update the user profile pictures.
25712585

@@ -2747,7 +2761,7 @@ See https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-o
27472761
- Description: Set picture (avatar) claim for OpenID.
27482762
- Persistence: This environment variable is a `PersistentConfig` variable.
27492763

2750-
::info
2764+
:::info
27512765

27522766
If `OAUTH_PICTURE_CLAIM` is set to `''` (empty string), then the OAuth picture claim is disabled and the user profile pictures will not be saved.
27532767

0 commit comments

Comments
 (0)