Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

CommerceSettingsAdmins user could not access /episerver/commerce Url

Vote:
 

I created a user and added the user to CommerceSettingsAdmins group. User can login to Epi server admin but when clicking the Commerce link, user is automtically redirected to the login page as if it was logged out. But if I access /episerver/commerce/settings directly, the said user can access it. I think I'm having problems with the Url access for CommerceSettingsAdmins but do not know which part to change. Please advise.

#222978
May 15, 2020 4:50
Vote:
 

Without trying, you probably want to add this

<location path="episerver/commerce">

<authorization>
<allow roles="WebEditors, WebAdmins, Administrators, CommerceSettingsAdmins " />
<deny users="*" />
</authorization>

</location>

#222985
May 15, 2020 9:10
Vote:
 

Hi, Thanks for the reply! I tried it but unfortunately it did not work. I tried adding the user to CatalogManagers and it was able to access the Commerce tab as well as the settings. Not sure why it redirects me to the login page though since I added user groups to "episerver/CMS/admin" and it allowed the users that belonged to that group to login.

#223070
May 18, 2020 3:32
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.