get and revoke Tokens

rmagsomb
Participant II

how to revoke or get token/tokens without going to Management API?

0 2 117
2 REPLIES 2

Not applicable

You can leverage InvalidateToken and ValidateToken operations of OAuthV2 Policy. Just need to plug these policies in an API Proxy.

https://docs.apigee.com/api-services/content/validating-and-invalidating-access-tokens

is there a proxy to get the lists of access tokens?

currently, we are doing it via a series of calls to the Management API.. but Apigee contacted us saying that they will deprecate calls to Management API and that we should consider transitioning to using policies

unfortunately, i cannot see such policy that will do it