I forgot this part of DataConnector LDAP to complete my issue.

        <InputDataConnector ref="myLDAP" attributeNames="entryDN" />
        <FilterTemplate>
            <![CDATA[
                
(&(objectClass=groupOfUniqueNames)(uniquemember=$entryDN.get(0)))
            ]]>
        </FilterTemplate>
        <ReturnAttributes>cn</ReturnAttributes>

Thanks

Le mardi 30 décembre 2025 à 16:24:14 UTC+1, livio dezorzi a écrit :

> 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
>

-- 
- Website: https://apereo.github.io/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/b61d4de0-2ee2-4d64-87df-4f6fc2aa1634n%40apereo.org.

Reply via email to