Microsoft Intune API Key
The Intune API key allows you to upload the binary file and metadata information to your Microsoft Intune account.
Integration information for InTune can be added from the integrations section under Appcircle Organization.
After completing the required credentials information in the modal, your Microsoft InTune account is successfully integrated with Appcircle.
Fields Explained
- Setting Name: Enter a user-friendly name to save the credentials for reuse in this app or other apps.
- Client ID: Specifies the Application (client) ID which uniquely identifies your application in the Microsoft cloud ecosystem, across all tenants.
- Client Secret: A client secret, sometimes referred to as an application password, is a string value your app can use to identify itself. Learn how to create one here.
- Auth URL: Specifies the authorization URL generated by the application you created on the Microsoft Identity Platform. This URL should be in the following format:
https://login.microsoftonline.com/{tenant_id}/oauth2/v2.0/token
. More details here.