Authentication and Authorization
Authentication and authorization is done via Azure AAD using an Azure App Registry,
The required application roles must be created and login and logout redirect URIs must be configured within the Azure App registry after the setup is executed.
The following steps describe how to create the required user roles, assign AAD groups for authorization, and configure the redirect URIs.
Role concept
Application roles are used for authorization
Role |
Description |
App.Read |
Members of this role have read access to Intune applications. |
App.Create |
Members of these roles are allowed to create Intune applications (MECM -> Intune, Intune -> Intune). |
App.Modify | Members of these roles are allowed to edit Intune applications. |
App.Delete | Members of these roles are allowed to delete Intune applications. |
Configuration Redirect URIs
- https://localhost/IntuneManager/signin-oidc
- https://localhost/IntuneManager/signout-oidc