Hi
i have two end user module and one theme module theme module i have the menu from menu we are redirecting different application url.but when i am trying to redirect to another page i am getting "request faiiled with status 403" and in service center it is showing registerd role is required.but the user is already registered and every module is user provider module is user.how to resol;ve this issue?
Hi Arkyadeep,
Check the screen, you are trying to access to, in Service Studio and take a look at the roles needed to access it. Likely, the user with whom you are logged-in, doesn't have that role and it fails. Like in the example below, where to access the Test screen, the user needs to have the Manager role:
Kind Regards,João
we are using Custom role and permission level.
i have marked as registered.check the screenshot.
This can occur for a few reasons:
I would also take a closer look to the error log stack and debug the code to see what is actually throwing the error. This should help you trace the origin of the bug.
Hi @Arkyadeep Bharadwaj
This one happen many times when you don't have that particular role to access it. You can use the debugger and trace it out as @joao said earlier.
Thanks,
Ajit Kurane.
yes i got this main reason i think.i will let you know.