Create a role
In JFW, roles are used in Role-Based Access Control (RBAC) to group permissions and assign them to users or applications. You can create roles using the Dashboard or the Management API.
Creating a Role via the Dashboard
1️⃣ Log in to the Dashboard → Auth0 Dashboard 2️⃣ Navigate to User Management → Roles in the left menu. 3️⃣ Click the "Create Role" button. 4️⃣ Enter:
Role Name (e.g., "Admin", "Editor")
Description (optional but recommended) 5️⃣ Click "Create" to save the role. 6️⃣ After creating the role, click "Permissions" → "Assign Permissions" to add API permissions.
✅ The role is now ready to be assigned to users.
Creating a Role via the Management API
You can also create roles programmatically using the Management API.
Visit developers.jframework.io
Last updated