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

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 8 20:17:25 EST 2015


Author: scantor
Date: Sun Feb  8 20:17:25 2015
New Revision: 7323

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7323&view=rev
Log:
IDP-595 - The WantAssertionsSigned SP metadata flag is not honored - missed checkin

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

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml?rev=7323&r1=7322&r2=7323&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml-abstract-beans.xml Sun Feb  8 20:17:25 2015
@@ -168,7 +168,8 @@
             p:configurationLookupStrategy-ref="shibboleth.SignatureSigningConfigurationLookup"
             p:signatureSigningParametersResolver-ref="shibboleth.SignatureSigningParametersResolver">
         <property name="activationCondition">
-            <bean class="net.shibboleth.idp.saml.profile.config.logic.SignAssertionsPredicate" />
+            <bean class="net.shibboleth.idp.saml.profile.config.logic.SignAssertionsPredicate"
+                p:honorMetadata="%{idp.signing.honorWantAssertionsSigned:true}" />
         </property>
         <property name="securityParametersContextLookupStrategy">
             <bean class="com.google.common.base.Functions" factory-method="compose"



More information about the commits mailing list