Subject missing in JWT with keycloak dev service after quarkus upgrade #44053
antoinechamot
started this conversation in
Community
Replies: 1 comment 4 replies
-
@antoinechamot We haven't updated to Keycloak 26.0.1 yet...
Do you mean adding something like |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We just made a Quarkus upgrade. For our integration tests we use KeycloakTestClient with keycloakClient.getAccessToken(userName).
This token does not contain anymore sub so getSubject() return null. It seems to be due to a keycloak change.
Is it possible to add the basic scope in devservice ?
Beta Was this translation helpful? Give feedback.
All reactions