Rank 1: Thread
I am encoutering the more factors error even though I am providing proper mfa code in the workflow.
The following happens:
- User provides email adress
- User receives the email with the proper callback link and secret
- User gets authenticated and is prompted to provide mfa code (also via email)
- User provides the mfa code and instead of being logged in the mfa component errors requesting more factors
What works:
a) Magic URL with disabled mfa
b) Email/Password with or without mfa (same mfa component/code as for the magic url). Here the code is send in the same way and upon providing it the user is properly logged in.
Since all parts are working individually or in a different context/combination I am at a loss at what more to try. Help is greatly appreciated.
As this is proprietary code I have no reproduction at hand, but can make one if that makes a different
password is using: account.createEmailPasswordSession
magic is using:
account.updateMagicURLSession
mfa is using:
account.updateMfaChallenge