Azure Entra

Connection Requirements

1

Client ID

Your app's unique Client ID (Application ID). You can find it on the overview page for the application in Identity > Applications > Enterprise Applications.

🔵 Azure Active Directory Sign into the Microsoft Azure Portal. From the left-hand navigation pane, select . Go to App Registrations and find the application you are using to access the Microsoft Graph API. Click on the application name you want to use. Find API Permissions on left-hand navigation pane. Click on “Add a permission”, then choose “Microsoft Graph”. Select “Application Permissions” and add the necessary permissions: User.Read.All Device.Read.All Directory.Read.All. Finally, grant admin consent for those permissions.

Required permissions:

  • User.Read.All

  • Device.Read.All

  • Directory.Read.All

2

Client Secret

A textual value your app can use to identify itself. It's used to authenticate your app on the tenant architecture.

3

Tenant ID

Tenant ID of the registered app. You can find it on the overview page for the application under the Basic Information section.

4

Proxy URL

Proxy URL. (optional)

5

Timeout

Amount of time that will be waited for API response. (default: 30)

6

Users Enrichment

To enrich data additionally with user licenses, sign-in activities, audit logs, and memberOf details, this option must be enabled.

🔵 AuditLog.Read.All You have at least these permissions to enable this option:

Required permissions:

  • AuditLog.Read.All

  • RoleManagement.Read.Directory

  • DeviceManagementApps.Read.All

  • User.ReadBasic.All

  • Directory.Read.All

Was this helpful?