[java-identity-provider COMMIT] in /trunk: idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml idp-...

noreply at shibboleth.net noreply at shibboleth.net
Mon Feb 24 21:40:02 EST 2014


Author: scantor
Date: Mon Feb 24 21:40:01 2014
New Revision: 5470

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5470&view=rev
Log:
IDP-135 - General InResponseTo action for both SAML versions.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml1/AddInResponseToToResponse.java
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/AddInResponseToToResponse.java

Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml?rev=5470&r1=5469&r2=5470&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-beans.xml Mon Feb 24 21:40:01 2014
@@ -195,6 +195,11 @@
         scope="prototype" />
 
     <bean
+        id="AddInResponseToToResponse"
+        class="org.opensaml.saml.common.profile.impl.AddInResponseToToResponse"
+        scope="prototype" />
+
+    <bean
         id="AddAuthenticationStatementToAssertion"
         class="net.shibboleth.idp.saml.impl.profile.saml1.AddAuthenticationStatementToAssertion"
         scope="prototype" />

Modified: trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml?rev=5470&r1=5469&r2=5470&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml Mon Feb 24 21:40:01 2014
@@ -80,6 +80,11 @@
 
     <action-state id="AddResponseShell">
         <evaluate expression="AddResponseShell" />
+        <transition on="proceed" to="AddInResponseToToResponse" />
+    </action-state>
+
+    <action-state id="AddInResponseToToResponse">
+        <evaluate expression="AddInResponseToToResponse" />
         <transition on="proceed" to="AddAuthenticationStatementToAssertion" />
     </action-state>
 



More information about the commits mailing list