I’m using auth0-react sdk in my react application and using universal login with MFA enabled.
After login/MFA if I don’t check “remember this device for 30 days” I get the following error
Type : Failed Silent Auth
Description : Multifactor authentication required
and get logged out of the application.
If I check the option “remember this device for 30 days” then everything works fines.
Based on my research silent auth fails when MFA is enabled. Is there any way to bypass this?
Experiencing the same issue with an angular app. Implementing the rule that is referenced above and in a few places throughout the boards did not resolve the issue for me either.