Episerver Commerce 14: Menu access


It's the CommerceUIMenuProvider that controls the general menu access, you can configure it in appsettings.json:

(Compared to Commerce 13:
<add name="CatalogManagers" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="CommerceSales" mode="Any" />)
Common roles are: WebAdmins, WebEditors...

In case you want to create an access group that enables access to only:
  • Customers
  • Order management
  • Reports

As the image below:

A close-up of a text

Description automatically generated
we could use ReportManagers, CustomerManagers, CustomerServiceRepresentatives:
 

Comments

Popular posts from this blog

Optimizely Content Graph: minimal setup for testing

Episerver ServiceAPI: Example of how-to properly call the media upload

SameSite Cookie login troubleshooting