guide.jframework.io (EN)
  • Welcome
  • Getting Started
    • Overview *
    • Data Sample *
  • Definications
  • cPanel Site
    • Dashboard
    • Sign up an account
    • Reset password
  • Admin site
    • Create a brand
    • How to block users, IPs or tokens
    • Create a permission
    • Create a role
  • API protocol
    • Site for Developers
  • Changelog
Powered by GitBook
On this page
  • Creating a Role via the Dashboard
  • Creating a Role via the Management API
Export as PDF
  1. Admin site

Create a role

PreviousCreate a permissionNextChangelog

Last updated 2 months ago

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