[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 2 16:53:56 EST 2014


Author: scantor
Date: Thu Jan  2 16:53:56 2014
New Revision: 5143

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5143&view=rev
Log:
Add a relying party flag controlling error detail.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml?rev=5143&r1=5142&r2=5143&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml2/sso-abstract-beans.xml Thu Jan  2 16:53:56 2014
@@ -195,6 +195,7 @@
     <bean id="ConditionalRelyingPartyConfiguration" class="net.shibboleth.idp.relyingparty.impl.ConditionalRelyingPartyConfiguration">
         <constructor-arg value="ActivatedRelyingPartyConfiguration" />
         <constructor-arg value="https://idp.example.org" />
+        <constructor-arg value="true" />
         <constructor-arg>
             <util:list>
                 <bean class="net.shibboleth.idp.saml.profile.config.saml2.BrowserSSOProfileConfiguration">



More information about the commits mailing list