I'm using keycloak as my user management and trying to generated jwt to be used in other microservices, and as i understand to add new filed or info to the jwt, i need to create new client scope then link it to predefine mapper to be included in the jwt but i can't find any predefined realm id
mapper, so is their any other way to add the realm id to the jwt ? or I'm messing something from the predefined mapper?
I'm using keycloak version 19.0.1