I am looking for a way, as an admin, to grant permissions to an internal app on my Azure Active Directory only for a specific set of user (a group), without having to prompt any consent.
I want this app to have access to Mail.Read scopes on Graph API for a specific group of users only.
I manage to give access for the whole organization. (Clicking on the "grant permissions" button in the Azure Portal > Azure Active Directory > App Registration > MyApp > Settings > Permissions). How to limit these rights to a specific group of users without having to prompt any individual consent ?