Trace a nested claim from token to validation
Decode a token, locate the exact nested claim and its JSON type, then validate authenticity and application policy before use.
- Decode the compact token
- Expand the relevant branch
- Record the key path and type
- Verify supported signature
- Check the application claim schema