[java-identity-provider COMMIT] /trunk/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/...

noreply at shibboleth.net noreply at shibboleth.net
Wed Sep 24 13:09:12 EDT 2014


Author: scantor
Date: Wed Sep 24 13:09:11 2014
New Revision: 6565

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6565&view=rev
Log:
Fix a validation error that's immaterial to test.

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=6565&r1=6564&r2=6565&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 Wed Sep 24 13:09:11 2014
@@ -11,8 +11,10 @@
 	</Extensions>
 	<SPSSODescriptor
 		protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol">
+        <AssertionConsumerService Location="https://foo" index="1" Binding="urn:foo" />
 		<AttributeConsumingService xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
 			index="1">
+            <ServiceName xml:lang="en">Foo</ServiceName>
 			<RequestedAttribute FriendlyName="displayName"
 				Name="urn:mace:dir:attribute-def:displayName" NameFormat="urn:mace:shibboleth:1.0:attributeNamespace:uri" />
 			<RequestedAttribute FriendlyName="displayName" isRequired="true"



More information about the commits mailing list