Identity
+-
+
- Display name +
- {{ currentUser.displayName }} +
- Username +
- {{ currentUser.username }} +
- Entra object id +
- {{ currentUser.oid }} +
- Tenant id +
- {{ currentUser.tid }} +
+ Identity served by the BFF from the active admin session. Read-only — role assignments are + managed in the Entra Admin Center. +
+
+ Roles assigned on the BFF's Entra app registration. Drives access to
+ /api/admin/* through @RequireAdmin.
+