Azure Enterprise Applications

Connection Requirements

1

Client ID

The unique identifier (Application ID) of your registered application. You can find it under Microsoft Entra ID > App Registrations by selecting the application you created for Microsoft Graph API access.

circle-info

🔵 Microsoft Entra ID Sign into the Microsoft Azure Portal. From the left-hand navigation pane, select . Go to App Registrations and choose the application that will be used to access the Microsoft Graph API. In the application's left-hand menu, select API Permissions . Click “Add a permission” , then choose “Microsoft Graph” . Choose Application Permissions and add the required permissions: Application.Read.All or Directory.Read.All Application.Read.All or Directory.Read.All

2

Client Secret

A secret value used by your app to authenticate itself when requesting tokens from Microsoft Entra ID.

3

Tenant ID

The directory (tenant) ID of your Microsoft Entra environment. You can find it in Microsoft Entra ID > Overview under the Basic Information section.

4

Proxy URL

Optional proxy URL for routing API requests if your environment requires it.

5

Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

circle-exclamation

Was this helpful?