Registering PingFederate as an application in Azure Active Directory
To allow PingFederate to access Intune through the Microsoft Graph API, add an application in Azure Active Directory with the necessary permissions.
Steps
-
In Azure Active Directory, follow the steps in Quickstart: Register an application in Microsoft Entra ID in the Microsoft documentation.
-
Add the
DeviceManagementManagedDevices.Read.All
application permission from the Microsoft Graft API to your application by following the steps in Configure app permissions for a web API in the Microsoft documentation. -
Note your Tenant ID, Application ID, and Application Secret. You will use these in Configuring an adapter instance.