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
Currently, I'm using the introspection endpoint to verify the token with Keycloak. I would like to use the public key of the token to verify it locally instead of making an external request. The library used for OAuth also supports this functionality, but it is not exposed via the APISIX plugin.
Issue description
Currently, I'm using the introspection endpoint to verify the token with Keycloak. I would like to use the public key of the token to verify it locally instead of making an external request. The library used for OAuth also supports this functionality, but it is not exposed via the APISIX plugin.
https://github.com/zmartzone/lua-resty-openidc/blob/7d3cbe555f53a1a1378cdd9efdd4b7a6cda06d9f/lib/resty/openidc.lua#L1670
I would like to add support for this feature.
The text was updated successfully, but these errors were encountered: