Token Introspection allows APIs to check the state of an OAuth2 token.
More info: https://tools.ietf.org/html/rfc7662
@vitorsdcs you can also invoke the /oauth2_tokens endpoint on the Admin API to get a list of all the tokens on the system and their properties.
This was done! :) https://getkong.org/plugins/oauth2-introspection/
I assume this issue requested to implement the Introspection endpoint support as a new endpoint in the existing OAuth 2.0 plugin, as opposed to the linked OAuth 2.0 Introspection Endpoint plugin which leverages a third-party Introspection endpoint to authenticate requests.
If that's the case, it should be re-opened.
Ah yep, I think that's the case. Faulty assumption on my part; thanks.
...so? How's this feature development going? :smiley:
Most helpful comment
@vitorsdcs you can also invoke the
/oauth2_tokensendpoint on the Admin API to get a list of all the tokens on the system and their properties.