Token and claims
If there are any issues with a user’s authentication, you can retrieve and read issued JWTs from a web browser using the Network section of the Developer tools. By default, the content of the claims in the token is encoded in a non-human readable format. To read the token content, you must paste it into a JWT decoding tool such as jwt.ms. Check that the token contains the claims listed in this article and that the values within the token match the expected values defined in CDF.Missing groups claim
If theext_group_ids claim is missing from your token, try these solutions.
Check the token configuration
- Make sure that the app’s token configuration is set to emit the
groupsclaim in tokens.