[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
Mon Jan 6 12:01:22 EST 2014


Author: scantor
Date: Mon Jan  6 12:01:22 2014
New Revision: 5155

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5155&view=rev
Log:
Add version checking handler to inbound chain.

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=5155&r1=5154&r2=5155&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 Mon Jan  6 12:01:22 2014
@@ -41,6 +41,8 @@
             
                 <bean class="idp.TestMessageHandler" scope="prototype" />
                 
+                <bean class="org.opensaml.saml.saml2.binding.CheckRequestVersionHandler" />
+                
                 <bean class="org.opensaml.saml.common.binding.SAMLProtocolAndRoleHandler">
                     <property name="protocol">
                         <util:constant static-field="org.opensaml.saml.common.xml.SAMLConstants.SAML20P_NS" />



More information about the commits mailing list