cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

back office roles vs hac roles

Former Member
0 Likes
560

Hello,

HAC roles are in the spring-security-config.xml file and this file has all the roles for each hac tab.

For example - By looking at the above file to give access to platform -->update I need to give role as "ROLE_HAC_PLATFORM_UPDATE"

I think back office works differently. In back office let say I want to give access to marketing node only to specific user then how do I know what role I need to assign?

In simple words how does the admin person knows what roles need to assign (to access specific nodes like marketing, order etc.) to a user when the user is created in back office?

What file has all the roles for back office? For HAC all the roles are in spring-security-config.xml file.

Thanks in advance.

View Entire Topic
Former Member
0 Likes

Thanks for your response Jakub. Let me dig into more on what you said..