[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/saml: saml1/sso-abstract-beans.xml...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jun 2 15:36:01 EDT 2014
Author: scantor
Date: Mon Jun 2 15:36:01 2014
New Revision: 6030
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6030&view=rev
Log:
Demote outgoing bindings alias to per-binding files, for ECP to override.
Modified:
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml
trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-unsolicited-beans.xml
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-post-simplesign-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/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml?rev=6030&r1=6029&r2=6030&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-abstract-beans.xml Mon Jun 2 15:36:01 2014
@@ -23,8 +23,6 @@
class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext" scope="prototype"
p:profileId="#{T(net.shibboleth.idp.saml.saml1.profile.config.BrowserSSOProfileConfiguration).PROFILE_ID}"
p:browserProfile="true" />
-
- <alias name="shibboleth.OutgoingSAML1SSOBindings" alias="shibboleth.OutgoingBindings"/>
<bean id="AddNameIdentifierToSubjects"
class="org.opensaml.saml.saml1.profile.impl.AddNameIdentifierToSubjects" scope="prototype">
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-unsolicited-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-unsolicited-beans.xml?rev=6030&r1=6029&r2=6030&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-unsolicited-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml1/sso-unsolicited-beans.xml Mon Jun 2 15:36:01 2014
@@ -20,5 +20,7 @@
</bean>
</constructor-arg>
</bean>
+
+ <alias name="shibboleth.OutgoingSAML1SSOBindings" alias="shibboleth.OutgoingBindings"/>
</beans>
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=6030&r1=6029&r2=6030&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 Mon Jun 2 15:36:01 2014
@@ -19,8 +19,6 @@
<bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
<import resource="common-beans.xml" />
-
- <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
<bean id="ProcessRequestedAuthnContext"
class="net.shibboleth.idp.saml.saml2.profile.impl.ProcessRequestedAuthnContext" scope="prototype" />
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=6030&r1=6029&r2=6030&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 Mon Jun 2 15:36:01 2014
@@ -26,4 +26,6 @@
</constructor-arg>
</bean>
+ <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
+
</beans>
Modified: trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-simplesign-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-simplesign-beans.xml?rev=6030&r1=6029&r2=6030&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-simplesign-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml/saml2/sso-post-simplesign-beans.xml Mon Jun 2 15:36:01 2014
@@ -27,4 +27,6 @@
</constructor-arg>
</bean>
+ <alias name="shibboleth.OutgoingSAML2SSOBindings" alias="shibboleth.OutgoingBindings"/>
+
</beans>
[... 26 lines stripped ...]
More information about the commits
mailing list