Microsoft 365 Authentication Configuration Section
For EDG to connect to Microsoft 365 services such as SharePoint, a Microsoft 365 administrator must register the EDG application on Microsoft’s Entra ID platform, and provide the registration details to EDG.
Two permissions models are supported, and can be configured independently in EDG: Delegated Permissions and App Permissions.
App Permissions (OAuth 2 Client Credentials Flow)
With this permission model, all EDG users access Microsoft 365 using the same permissions. The taxonomy and corpus integrations will use this model. Excel integration will use this model if Delegated Permissions are not configured.
A Client Secret must be generated in Entra ID for the application registration.
The registration in Entra ID must be granted the following API permissions (as Application Permissions):
Sites.Read.All- always requiredTermStore.ReadWrite.All- required for taxonomy integrationFiles.ReadWrite.All- required for corpus integration and Excel integration
EDG Configuration Parameters
Parameter |
Description |
|---|---|
Application ID (Delegated) |
For Delegated Permissions only: The application ID generated when the EDG application was registered in Entra ID. |
Directory ID (Delegated) |
For Delegated Permissions only: The ID of the Microsoft 365 tenant that the EDG application was registered in. |
Client Secret (Delegated) |
For Delegated Permissions only: The client secret generated for the application registration. This field is editable only if the two previous fields are set. |
Application ID (App) |
For App Permissions only: The application ID generated when the EDG application was registered in Entra ID. |
Directory ID (App) |
For App Permissions only: The ID of the Microsoft 365 tenant that the EDG application was registered in. |
Client Secret (App) |
For App Permissions: The client secret generated for the application registration. This field is editable only if the two previous fields are set. |
See Also
Further Reading on TopBraid