[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 16 09:22:12 EST 2015
Author: rdw
Date: Wed Dec 16 09:22:12 2015
New Revision: 8033
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8033&view=rev
Log:
IDP-805 Fix encoder for example ePSA
https://issues.shibboleth.net/jira/browse/IDP-805
Modified:
trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml
Modified: trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml?rev=8033&r1=8032&r2=8033&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/attribute-resolver.xml Wed Dec 16 09:22:12 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