...
| Bloc de code |
|---|
<bean id="httpHeaderAttributeSource" class="org.jasig.portal.services.persondir.support.HttpHeaderPersonAttributeDao">
<property name="httpHeaderAttributesToPortalAttributes">
<map>
<entry key="HTTP_SHIB_PERSON_UID"> <value>uid</value></entry>
<entry key="HTTP_SHIB_PERSON_COMMONNAME"> <value>cn</value></entry>
<entry key="HTTP_SHIB_INETORGPERSON_DISPLAYNAME"> <value>displayname</value></entry>
</map>
</property>
</bean>
|