MFA OIDC Page refresh
-
Hi
We have a react application using OIDC for authentication. We enabled MFA for the application.
Whenever user refreshes page, user is forced to enter MFA one more time.
Is it expected behavior?
On searching, I found on github https://github.com/FusionAuth/fusionauth-issues/issues/1704
Can you please let us know if there is any workaround to avoid getting MFA page within same session.
-
We also noticed that even with silent renewal, MFA code is getting triggered. This is very annoying for our users who stay on the page for long time.
Is there a way prevent MFA for SPA on every token refresh?