[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu May 1 12:32:25 EDT 2014
Author: scantor
Date: Thu May 1 12:32:25 2014
New Revision: 5814
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5814&view=rev
Log:
Generalize response shell action for all response types.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml?rev=5814&r1=5813&r2=5814&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml Thu May 1 12:32:25 2014
@@ -62,8 +62,9 @@
</property>
</bean>
- <bean id="AddResponseShell" class="org.opensaml.saml.saml2.profile.impl.AddResponseShell" scope="prototype"
- p:issuerLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple">
+ <bean id="AddResponseShell" class="org.opensaml.saml.saml2.profile.impl.AddStatusResponseShell" scope="prototype"
+ p:issuerLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple"
+ p:messageType="#{T(org.opensaml.saml.saml2.core.Response).DEFAULT_ELEMENT_NAME}">
<property name="identifierGeneratorLookupStrategy">
<bean class="net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction"
p:defaultIdentifierGenerationStrategy-ref="shibboleth.DefaultIdentifierGenerationStrategy" />
More information about the commits
mailing list