Your second attempt has the correct constructor signature: > <bean id=" attributeRepository " > > class="org.jasig.services.persondir.support.jdbc.SingleRowJdbcPersonAttributeDao"> > > <constructor-arg index="0" ref="dataSource" /> > > <constructor-arg index="1" value=" SELECT surname FROM users > WHERE lower(user) = lower(?)"/>/>
I will assume your attribute mappings are correct. Have you specified the SAML ticket validator on the client? Attributes are only transmitted to the client via the SAML 1.1 protocol. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
