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

we could use ReportManagers, CustomerManagers, CustomerServiceRepresentatives:
Comments
Post a Comment