Forum Discussion
niazstinu
Aug 12, 2022Brass Contributor
Graph permission question
Hi I am new to Graph PowerShell, But let me explain the problem and correct for me if I miss understand anything. The Microsoft Graph PowerShell application has the following permission in the with...
mikhailf
Aug 13, 2022Iron Contributor
Hello niazstinu,
Probably this could help: Grant consent on behalf of a single user - Microsoft Entra | Microsoft Docs
If not, you can try the following:
- Go to the application -> Permission -> Review Permission -> This application has more permissions than I want.
- Revoke all permissions granted to the application
- Then try to connect to this app with Admin1 and grant permission, do not consent permission for the entire tenant but for the admin user only
- Then connect to this app with User1 and get the required Read permission for this user.