Microsoft Store app requiring admin consent - any automation?

Anne Admin 6 Reputation points
2025-07-24T12:09:59.37+00:00

We have a dotnet app deployed via Microsoft Store which uses a multitenant app registration.

When a user logs on they have to ask their admin to consent to the user of the application.

What I am wondering, is there any way to automate this better, if for example the admin deploys the app via Intune, surely they shouldn't also need to consent to the app, is there a way to have the Intune deployment process also automatically do the consent?

Developer technologies | .NET | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
    2025-07-24T16:43:04.53+00:00

    the admin of the tenant can authorize the app via grant consent, so the users don't have to.

    https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.