Skip to content

Set Up Intune Permissions for CustomApps Upload

To upload a CapaOne CustomApp to Intune, you will need to set up the required permissions in Intune. In this guide, we will show you how to achieve this.

Make sure you have an Azure AD Integration setup in Intune and CapaOne. If not, you can follow this guide on how to set up the Integration: Integrate CapaOne with Entra ID

  1. Log in to the Azure Portal

  2. Navigate to App Registrations

    • In the left menu, select Azure Active Directory
    • Click on App registrations
  3. Select or Create an Application

    • Choose an existing app registration, or
    • Click New registration to create a new app

App registrations page with an existing app or the New registration button

  1. Configure API Permissions

    • In your app registration, go to Manage > API permissions
    • Click Add a permission

App registration API permissions page with the Add a permission button

  1. Add Required Intune Permissions

    • Select Microsoft Graph

    • Choose Application permissions

    • Search for and add the following permissions:

      • Organization.Read.All
      • DeviceManagementApps.ReadWrite.All
      • DeviceManagementConfiguration.ReadWrite.All
      • DeviceManagementServiceConfig.ReadWrite.All

Microsoft Graph application permissions selected for Intune

  1. Grant Admin Consent

    • After adding permissions, click Grant admin consent for your organization.

API permissions list after granting admin consent

  1. Verify Permissions

    • Ensure the permissions are listed and show as “Granted for [Your Organization]”

Your app permissions should look like this

Section titled “Your app permissions should look like this”

Granted Intune permissions listed for the organization