{% extends "base.html" %} {% block title %}Claims Configuration - NanoIDP{% endblock %} {% block content %}
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 |