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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 15 22:54:12 EDT 2014


Author: scantor
Date: Tue Jul 15 22:54:12 2014
New Revision: 6300

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6300&view=rev
Log:
IDP-414: Handler to add ChannelBindings to SOAP envelope.

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

Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-ecp-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-ecp-beans.xml?rev=6300&r1=6299&r2=6300&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-ecp-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-ecp-beans.xml Tue Jul 15 22:54:12 2014
@@ -36,6 +36,7 @@
         <property name="handlers">
             <util:list>
                 <bean class="org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler" scope="prototype" />
+                <bean class="org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler" scope="prototype" />
             </util:list>
         </property>
     </bean>



More information about the commits mailing list