Azure Custom Application Permissions
Overview
This document is intended to go over the custom permissions necessary for the advanced features of ImmyBot.
Create an App Registration
Navigate to: https://aad.portal.azure.com/
- Click on app registration
- Click on new registration
- Name it something recognizable such as "ImmyBot Custom Application"
- Select second radial button for (Any Microsoft Entra ID tenant - Multitenant)"
- Add your Web redirect URI
- Click Register
WARNING
Important! Your app registration must have a Web redirect uri of https://<your-domain>.immy.bot/consent-callback
, replacing <your-domain>
appropriately
Grant Permissions
See the s below for the minimum permissions.
- Click on API Permissions
- Click Add Permissions
- Click on Microsoft Graph
📷
- Click on Application Permissions
- Add the following permissions
- DelegatedAdminRelationship.Read.All
- DeviceManagementManagedDevices.ReadWrite.All
- Directory.Read.All
- User.Read
- Click Grant Admin Consent for <'your Azure tenant name'>
Create Client Secret
- Click on Certificates & Secrets which is under Manage
- Click on New Client Secret
- Create a meaningful description
- Set the Expires timeline to 24 months
- Click Add
- Copy the Secret Value and paste it into ImmyBot
Please see GDAP Customers if you want ImmyBot to access your customers' data.
INFO
Copy the Application (client) ID
and Client Secret Value
into the form in ImmyBot.