[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
Thu Jul 17 14:34:07 EDT 2014


Author: scantor
Date: Thu Jul 17 14:34:07 2014
New Revision: 6301

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6301&view=rev
Log:
IDP-415: RequestAuthenticated and GeneratedKey SOAP header handlers.

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=6301&r1=6300&r2=6301&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 Thu Jul 17 14:34:07 2014
@@ -26,16 +26,13 @@
     
     <alias name="shibboleth.OutgoingECPBindings" alias="shibboleth.OutgoingBindings"/>
     
-    <!--
-    TODO: Channel binding extraction probably is a message handler, but might be ok to just put into
-    the per-profile-config default inbound chain for ECP.
-    -->
-    
     <bean id="shibboleth.BindingSpecificMessageHandler"
             class="org.opensaml.messaging.handler.impl.BasicMessageHandlerChain" scope="prototype">
         <property name="handlers">
             <util:list>
                 <bean class="org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler" scope="prototype" />
+                <bean class="org.opensaml.saml.saml2.binding.impl.AddRequestAuthenticatedHeaderHandler" scope="prototype" />
+                <bean class="org.opensaml.saml.saml2.binding.impl.AddGeneratedKeyHeaderHandler" scope="prototype" />
                 <bean class="org.opensaml.saml.common.binding.impl.AddChannelBindingsHeaderHandler" scope="prototype" />
             </util:list>
         </property>



More information about the commits mailing list