[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 15:43:11 EDT 2014
Author: scantor
Date: Thu Jul 17 15:43:11 2014
New Revision: 6302
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6302&view=rev
Log:
IDP-230: ECP RelayState handling
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=6302&r1=6301&r2=6302&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 15:43:11 2014
@@ -31,6 +31,7 @@
<property name="handlers">
<util:list>
<bean class="org.opensaml.saml.saml2.binding.impl.AddECPResponseHeaderHandler" scope="prototype" />
+ <bean class="org.opensaml.saml.saml2.binding.impl.AddRelayStateHeaderHandler" 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" />
More information about the commits
mailing list