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

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 18 09:42:44 EDT 2014


Author: rdw
Date: Tue Mar 18 09:42:44 2014
New Revision: 5597

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5597&view=rev
Log:
IDP-277 Add "detailedErrors" to the schema for relying parties.  Missed file

Modified:
    trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party.xml

Modified: trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party.xml?rev=5597&r1=5596&r2=5597&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party.xml (original)
+++ trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/relying-party.xml Tue Mar 18 09:42:44 2014
@@ -5,9 +5,10 @@
 	xsi:schemaLocation="urn:mace:shibboleth:2.0:relying-party http://shibboleth.net/schema/idp/shibboleth-relying-party.xsd
                         urn:mace:shibboleth:2.0:relying-party:saml http://shibboleth.net/schema/idp/shibboleth-relying-party-saml.xsd"
 	nameIDFormatPrecedence="three four"
+	detailedErrors="true"
 	defaultAuthenticationMethod="urn:oasis:names:tc:SAML:2.0:ac:classes:Password">
 
 	<rp:ProfileConfiguration xsi:type="saml:ShibbolethSSOProfile" localityAddress="ignore" localityDNSName="ignore" includeAttributeStatement="true" securityPolicyRef="ignore" 
-       outboundArtifactType="765432"/>
+       outboundArtifactType="765432" />
 </rp:RelyingParty>
 



More information about the commits mailing list