Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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.

...

  1. Go to Microsoft Azure portal (https://portal.azure.com/) and login as administratorAdministrator.

    Image Added
  2. Click on Azure ‘Azure Active Directory Directory’ Icon to open its portal:
    Image Removed

    Image Added
  3. Take a note of your Tenant ID displayed in this screen:Image Removed

    Image Added
  4. 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’.

    Image Added

  5. Give the application a name, check the ‘Non-gallery’ option and click on ‘Create’.

  6. 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:

  7. You will be redirected to the Application's portal:

    1. Take a note of the Application (client) ID:

    2. 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:

      Image RemovedImage Added
  8. Application Permissions - Enter to ‘API permissions’, Click on Add a permission:

    1. Choose the ‘Office 365 Management APIs’ box and add the following permissions:

    2. Under Delegate (search the below values, select them and click the Add permissions button):

      1. ActivityFeed.Read

      2. ActivityReports.Read

    3. Under Application (search the below values, select them and click the Add permissions button):

      1. ActivityFeed.Read

      2. ActivityFeed.ReadDlp

  9. Click on 'Microsoft Graph' and add these permissions:

    1. Under Delegate (search the below values, select them and click the Add permissions button):

      1. AuditLog.Read.All

    2. Under Application (search the below values, select them and click the Add permissions button):

      1. AuditLog.Read.All

  10. Click on Grant admin consent for… button

  11. The final view should look like:

...