How to terminate MFA flow with an error?

Losen, Stephen C. (scl) scl at virginia.edu
Fri May 18 12:58:06 EDT 2018


Thank you very much Scott,

This worked:

event = "DuoSignup";
nextFlow = null;

...

mfaCtx.setEvent(event);
nextFlow;

Stephen C. Losen
ITS - Systems and Storage
University of Virginia
scl at virginia.edu    434-924-0640


-----Original Message-----
From: users [mailto:users-bounces at shibboleth.net] On Behalf Of Cantor, Scott
Sent: Friday, May 18, 2018 12:31 PM
To: Shib Users <users at shibboleth.net>
Subject: RE: How to terminate MFA flow with an error?

I spotted it, the way it's meant to be done is you signal "null" but set the Event property in the MultiFactorAuthenticationContext object in the tree and it will use that Event as the outcome.

-- Scott

-- 
For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list