[java-identity-provider COMMIT] /branches/3.2/idp-conf/src/main/resources/conf/attribute-resolver.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 18 14:50:33 EST 2015
Author: scantor
Date: Fri Dec 18 14:50:33 2015
New Revision: 8045
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8045&view=rev
Log:
IDP-805 - fix scoped affiliation encoder example
Modified:
branches/3.2/idp-conf/src/main/resources/conf/attribute-resolver.xml
Modified: branches/3.2/idp-conf/src/main/resources/conf/attribute-resolver.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.2/idp-conf/src/main/resources/conf/attribute-resolver.xml?rev=8045&r1=8044&r2=8045&view=diff
==============================================================================
--- branches/3.2/idp-conf/src/main/resources/conf/attribute-resolver.xml (original)
+++ branches/3.2/idp-conf/src/main/resources/conf/attribute-resolver.xml Fri Dec 18 14:50:33 2015
@@ -77,8 +77,8 @@
-->
<resolver:AttributeDefinition id="eduPersonScopedAffiliation" xsi:type="ad:Scoped" scope="%{idp.scope}" sourceAttributeID="affiliation">
<resolver:Dependency ref="staticAttributes" />
- <resolver:AttributeEncoder xsi:type="enc:SAML1String" name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation" encodeType="false" />
- <resolver:AttributeEncoder xsi:type="enc:SAML2String" name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9" friendlyName="eduPersonScopedAffiliation" encodeType="false" />
+ <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" />
</resolver:AttributeDefinition>
More information about the commits
mailing list