[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/...
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jun 17 09:14:15 EDT 2014
Author: rdw
Date: Tue Jun 17 09:14:15 2014
New Revision: 6095
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6095&view=rev
Log:
We don't need isDefault on the ACS OpenSAML does the heavy lifting
Modified:
trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/filter/withAttributes.xml
Modified: trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/filter/withAttributes.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/filter/withAttributes.xml?rev=6095&r1=6094&r2=6095&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/filter/withAttributes.xml (original)
+++ trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/filter/withAttributes.xml Tue Jun 17 09:14:15 2014
@@ -11,7 +11,7 @@
</Extensions>
<SPSSODescriptor
protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
- <AttributeConsumingService xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" isDefault="true"
+ <AttributeConsumingService xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
index="1">
<RequestedAttribute FriendlyName="displayName"
Name="urn:mace:dir:attribute-def:displayName" NameFormat="urn:mace:shibboleth:1.0:attributeNamespace:uri" />
More information about the commits
mailing list