Support OAuth Admin revoke user grant #49729
Unanswered
smuriu
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
OAuth server allows an authenticated user to revoke grants for previously authorized OAuth clients.
I propose adding an OAuth admin API to revoke grants for a given client and user.
For example, in a github organisation (OAuth server), a user can directly leave the organisation (revokeGrant) while owners/admins can evict other users from their organisations (missing/proposed feature).
All reactions