[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 16 16:13:51 EST 2015
Author: scantor
Date: Fri Jan 16 16:13:51 2015
New Revision: 7245
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7245&view=rev
Log:
IDP-572 - attribute-resolver-full.xml default LDAP attribute value not consistent with v2
Modified:
trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
Modified: trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml?rev=7245&r1=7244&r2=7245&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-resolver-full.xml Fri Jan 16 16:13:51 2015
@@ -187,7 +187,7 @@
<!-- Schema: eduPerson attributes -->
<!--
- <resolver:AttributeDefinition xsi:type="ad:Simple" id="eduPersonAffiliation" sourceAttributeID="affiliation">
+ <resolver:AttributeDefinition xsi:type="ad:Simple" id="eduPersonAffiliation" sourceAttributeID="eduPersonAffiliation">
<resolver:Dependency ref="myLDAP" />
<resolver:AttributeEncoder xsi:type="enc:SAML1String" name="urn:mace:dir:attribute-def:eduPersonAffiliation" encodeType="false" />
<resolver:AttributeEncoder xsi:type="enc:SAML2String" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.1" friendlyName="eduPersonAffiliation" encodeType="false" />
@@ -229,7 +229,7 @@
<resolver:AttributeEncoder xsi:type="enc:SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.12" friendlyName="eduPersonPrincipalNamePrior" encodeType="false" />
</resolver:AttributeDefinition>
- <resolver:AttributeDefinition xsi:type="ad:Scoped" id="eduPersonScopedAffiliation" scope="%{idp.scope}" sourceAttributeID="affiliation">
+ <resolver:AttributeDefinition xsi:type="ad:Scoped" id="eduPersonScopedAffiliation" scope="%{idp.scope}" sourceAttributeID="eduPersonAffiliation">
<resolver:Dependency ref="myLDAP" />
<resolver:AttributeEncoder xsi:type="enc:SAML1ScopedString" name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation" encodeType="false" />
<resolver:AttributeEncoder xsi:type="enc:SAML2ScopedString" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" friendlyName="eduPersonScopedAffiliation" encodeType="false" />
@@ -249,7 +249,7 @@
<!-- Example Static Connector -->
<!--
<resolver:DataConnector id="staticAttributes" xsi:type="dc:Static">
- <dc:Attribute id="affiliation">
+ <dc:Attribute id="eduPersonAffiliation">
<dc:Value>member</dc:Value>
</dc:Attribute>
</resolver:DataConnector>
More information about the commits
mailing list