Prerequisite for Microsoft Azure IdP

Creating An Application On Microsoft Azure With Microsoft Graph API

You need to sync Microsoft Azure AD users and their attributes for policy creation. For this you need to add another application on MS Azure with Microsoft graph API.

  1. Log on to the azure account with admin rights. Navigate to the Default directory and click App registrations in the left pane. Click New registration.

    New registration

  2. Enter the application name and select Accounts in this organizational directory only option. Click Register button.

    Click register button

  3. On the Overview page, click Add a certificate or secret under essentials.

    Add certificate or secret

    A new page is displayed.

  4. Click New client secret.

    New client secret

    In the right pane, enter the description and select the expiry period.

    Description and expiry period

  5. Navigate to Certificates & secrets. Copy the secret value and secret ID for future reference.

    Copy secret value and ID

  6. Navigate to App registrations in the left pane. Click the application name.

    Click application name

  7. Navigate to API permissions in the left pane and click Add a permission.
  8. In the right pane, click Microsoft Graph.

    Click MS graph

  9. Click Application permissions.

    Click application permissions

  10. Under the User tab, select User.Read.All permission.

    User.read.all

  11. Under the directory tab, select Directory.Read.All permission.

    Directory.read.all

    After selecting these permissions, click Add permissions.

  12. On the API Permissions page, click Grant admin consent for Default Directory.

    Grant admin consent for Default Directory

  13. Navigate to the Overview section of your Application and copy Application (Client) ID, Directory (Tenant) ID for future reference.

    Navigate to Overview

  14. Click Endpoints and copy OAuth 2.0 token endpoint (v2) for future reference.

    Click Endpoints

The Application (client) ID, Client secrets, OAuth 2.0 token endpoint (v2) are required for adding IdP during the onboarding process.

Was this page helpful?