Adding data from Azure Active Directory services requires a creation of an Enterprise Application in the Azure Active Directory portal that will grant API access to XpoLog.
An administrator access to the Azure Active Directory portal is required to create the application and grant it the requited permissions, generate secret key, etc.
...
Go to Microsoft Azure portal (https://portal.azure.com/) and login as administratorAdministrator.
Click on Azure ‘Azure Active Directory Directory’ Icon to open its portal:
Take a note of your Tenant ID displayed in this screen:
Application Creation - On the left navigation panel, Enter to 'Enterprise ‘Enterprise Applications' and , Click the ‘New Application' and then on 'Create your own application'application’.
Give the application a name, check the ‘Non-gallery’ option and click on ‘Create’.
After the creation, navigate to 'App registrations', Click the 'New Registration' - name your application (XPLG_INTEGRATION for example) and Register.
The application will be created and registered:You will be redirected to the Application's portal:
Take a note of the Application (client) ID:
Application Secret (Authentication) - On the left navigation panel - click 'Certificates & Secrets', add a new client secret and take a note of the created secret value:
Application Permissions - Enter to ‘API permissions’, Click on Add a permission:
Choose the ‘Office 365 Management APIs’ box and add the following permissions:
Under Delegate (search the below values, select them and click the Add permissions button):
ActivityFeed.Read
ActivityReports.Read
Under Application (search the below values, select them and click the Add permissions button):
ActivityFeed.Read
ActivityFeed.ReadDlp
Click on 'Microsoft Graph' and add these permissions:
Under Delegate (search the below values, select them and click the Add permissions button):
AuditLog.Read.All
Under Application (search the below values, select them and click the Add permissions button):
AuditLog.Read.All
Click on Grant admin consent for… button
The final view should look like:
...