Skip to content

Opaque access token not refreshed in authorization code flow (related to issue #32109) #45093

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

You must be logged in to vote

Never mind, you said it clearly it is the same issue as in the linked issue.

To support such a case, the way the session cookie content is structured has to be reworked, right now tokens are concatenated and encrypted, but it really should be a JSON container, which can accommodate extra properties such as the binary access token expiry time.

I think the workaround at the the moment may be to to try to cause a valid ID token refresh, with quarkus.oidc.token.refresh-token-time-skew - which should keep returning a refreshed access token too...

I'll try to prioritize on that issue now that we have several users asking about it...

Replies: 1 comment 4 replies

Comment options

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

Answer selected by MickaelAlvarez
@MickaelAlvarez
Comment options

@sberyozkin
Comment options

@sberyozkin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants