For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integration with SharePoint & OneDrive

1

Upload generated certificate at registered application “EmpowerGPT” on Microsoft Entra ID

  1. Paste the base URL for your organization's SharePoint.

The base URL for SharePoint Online is provisioned based off your input when setting up your Microsoft 365 subscription.

For example, if your organization name is Contoso, the root site for SharePoint Online will be https://contoso.sharepoint.com

  1. Click the 'Download Certificate' button to download the required certificate.

  2. In another tab, sign in to https://portal.azure.com/ as an admin

  3. Navigate to “Microsoft Entra ID” (Azure Active Directory) > “App registrations” > ”All applications” > ”EmpowerGPT”.

  4. Select the application and navigate to “Certificates and secrets” under the Manage section.

  5. Select the “Certificates” tab and click on upload certificate. Upload the above generated certificate, downloaded on your computer.

  1. Enter suitable description and click the "Add" button to add the certificate.

2

Give required permissions against used APIs to the registered app in Microsoft Entra ID

  1. In another tab, sign in to as an admin

  2. Navigate to “Microsoft Entra ID” (Azure Active Directory) > “App registrations” > ”All applications” > ”EmpowerGPT” > “API Permissions”.

  3. Click “+ Add a permission” button and select “Microsoft Graph” under Microsoft APIs.

  1. Select “Application permissions” to give the following permissions and confirm by clicking “add permission” button below.

    1. Sites.Read.All.

    2. Files.Read.All.

  2. Repeat step 2 and select "Delegated permissions" to give the following permissions. Confirm by clicking "add permission" button below.

    1. Sites.Read.All.

    2. Files.Read.All.

  3. Click "+ Add a permission" button and select "SharePoint" under Microsoft APIs to give the following "Application permission". Click "add permission" to confirm.

    1. Sites.Read.All.

  4. Make sure admin consent is provided for permissions that require it, indicated by a “Yes” in the “Admin consent required” column of the “Configured permissions” table.

Last updated

Was this helpful?