microsoft-graph-explorer-v4
microsoft-graph-explorer-v4 copied to clipboard
Cannot Unconsent to a permission
Describe the bug I was using the mail request to list subject and sender of my email account using https://graph.microsoft.com/v1.0/me/messages?$filter=importance eq 'high'
To Reproduce Steps to reproduce the behavior: I used the modify permission to allow mail basic read and executed the request. All went as expected. Then I tried to unconsent to the permission and I couldn't unconsent was inactive and could not be selected
Expected behavior I expected to be able to select the unconsent and for the permission to be revoked on next attempt.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- Browser Edge Version 121.0.2277.128 (Official build) (x86_64)
Additional context Add any other context about the problem here.
Hello @rlwjr7212 To unconsent to a permission you'd need to consent to two additional permissions:
- Directory.Read.All
- DelegatedPermissionGrant.ReadWrite.All
Once done, the unconsent button will be active.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.