Hi!
We are trying to implement Auth0 with MFA in a Gatsby JS React app. Unfortunately we are encountering an issue, where when you try to authenticate via MFA, the following error is thrown
code: "login_required"
description: "Multifactor authentication required"
error: "login_required"
error_description: "Multifactor authentication required"
original:
error: "login_required"
error_description: "Multifactor authentication required"
and are prompted to login once again (so you end up in an endless loop of logins).
The only workaround that would work, is when the “remember this browser” option is checked during MFA.
After doing some research to fix this bug the only “solution” I saw, was disabling MFA which is obviously not our intention.
Any help, tip or feedback would be greatly appreciated