Hi,
I'm trying to convert this attributefilterpolicy from shibboleth idp to cas 7.3.2 with oidc
<AttributeFilterPolicy id="OPENID_SCOPE_MEMBEROFARGOS">
<PolicyRequirementRule xsi:type="oidc:OIDCScope" value="memberofargos" />
<AttributeRule attributeID="MemberOf">
<PermitValueRule xsi:type="OR">
<Rule xsi:type="Value" value="argos" caseSensitive="false" />
</PermitValueRule>
</AttributeRule>
</AttributeFilterPolicy>
But i do not how to do ?
The user has several groups and I want to select only the argos group and attribute the value to oidc attribute MemberOf.
Thanks