Skip to content
Discussion options

You must be logged in to vote

Hi @mqs24d
Do you mean you have both quarkus.oidc.token.refresh-expired=true and quarkus.oidc.token.refresh-token-time-skew=some-duration set ?
If you only have quarkus.oidc.token.refresh-expired=true then it does mean that refreshing the tokens will only happen when the ID token has expired, it is really essential the refresh response contains a new ID token in this case since what we really want to do here is to extend the local session life-time and ID token represents it. We can't use the access token lifetime to extend the user session as the access token role is different to keeping the session.

If you have both quarkus.oidc.token.refresh-expired=true and quarkus.oidc.token.refresh-…

Replies: 10 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@mqs24d
Comment options

@sberyozkin
Comment options

@mqs24d
Comment options

Answer selected by mqs24d
Comment options

You must be logged in to vote
1 reply
@mqs24d
Comment options

Comment options

You must be logged in to vote
1 reply
@sberyozkin
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@DCCSKrezovic
Comment options

@mqs24d
Comment options

@DCCSKrezovic
Comment options

@DCCSKrezovic
Comment options

Comment options

You must be logged in to vote
2 replies
@DCCSKrezovic
Comment options

@sberyozkin
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants