[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system: conf/webflow-config.xml flows/saml/saml...

noreply at shibboleth.net noreply at shibboleth.net
Sun Oct 26 10:54:33 EDT 2014


Author: scantor
Date: Sun Oct 26 10:54:33 2014
New Revision: 6785

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6785&view=rev
Log:
IDP-224 - initial SOAP logout flow

Added:
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-beans.xml   (with props)
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/slo-back-flow.xml   (with props)
Modified:
    trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
    trunk/idp-conf/src/main/resources/system/flows/saml/saml2/common-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml?rev=6785&r1=6784&r2=6785&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/webflow-config.xml Sun Oct 26 10:54:33 2014
@@ -50,6 +50,7 @@
         <webflow:flow-location id="SAML2/POST/SLO" path="../system/flows/saml/saml2/slo-post-flow.xml" />
         <webflow:flow-location id="SAML2/POST-SimpleSign/SLO" path="../system/flows/saml/saml2/slo-post-flow.xml" />
         <webflow:flow-location id="SAML2/Redirect/SLO" path="../system/flows/saml/saml2/slo-redirect-flow.xml" />
+        <webflow:flow-location id="SAML2/SOAP/SLO" path="../system/flows/saml/saml2/slo-back-flow.xml" />
         <webflow:flow-location id="SAML2/SOAP/AttributeQuery" path="../system/flows/saml/saml2/attribute-query-flow.xml" />
         <webflow:flow-location id="SAML2/SOAP/ArtifactResolution" path="../system/flows/saml/saml2/artifact-resolution-flow.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=6785&r1=6784&r2=6785&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 Sun Oct 26 10:54:33 2014
@@ -67,6 +67,16 @@
         </property>
     </bean>
 
+    <bean id="AddPartialLogoutStatusToResponse"
+            class="org.opensaml.saml.saml2.profile.impl.AddStatusToResponse" scope="prototype">
+        <property name="statusCodes">
+            <util:list>
+                <util:constant static-field="org.opensaml.saml.saml2.core.StatusCode.SUCCESS" />
+                <util:constant static-field="org.opensaml.saml.saml2.core.StatusCode.PARTIAL_LOGOUT" />
+            </util:list>
+        </property>
+    </bean>
+
     <bean id="EncryptNameIDs"
             class="org.opensaml.saml.saml2.profile.impl.EncryptNameIDs" scope="prototype"
             p:recipientLookupStrategy-ref="shibboleth.RelyingPartyIdLookup.Simple">



More information about the commits mailing list