Hello! I'd love to generate a JWT with a nested structure, e.g.: ```json { "realm_access": { "roles": [ "default-roles-my-realm", "offline_access", "uma_authorization" ] } } ``` Could you please give me guidance on how to achieve this? Cheers! Michal
Hello!
I'd love to generate a JWT with a nested structure, e.g.:
{ "realm_access": { "roles": [ "default-roles-my-realm", "offline_access", "uma_authorization" ] } }Could you please give me guidance on how to achieve this?
Cheers!
Michal