After recreating the application, something DID change! I now found the information about the user’s groups not in the JWT or profile, but in the _json and _raw portion of the output, as 'https://mydomain:com/claims/groups': [ 'abc' ]
Is there any way without brute force to get the groups as another key:value pair in the profile portion of the output?
1 Like