- Created by Oksana Vishchuk , last modified on Jul 28, 2023
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
Problem: You are not allowed to see this page
When I try to display a view, I get the following error:
org.jboss.seam.security.AuthorizationException:
Cause
A user wants to access a part of the system to which they have no access rights assigned.
Solution: Change the access rights for the user group
Go to the Configuration menu > User Management > Users.
Locate the user in question and check to which group they belong.
Note: If there is no Group column in the view, open the user’s profile and check the Group section in the ‘General Info’ tab.Go to User Management > User Groups and Rights.
Locate the group in question and open it in edit mode.
Locate the area of the view that wasn’t accessible to the user and check the corresponding boxes in the Browse and Customize columns.
Note: In some cases, the error message will specify which access right is missing, for example, org.jboss.seam.security.AuthorizationException: Authorization check failed for role [PROJECT_EDIT]. In this case, the editing rights are missing, so you need to check the box in the Edit column.Click the Save button at the bottom of the page.
The user will have to sign out and sign in again to see the changes.
If you want to give additional rights to a specific user, not the whole user group, you can create a new user group consisting of only one user and assign the necessary rights to this group. To learn how to do this, see the Add a new user account - Add a new user group article.
Problem: You have no views available
When I I I try to display a view, I get the following error:
com.radzisz.xtrf.service.exceptions.NoViewAvailableException: No view available for [Part of the System]
Cause
A user has access rights to this part of the system, but no views are available for this user.
Solution 1: Share a view with this user
Depending on the ownership of the view, you can share the view directly from the view or in the Configuration menu > General Configuration section. To check if you are the view owner, open the view drop-down and see if the view in question has an icon.
If you want to give additional rights to a specific user, not the whole user group, you can create a new user group consisting of only one user and assign the necessary rights to this group. To learn how to do this, see the Add a new user account - Add a new user group article.
If you are the owner of the view:
Go to the Configuration menu > User Management > Users.
Locate the user in question and check to which group they belong.
Note: If there is no Group column in the view, open the user’s profile and check the Group section in the ‘General Info’ tab.Go back to the view you want to share and click the icon.
Scroll down to the Share View card.
Select the Share with groups radio button, then select the user’s group from the drop-down list below.
Click the Save Changes button in the upper right corner.
The user will have to sign out and sign in again to see the changes.
If you are not the owner of the view:
Go to the Configuration menu > User Management > Users.
Locate the user in question and check to which group they belong.
Note: If there is no Group column in the view, open the user’s profile and check the Group section in the ‘General Info’ tab.Go to the Configuration menu > General Configuration > Views.
Locate the view in question and open it in edit mode.
In the View Editor pop-up, go to the Permissions tab.
Add the desired groups to the Selected Item list.
Click the Save button.
The user will have to sign out and sign in again to see the changes.
Solution 2: Grant permission for view customization
Go to the Configuration menu > User Management > Users.
Locate the user in question and check to which group they belong.
Note: If there is no Group column in the view, open the user’s profile and check the Group section in the ‘General Info’ tab.
Go to User Management > User Groups and Rights.
Locate the group in question and open it in edit mode.
Locate the area the user needs to access and check the corresponding box in the Customize column.
Click the Save button at the bottom of the page.
The user will have to sign out and sign in again to see the changes.
Problem: You need permission to see the view
When I try to display a view, I get the following error:
Cause
A user has access rights to this part of the system but not to the specific view the user wants to access.
Solution: Share this view with a user group
Depending on the ownership of the view, you can share the view directly from the view or in the Configuration menu > General Configuration section. To check if you are the view owner, open the view drop-down and see if the view in question has an icon.
If you want to give additional rights to a specific user, not the whole user group, you can create a new user group consisting of only one user and assign the necessary rights to this group. To learn how to do this, see the Add a new user account - Add a new user group article.
If you are the owner of the view:
Go to the Configuration menu > User Management > Users.
Locate the user in question and check to which group they belong.
Note: If there is no Group column in the view, open the user’s profile and check the Group section in the ‘General Info’ tab.
Go back to the view you want to share and click the icon.
Scroll down to the Share View card.
Select the Share with groups radio button, then select the user’s group from the drop-down list below.
Click the Save Changes button in the upper right corner.
The user will have to sign out and sign in again to see the changes.
If you are not the owner of the view:
Go to the Configuration menu > User Management > Users.
Locate the user in question and check to which group they belong.
Note: If there is no Group column in the view, open the user’s profile and check the Group section in the ‘General Info’ tab.
Go to the Configuration menu > General Configuration > Views.
Locate the view in question and open it in edit mode.
In the View Editor pop-up, go to the Permissions tab.
Add the desired groups to the Selected Item list.
Click the Save button.
The user will have to sign out and sign in again to see the changes.
- No labels