Microsoft 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

Sign into the Microsoft Azure Portal. From the left-hand navigation pane, select Azure Active Directory. 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.

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.

Last updated

Was this helpful?