attributeID with upper/lowercase value is not transmitted to SP
sshabbir
sshabbir at bmj.com
Wed Jul 18 06:03:02 EDT 2018
The fix was to ensure the map entries are the right way round (school-boy
error!) in the mapping strategy bean entry. So, with below, the "key" is the
sql resultset column name, and "value" is the attribute name.
<bean id="icsmappings"
class="net.shibboleth.idp.attribute.resolver.dc.rdbms.impl.StringResultMappingStrategy"
p:noResultAnError="true" p:multipleResultsAnError="true">
<property name="resultRenamingMap">
<map>
<entry key="orgid" value="orgId" />
<entry key="email" value="email" />
<entry key="first" value="first" />
<entry key="last" value="last" />
<entry key="identityid" value="username" />
</map>
</property>
</bean>
-----
Syed
--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html
More information about the users
mailing list