If you import src/components/MultifactorAuthentication/config/scenarios/AuthorizeTransaction in src/libs/Navigation/useNavigateTo3DSAuthorizationChallenge at all, the browser gets stuck in an infinite reload loop. We want to replace the hard-coded allowedAuthenticationMethods list in the effect with the list from the scenario config, but we cannot until we figure this out.
If you import
src/components/MultifactorAuthentication/config/scenarios/AuthorizeTransactioninsrc/libs/Navigation/useNavigateTo3DSAuthorizationChallengeat all, the browser gets stuck in an infinite reload loop. We want to replace the hard-codedallowedAuthenticationMethodslist in the effect with the list from the scenario config, but we cannot until we figure this out.