Hi,
I'm helping a project by implementing authentication with Federated security for CMS and Commerce.
The project wants to use 4 roles being Administrators, WebAdmins, WebEditors and CommerceAdmins, which have been created in the appRoles in the Manifest,
I have followed the documentation at https://world.episerver.com/documentation/developer-guides/CMS/security/federated-security/ and it seems to be working fine except for the CommerceAdmins role.
Users in the Active Directory with the roles Administrators, WebAdmins, WebEditors have access according to what they should have, but users with the CommerceAdmins role just get an "Access Denied - Your account does not have rights to access this feature of the commerce manager." when I try to log them into Commerce Manager.
Help and pointers would be much appreciated.