[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jul 10 13:46:45 EDT 2014
Author: scantor
Date: Thu Jul 10 13:46:44 2014
New Revision: 6271
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6271&view=rev
Log:
IDP-439: partial fix for empty form submission
Modified:
trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
Modified: trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml?rev=6271&r1=6270&r2=6271&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/authn/password-authn-flow.xml Thu Jul 10 13:46:44 2014
@@ -40,6 +40,7 @@
<evaluate expression="'proceed'" />
<transition on="proceed" to="ValidateUsernamePassword" />
+ <transition on="NoCredentials" to="DisplayUsernamePasswordPage" />
</action-state>
<action-state id="ValidateUsernamePassword" parent="authn/conditions#ValidateUsernamePassword">
More information about the commits
mailing list