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
Is your feature request related to a problem? Please describe.
There's a performance issue in the implementation of the OidcAuthClientManager, as it always fetch a new token instead of reusing the latest one until it expires.
Describe the solution you'd like
Token should be reused and refreshed when expired.
dmartinol
changed the title
OIDC Authorization should consider reusing token until is expires
OIDC Authorization should consider reusing token until is expired
Oct 16, 2024
Is your feature request related to a problem? Please describe.
There's a performance issue in the implementation of the
OidcAuthClientManager
, as it always fetch a new token instead of reusing the latest one until it expires.Describe the solution you'd like
Token should be reused and refreshed when expired.
Additional context
Current code here
The text was updated successfully, but these errors were encountered: