Skip to content

Does OIDC Client token support automatic refresh before the token expires #46644

Answered by sberyozkin
Umizhang0910 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Umizhang0910

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

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@sberyozkin
Comment options

@Umizhang0910
Comment options

@Umizhang0910
Comment options

@sberyozkin
Comment options

@Umizhang0910
Comment options

Answer selected by Umizhang0910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants