Entra ID (formerly Azure AD)
The Entra ID (formerly Azure AD) connector allows OnLink to connect to your Microsoft Entra tenant and manage users and application provisioning. After the connection is configured, OnLink can create users, deactivate users, and provision apps for users.
Overview
Use the steps below to register an application in Microsoft Entra ID, assign the required Microsoft Graph application permissions, create a client secret, and collect the values needed to complete the OnLink connection.
Prerequisites
Access to the Azure portal.
Permission to create or manage app registrations in Microsoft Entra ID.
An Entra administrator who can grant admin consent for Microsoft Graph application permissions.
Required connection values
Before configuring the OnLink connector, you will need the following values from the app registration:
Directory (tenant) ID
Client ID
Client Secret
Follow the steps below to create these values. For additional Microsoft guidance, see Microsoft Graph authentication documentation.
Step 1: Register an application in Entra ID
Go to the Azure portal and sign in.
In the left navigation, open Microsoft Entra ID.
Select App registrations.
Click New registration.
Enter a clear application name, for example OnLink Connection.
Keep the default supported account type unless your organization requires a different option.
Click Register.
On the application Overview page, copy the Directory (tenant) ID and Application (client) ID. You will use these values when configuring the OnLink connection.
Step 2: Configure Microsoft Graph permissions
After the application registration is created, configure Microsoft Graph application permissions so OnLink can perform the required user and application provisioning actions.
In the app registration, select API permissions from the left navigation.
Click Add a permission.
Select Microsoft Graph.
Choose Application permissions, not delegated permissions.
In Select permissions, search for and select the following permissions:
User.Read.AllGroup.Read.AllOrganization.Read.AllApplication.Read.AllDirectory.Read.AllDeviceManagementApps.Read.All— required for Microsoft Intune app management.DeviceManagementManagedDevices.Read.All— required for Microsoft Intune managed device operations.Read permission is sufficient to import data to Assets.
Write Permission is required for User and Group if you need to make user and group changes through actions in Workflow.
Click Add permissions.
Click Grant admin consent. If you do not have administrator access, ask an Entra administrator to complete this step.
Step 3: Create a client secret
Create a client secret for the app registration. This value is used by OnLink to authenticate with Microsoft Graph.
In the app registration, select Certificates & secrets from the left navigation.
Click New client secret.
Enter a description that identifies the secret, for example OnLink connection.
Select an expiration period that follows your organization’s security policy.
Click Add.
Immediately copy the client secret Value and store it securely.
The value is only shown once. If you lose it, you must create a new client secret.
Final checklist: values needed for the OnLink connection