Revoking OAuth Apps access not working [404] /applications/{client_id}/grant
#44266
-
Select Topic AreaBug BodyHello all 👋 Use case: user wants to revoke his acces to the OAuth App. I'm trying to revoke user's access on his behalf to my OAuth App (from the server side). Firebase auth is used as an identity provider. I was following this doc - delete autohrization - but it seems not working. It says that I have to run I've also tried to use different client than Any ideas? Maybe I'm doing sth wrong? Code: Error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I was using the wrong access token. Instead of using github one, I passed firebase auth token. In addition, the github octokit client was configured incorrectly. Proper configuration: Documentation about this configuration is poor. |
Beta Was this translation helpful? Give feedback.
I was using the wrong access token. Instead of using github one, I passed firebase auth token. In addition, the github octokit client was configured incorrectly.
Proper configuration:
Documentation about this configuration is poor.