Hello
I have been struggling all the afternoon to map the AD Groups returned by my SAML provider to Ignition level groups. It turns out that there is a bug in Ignition where a role containing a backlash cannot be mapped using containsAny
or containsAll
.
containsAny({user:roles}, 'domain\AD_Group')
This is important because Microsoft's AD groups
are returned in the following format: "domain\AD_Group_Name".
You can check it with any provider, and see that this happens even with the traditional authentication.
Ignition version: 8.1.41
Thanks!!