Search code examples
permissionsauthenticationrolejasperserver

JasperServer ROLE problems


I have started work on JasperServer community edition for my client.

The problem I face is

  1. After creating a new role eg "TEST_ROLE"
  2. Creating a new user "LADY_GAGA" and assigning the user role as "TEST_ROLE"

I am getting an error that states

"You do not have permission to view this page.

Please contact your system administrator or log in as a user with permission."

Please help. I have also assigned the role "TEST_ROLE" its properties such as read, write, delete, access. Am I doing something wrong while assigning or creating a role. You help would be greatly appreciated.

Thank you


Solution

  • Figured this one out !

    Every user must be assigned a minimal role of "ROLE_USER" and then any other role created and defined by you.