Claims & Authority Prefixes
Claims Preview
Authorities
Claims
Select a user to preview their claims
How Claims Work
User attributes are mapped to JWT claims and authorities:
| User Attribute | JWT Claim | Authority Example |
|---|---|---|
| roles | roles |
ROLE_ADMIN |
| identity_class | identity_class |
IDENTITY_INTERNAL |
| entitlements | entitlements |
ENT_DOCUMENT_READ |
| source_acl | source_acl |
ACL_READ (no prefix) |
| attributes.* | attributes.{key} |
Uses custom prefix if configured |