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.
...
Azure Active Directory portal side
Go to Microsoft Azure portal Portal (https://portal.azure.com/) and login as Administrator.
Click on ‘Azure Active Directory’ Icon to open its portal:
Take a note of your Tenant ID as displayed in this screen:
Application Creation - On the left navigation panel, Enter to ‘Enterprise Applications', Click the ‘New Application' and then on 'Create your own application’.
Give the application a name, check the ‘Non-gallery’ option and click on ‘Create’.
After the creation, navigate to 'App registrations' on the left menu, Click the 'New Registration' - name it as your new application (XPLG-ACCESS-AZURE-AD for example) and Register.
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
Make sure to click on ‘Grant admin consent for ____’ button:
And the The final permissions view should look as follows:
...
In Add Data pane click on Azure Active Directory. The Source and Collection Setting wizard opens.
To change a log source, near Source Type, click on the Change button.
Azure connectivity:
In the Client ID, enter your client ID (see above section 9.a. - Application (Client) ID).
In the Client Password, enter your password (see above section 9.b. - client secret value).
In the Tenant ID, enter your tenant ID (see above section 3).
Click verify to ensure connectivity:
Save and click Next.
In the Time To Retrieve, select the default past time to retrieve data from the selected Azure services.
Select the Services you wish to collect data from the available services list (by moving the desired services to the right hand side).
Click on the grey box under 'Collection Settings', Open the 'Regional Settings' and change the Log time zone to 'Default [UTC]':
...