Hey
I currently have an application that performs a call to the openid-userinfo endpoint.
This application expects the user ID to be under the “id” claim. However, Keycloak returns it under the “sub” claim.
Is there any way to ‘remap’ the sub claim to id?
For reference, I’m using KC v24, so it’s not possible to use a custom JS claim, as it was removed at around v18.
Thanks in advance!