OneDrive Connector Setup
Provide necessary API permissions to index OneDrive files.
The Microsoft connector supports:
First, you must create a new App Registration within Microsoft Azure. If you are using Entra ID as an identity provider, then you already created an app registration that can be reused for API access. If you have not done this step, refer to Entra ID - Create New App Registration.
With the app registration created, click on API Permissions
and add a permission:
Microsoft Graph
Application Permissions
disable_full_permissions: true
)Grant admin consent for ...
where ...
is your tenant name. This link is beside the Add a permission
link.Provide the following values to your Deployment Engineer for them to configure in Atolio:
ClientCert
is the base 64-encoded content of the .PFX
file obtained in Azure AD - Create New App RegistrationClientCertPassword
is the certificate’s private key password, if requiredTenantId
is the Directory (tenant) ID the app registration belongs toClientId
is the Application (client) IDProvide necessary API permissions to index OneDrive files.
Provide necessary API permissions to index Outlook emails and calendar events.
Provide necessary API permissions to index SharePoint sites.
Provide necessary API permissions to index Teams channels.