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

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 6 19:37:50 EST 2014


Author: tzeller
Date: Thu Feb  6 19:37:50 2014
New Revision: 5332

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5332&view=rev
Log:
Cleanup TODOs.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/saml1/sso-abstract-flow.xml

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=5332&r1=5331&r2=5332&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 Thu Feb  6 19:37:50 2014
@@ -15,7 +15,6 @@
         <transition on="proceed" to="HandleInboundMessage" />
     </action-state>
 
-    <!-- TODO inbound message handling -->
     <action-state id="HandleInboundMessage">
         <evaluate expression="HandleInboundMessage" />
         <transition on="proceed" to="InitializeRelyingPartyContext" />
@@ -25,8 +24,6 @@
         <evaluate expression="InitializeRelyingPartyContext" />
         <transition on="proceed" to="SelectRelyingPartyConfiguration" />
     </action-state>
-    
-    <!-- TODO CheckMandatoryIssuer ? -->
 
     <action-state id="SelectRelyingPartyConfiguration">
         <evaluate expression="SelectRelyingPartyConfiguration" />
@@ -59,7 +56,6 @@
 
     <subflow-state id="DoAuthenticationSubflow" subflow="Authentication">
         <transition on="proceed" to="ResolveAttributes" />
-        <!-- TODO <transition on="#{true}" to="BuildResponse" /> -->
         <transition on="#{true}" to="ResolveAttributes" />
     </subflow-state>
 
@@ -119,7 +115,6 @@
         <transition on="proceed" to="SignAssertions" />
     </action-state>
 
-    <!-- TODO only a stub action -->
     <action-state id="SignAssertions">
         <evaluate expression="SignAssertions" />
         <transition on="proceed" to="UpdateSessionWithSPSession" />



More information about the commits mailing list