We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9777686 commit 7e9ff52Copy full SHA for 7e9ff52
1 file changed
Custom Apps/legal-docs/src/config/sharepoint.ts
@@ -2,12 +2,12 @@
2
// Update these values with your actual Azure AD and SharePoint Embedded settings
3
4
export const SHAREPOINT_CONFIG = {
5
- CLIENT_ID: "50cbacb0-e16f-4f63-a678-01359bfac87b",
6
- TENANT_ID: "fc14a141-120b-4368-b125-571da82b7865",
7
- CONTAINER_TYPE_ID: "9162b1be-e7db-4b0d-bc1a-331df4dea97e",
+ CLIENT_ID: "<CLIENT_ID>",
+ TENANT_ID: "<TENANT_ID>",
+ CONTAINER_TYPE_ID: "<CONTAINER_TYPE_ID>",
8
// SharePoint hostname for Copilot API authentication (must include https://)
9
// Use tenant name format: https://{tenant}.sharepoint.com
10
- SHAREPOINT_HOSTNAME: "https://pucelikdemo.sharepoint.com",
+ SHAREPOINT_HOSTNAME: "https://<TENANT>.sharepoint.com",
11
} as const;
12
13
// MSAL Configuration
0 commit comments