Forum Discussion

ukkaapie's avatar
ukkaapie
Copper Contributor
Jan 12, 2022
Solved

Enterpsie application permissions for users

Hi, I am trying to find out how to provide access for standard user accounts in Azure AD to access Microsoft Graph PowerShell.  I do not want to give admin consent to the whole of AzureAD, only to a...
  • ukkaapie's avatar
    Jan 12, 2022
    I, by mistake, fell upon the solution. I had tried it before but it didn't work so not sure what I didn't do last time.
    The solution was to set it so that users could request consent on the login page (when connecting to mg graph using "connect-mggraph"). Once I did that I, as admin, was able to approve the request and only the select permissions were added to the permissions list in the enterprise app. This, I found, made those permissions available for anyone using the enterprise app so only needed to do it once.

Resources