We have mapped an AD role to the CommerceAdmins virtual role, e.g "AD_CommerceUser".
Note that this role is not a CMS Editor nor a CMS Admin. The users under this role are in charge of the product and order management only.
However, when the user logs on to the Commerce, they get kept on getting kicked off with a "You have been logged out." popup due to the paths
/EPiServer/EPiServer.Marketing.Testing/Stores/ABTestStore/... returning 401 error.
In relation to the post:
https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2020/8/episerver-marketing-ab-test-module-401-error/
It says that ABTestStore allows CmsAdmins and CmsEditors users.
Is there a way I we can also map the CommerceAdmins to the AB Testing add-on? Is there a dedicated Virtual Role for A/B Testing that we can extend?
Resolution (from Episerver Support):
<add key="EPiServer:Marketing:Testing:Roles" value="CommerceAdmins" />
We have mapped an AD role to the CommerceAdmins virtual role, e.g "AD_CommerceUser".
Note that this role is not a CMS Editor nor a CMS Admin. The users under this role are in charge of the product and order management only.
However, when the user logs on to the Commerce, they get kept on getting kicked off with a "You have been logged out." popup due to the paths
/EPiServer/EPiServer.Marketing.Testing/Stores/ABTestStore/... returning 401 error.
In relation to the post:
https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2020/8/episerver-marketing-ab-test-module-401-error/
It says that ABTestStore allows CmsAdmins and CmsEditors users.
Is there a way I we can also map the CommerceAdmins to the AB Testing add-on? Is there a dedicated Virtual Role for A/B Testing that we can extend?