How to configure Intune integration - SimplexMobility/public_wiki GitHub Wiki
Please use official documentation https://learn.microsoft.com/en-us/graph/auth-register-app-v2
Documentation below is outdated
Register a new app to use Graph API
To register an app to use Graph API:
- Sign into the Azure Portal using administrative credentials.
- As appropriate, you may use:
- The tenant admin account.
- A tenant user account with the Users can register applications setting enabled.
- From the menu, choose Azure Active Directory > App Registrations.
-
Either choose New application registration to create a new application or choose an existing application. (If you choose an existing application, skip the next step.)
-
On the Create blade, specify the following:
- A Name for the application (displayed when users sign in).
- Set the Application type to Native and Redirect URI to urn:ietf:wg:oauth:2.0:oob.
-
From the application blade:
- Note the Application (client) ID and Directory (tenant) ID values.
* Choose **API permissions -> Add permission**.
* Choose **Microsoft Graph > Application permissions**. Permission scopes available to your application will be shown.
Choose the permissions required for your app by placing a checkmark to the left of the following names:
- Read and write Microsoft Intune Device Configuration and Policies (DeviceManagementConfiguration.ReadWrite.All)
- Read and write Microsoft Intune apps (DeviceManagementApps.ReadWrite.All)
- Read and write Microsoft Intune devices (DeviceManagementManagedDevices.ReadWrite.All)
- Perform user-impacting remote actions on Microsoft Intune devices (DeviceManagementManagedDevices.PrivilegedOperations.All)
- Read and write Microsoft Intune configuration (DeviceManagementServiceConfig.ReadWrite.All)
When finished, press the Add permissions button to save you changes.
Go to the Certificates & Secrets menu item and add a new client secret. Copy secret value - it will be needed to set up the integration on the MyServe portal.
Setup Intune integration in the Myserve account
To get access to Intune features in the Myserve account:
- Sign into The Myserve (myserve.ca, myserve.co) using administrative credentials.
- From the menu, choose Settings > MDM Configuration.
- In the MDM Integrations block choose Microsoft Intune and press the Add button.
- Enter Application ID, Client Secret, and Tenant value picked from the Azure Portal.
- Press the Add button.