Identity Admin

UX Note: Role checks in this UI are display-only. The server enforces all access controls via require_action() regardless of what the UI renders. A 403 response from any operation will be shown inline.

Create invitation

Provide either an IdP subject hint (exact IdP sub claim) or a verified email. The email-based match requires the IdP to assert email_verified=true (M15.1 security guard).

Loading…