Forum Discussion
MatthewMcDonald_ews
May 17, 2022Brass Contributor
Powershell Microsoft Graph SDK issues, insufficient permissions
I'm new to Microsoft Graph. I seem to be having basic authentication issues that I do not know how to work past. I'm trying to get information out of Azure AD and/or Intune to gather information...
- Jun 23, 2022Your administrator(s) have locked down the permissions in the tenant. Could have also perfoemd application restrictions specifically for the Microsoft Graph. Hence, you are being challenged for Admin consent. The administrator(s) need to allow your UPN the API permission.
It can get down in the weeds, but if someone configured the restrictions, they should know how to allow access.
Ken Rappold
Jun 23, 2022Brass Contributor
Your administrator(s) have locked down the permissions in the tenant. Could have also perfoemd application restrictions specifically for the Microsoft Graph. Hence, you are being challenged for Admin consent. The administrator(s) need to allow your UPN the API permission.
It can get down in the weeds, but if someone configured the restrictions, they should know how to allow access.
It can get down in the weeds, but if someone configured the restrictions, they should know how to allow access.
- MatthewMcDonald_ewsJun 23, 2022Brass ContributorThanks. I've since worked this out and we ended up building an Azure app that has the requisite permissions to run.