Back to Demos

RBAC Permission Check

Role-based access control with inheritance from backoffice

Select Role

Role: operator

Endpoint Access for operator

Compare Roles

vs

RBAC Concept

Role Hierarchy with Permission Inheritance:

viewer
  └── operator
        └── supervisor
              └── admin
                    └── superadmin (has wildcard "*")

Each role inherits all permissions from parent roles.
Example: supervisor has its own permissions + operator + viewer

Permission Format: "resource:action"
Examples: transaction:read, user:create, config:update