[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/system/flows/authn: remoteuser-authn-flow.xml x...

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 21 16:14:50 EDT 2015


Author: scantor
Date: Wed Oct 21 16:14:49 2015
New Revision: 7850

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7850&view=rev
Log:
Correct some comments.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml
    trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml?rev=7850&r1=7849&r2=7850&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/remoteuser-authn-flow.xml	Wed Oct 21 16:14:49 2015
@@ -3,7 +3,7 @@
       xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd"
       parent="authn.abstract">
 
-    <!-- This is a login flow for external authentication handled outside the webflow engine. -->
+    <!-- This is a login flow for container-based pseudo-authentication implemented via external authentication. -->
     
     <action-state id="SetRPUIInformation">
         <evaluate expression="SetRPUIInformation" />

Modified: trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml?rev=7850&r1=7849&r2=7850&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/x509-authn-flow.xml	Wed Oct 21 16:14:49 2015
@@ -3,7 +3,10 @@
       xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow.xsd"
       parent="authn.abstract">
 
-    <!-- This is a login flow for external authentication handled outside the webflow engine. -->
+    <!--
+    This is a login flow for authentication via X.509 certificate via TLS
+    implemented via external authentication.
+    -->
     
     <action-state id="SetRPUIInformation">
         <evaluate expression="SetRPUIInformation" />



More information about the commits mailing list