Kong: OAuth2 plugin: Token Introspection support

Created on 24 Aug 2016  路  5Comments  路  Source: Kong/kong

Token Introspection allows APIs to check the state of an OAuth2 token.

More info: https://tools.ietf.org/html/rfc7662

pluginoauth2 proposal

Most helpful comment

@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.

All 5 comments

@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.

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:

Was this page helpful?
0 / 5 - 0 ratings