[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml/saml2: sso-abstract-beans.xml...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 3 12:15:58 EDT 2014
Author: scantor
Date: Thu Apr 3 12:15:58 2014
New Revision: 5691
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5691&view=rev
Log:
Move outgoing binding alias into concrete flows.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-redirect-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-unsolicited-beans.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml?rev=5691&r1=5690&r2=5691&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-abstract-beans.xml Thu Apr 3 12:15:58 2014
@@ -97,8 +97,6 @@
<bean id="AlwaysTrueRelyingPartyPredicate" class="com.google.common.base.Predicates" factory-method="alwaysTrue" />
</property>
</bean>
-
- <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
<bean id="AddResponseShell" class="org.opensaml.saml.saml2.profile.impl.AddResponseShell" scope="prototype"
p:issuerLookupStrategy-ref="shibboleth.ResponderIdLookup.Simple">
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-beans.xml?rev=5691&r1=5690&r2=5691&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-beans.xml Thu Apr 3 12:15:58 2014
@@ -17,5 +17,7 @@
</bean>
</constructor-arg>
</bean>
+
+ <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
</beans>
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-redirect-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-redirect-beans.xml?rev=5691&r1=5690&r2=5691&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-redirect-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-redirect-beans.xml Thu Apr 3 12:15:58 2014
@@ -17,5 +17,7 @@
</bean>
</constructor-arg>
</bean>
+
+ <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
</beans>
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-unsolicited-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-unsolicited-beans.xml?rev=5691&r1=5690&r2=5691&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-unsolicited-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-unsolicited-beans.xml Thu Apr 3 12:15:58 2014
@@ -16,5 +16,7 @@
</bean>
</constructor-arg>
</bean>
+
+ <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
</beans>
More information about the commits
mailing list