[java-identity-provider COMMIT] in /trunk/idp-authn-impl/src/main/resources/flows: authn-flow-descriptors.xml ipaddre...

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 26 17:19:49 EDT 2013


Author: scantor
Date: Mon Aug 26 17:19:49 2013
New Revision: 4727

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4727&view=rev
Log:
Draft c14n and ip-based login flows.

Added:
    trunk/idp-authn-impl/src/main/resources/flows/ipaddress-authn-beans.xml   (with props)
    trunk/idp-authn-impl/src/main/resources/flows/ipaddress-authn-flow.xml   (with props)
    trunk/idp-authn-impl/src/main/resources/flows/simple-subject-c14n-flow.xml   (with props)
    trunk/idp-authn-impl/src/main/resources/flows/subject-c14n-beans.xml   (with props)
Modified:
    trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml

Modified: trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml?rev=4727&r1=4726&r2=4727&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml (original)
+++ trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml Mon Aug 26 17:19:49 2013
@@ -9,6 +9,15 @@
                            
        default-init-method="initialize">
 
+    <!--
+    This file provisions the Authentication subflow with information about the configured login mechanisms
+    available for use. The actual beans and subflows that make up those mechanisms are in their own files,
+    but this pulls them together with deployer-supplied metadata to describe them to the system.
+    
+    You can turn on and off individual mechanisms by adding and remove them here. Nothing left out will
+    be used, regardless any other files loaded by the Spring container.
+    -->
+
     <util:list id="AvailableAuthenticationFlows">
         
     </util:list>



More information about the commits mailing list