Ask Your Question
1

Does the Microsoft Graph API provide a way for me to revoke the permissions granted by a personal user to my application?

asked 2021-09-07 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-11-30 06:00:00 +0000

scrum gravatar image

Yes, the Microsoft Graph API provides a way to revoke the permissions granted by a personal user to your application. You can achieve this by calling the revokeOAuth2PermissionGrants API endpoint. The endpoint takes a user ID parameter, which identifies the user whose permissions you want to revoke, and an optional client ID parameter, which identifies the application for which you want to revoke the permissions. Once the permissions are revoked, the user will need to re-consent to grant them again.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-07 11:00:00 +0000

Seen: 12 times

Last updated: Nov 30 '21