A confusing attribute resolver configuration
Rod Widdowson
rdw at steadingsoftware.com
Wed Oct 21 12:08:51 EDT 2015
Answering myself.
My answer is overly complex. The custom schema has been extended and you
can use the <Column> child element.
https://wiki.shibboleth.net/confluence/display/IDP30/Column
Sorry for the confusion.
> -----Original Message-----
> From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Rod
> Widdowson
> Sent: 21 October 2015 17:02
> To: 'Shib Users'
> Subject: RE: A confusing attribute resolver configuration
>
> Daniel would need to confirm but it looks like you can use the
> mappingStrategyRef="bean" capability.
>
> In V3.1.2 the bean would need to be declared like this:
>
> <bean id="mappings"
>
class="net.shibboleth.idp.attribute.resolver.dc.ldap.impl.StringAttributeVal
> ueMappingStrategy"
> p:noResultAnError="true" p:multipleResultsAnError="true">
> <property name="resultRenamingMap">
> <map>
> <entry key="homephone" value="phonenumber" />
> </map>
> </property>
> </bean>
>
> Which unfortunately means using an impl (and hence subject to change)
> class
> name.
>
> This is not a stable solution so I really cannot recommend it, but I have
> entered IDP-838 to get that fixed (and, of course, documented) in 3.2.0
>
> /Rod
>
> --
> To unsubscribe from this list send an email to users-
> unsubscribe at shibboleth.net
More information about the users
mailing list