
Announcements
I have two web roles: one for anonymous users and another for authenticated users. I want to assign a specific web role to authenticated users, allowing them to access only the profile page and two other pages and update records for contacts and accounts.
Additionally, when this contact record is accessed by a backend user, I plan to use a plugin that, under certain conditions, will assign an additional web role to the user. Once this additional role is assigned, I want to ensure that the user has access to all pages within the system after assigning the second webrole.
However, I have removed all web roles from the Web Page Access Control Rule, following the guidance from this article: