idp v3.1.2 webflow IllegalArgumentException in conditions-flow.xml
Joe Edwards
joee at uw.edu
Thu Sep 1 19:50:34 EDT 2016
ok, works now, thanks. I upgraded to v3.2.1 and added
<transition on="InvalidCredentials" to="DisplayUsernamePasswordPage" />
<!-- Enable Duo Two-Factor Authentication -->
<evaluate expression="ValidateUsernamePassword" />
<evaluate expression="requestParameters.duoStatus" />
<transition on="InvalidCredentials" to="DisplayUsernamePasswordPage" />
<transition on="duo" to="DuoAuth" />
<transition on="" to="proceed" />
<!-- End Duo Two-Factor Authentication -->
Joe
On Thu, 1 Sep 2016, Cantor, Scott wrote:
> It's a bug, fixed a year ago and released since.
> https://issues.shibboleth.net/jira/browse/IDP-790
> -- Scott
More information about the users
mailing list