Standard Authentication Configuration
Use this authentication connector when accessing a “SharePoint” Drive.
The application will require the following permissions:
- Repository: Sites.Read.All
oAuth Authentication Configuration
Use this authentication connector when accessing a Personal or Business Drive. The name of this connector is Microsoft Graph oAuth Connector
Configuration Fields
- Service URL: This should be set to : https://login.microsoftonline.com
- Scope: These are the permissions required to access OneDrive files. Multiple permissions are separated by a space. Default scope: user.read files.readwrite.all
- Tenant: The directory tenant the application plans to operate against, in GUID or domain-name format.
Note: When accessing a personal drive replace the GUID with the word
“common”.
- Client ID: The client id of the application.
- Client Secret: The client secret for the application.