You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding token introspection (RFC-7662) would be great!
We are using an API gateway with oauth2 introspection, in which the API gateway will query the oauth2 server to query if a token is still valid and for what user the token will be. Then the API gateway will handle API's based on user-data but only if the introspection succeeds.
Adding token introspection (RFC-7662) would be great!
We are using an API gateway with oauth2 introspection, in which the API gateway will query the oauth2 server to query if a token is still valid and for what user the token will be. Then the API gateway will handle API's based on user-data but only if the introspection succeeds.
A discussion is also opened on stackoverflow
The text was updated successfully, but these errors were encountered: