How to terminate MFA flow with an error?
Cantor, Scott
cantor.2 at osu.edu
Fri May 18 10:59:57 EDT 2018
> So the MFA transition map should return the string "authn/MyEvent"? And in
> conf/authn/authn-events-flow.xml should I have "authn/MyEvent" or just
> "MyEvent" ? Same for conf/errors.xml ?
"MyEvent". "authn/Whatever" is an actual event name, it just happens to use a convention to recognize that it's a flow ID and there are special rules in the flows for doing things in response to those strings:
<transition on="#{currentEvent.id.startsWith('authn/')}" to="ReselectFlow">
-- Scott
More information about the users
mailing list