Silent Login with MFA

@jburdette, have a look at this rule:

If the user has an active session for which they completed an MFA challenge, the context.authentication.methods will contain an entry with a name == 'mfa'. Based on this you can skip the callback.

8 Likes