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, opaque OIDC access tokens need to invoke the token introspection and userinfo endpoint for each request.
An improvement would be the addition of a token introspection/userinfo cache. The cache should be configurable with a cache expiration. Applications would first check the token by invoking cache if not found it would invoke the token introspection/userinfo endpoint.
The text was updated successfully, but these errors were encountered:
We have similar requirements, in our organizations its a mandatory requirement to cache the userinfo for certain duration. It would be nice if Quarkus supports token introspection (OAuth2/OIDC) with a caching feature.
Description
(see also discussions on #4481)
Currently, opaque OIDC access tokens need to invoke the token introspection and userinfo endpoint for each request.
An improvement would be the addition of a token introspection/userinfo cache. The cache should be configurable with a cache expiration. Applications would first check the token by invoking cache if not found it would invoke the token introspection/userinfo endpoint.
The text was updated successfully, but these errors were encountered: