#RBAC & Admin UI Customization

1 messages · Page 1 of 1 (latest)

jolly haven
#

Hi,

  1. Is RBAC possible in the Admin UI?
    I was able to restrict backend routes like admin/products (as per docs - https://docs.medusajs.com/v1/modules/users/backend/rbac
    ), but I also want to restrict the frontend — for example, show a custom “Access Denied” page instead of the products view.

  2. Can I customize default admin widgets?
    I know I can add custom widgets, but I’d like to modify existing ones — e.g., add an expiry field or rename default labels.

What’s the recommended way to achieve both?

Thanks!

In this document, you'll get a high-level overview of how you can implement role-based access control (RBAC) in your Medusa backend.

azure basalt
jolly haven
azure basalt
#

Sure