[java-idp-testbed COMMIT] /trunk/src/main/config/system/flows/authn/authn-abstract-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Dec 9 12:21:36 EST 2013
Author: scantor
Date: Mon Dec 9 12:21:36 2013
New Revision: 70
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=70&view=rev
Log:
Handle AuthenticationException event.
Modified:
trunk/src/main/config/system/flows/authn/authn-abstract-flow.xml
Modified: trunk/src/main/config/system/flows/authn/authn-abstract-flow.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/flows/authn/authn-abstract-flow.xml?rev=70&r1=69&r2=70&view=diff
==============================================================================
--- trunk/src/main/config/system/flows/authn/authn-abstract-flow.xml (original)
+++ trunk/src/main/config/system/flows/authn/authn-abstract-flow.xml Mon Dec 9 12:21:36 2013
@@ -8,7 +8,8 @@
<!-- Successful completion of subflow. -->
<end-state id="proceed" />
- <!-- Error events to reflect back from this subflow. -->
+ <!-- Error events to reflect back from this subflow. -->
+ <end-state id="AuthenticationException" />
<end-state id="InputOutputError" />
<end-state id="InvalidCredentials" />
<end-state id="InvalidProfileContext" />
More information about the commits
mailing list