The following works correctly if a user is a member of a group that starts with "CA_" but if they are not it returns all groups for a given user.
c:[Type == "http://schemas.xmlsoap.org/claims/Group", Value =~ "(?i)CA_"]
=> issue(claim = c);
and ideas?
thanks greatly
tr