Does OIDC Client token support automatic refresh before the token expires #46644
Unanswered
Umizhang0910
asked this question in
Q&A
Replies: 2 comments 1 reply
-
/cc @pedroigor (oidc), @sberyozkin (oidc) |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is an interesting idea, but I'm not sure it is worth the extra complexity it would bring with it (managing a timer, syncing with the actual OidcClient requests) given that the token refresh occurs once every 60 mins or several days or even longer periods of time, with the most likely case being, that in a highly concurrent application only a few OIDC client requests might need to wait for a few milliseconds, and then all is flowing for another 60 mins, etc |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone,
Does the token held by TokenRequestState support automatic refresh before expiration, instead of finding the token expires when the request comes, and then requesting IDP to obtain or refresh the token.
Is there any mechanism inside the Quarkus framework that supports automatic refresh of tokens?
Use scenarios
Beta Was this translation helpful? Give feedback.
All reactions