feat(react): MFA step-up challenge & enrolment flow#100
Merged
NaveenChand755 merged 12 commits intoMar 9, 2026
Merged
Conversation
🚀 Preview deploymentBranch: 📝 Preview URL: https://auth0-universal-components-lsoqo7qjp-okta.vercel.app Updated at 2026-03-09T04:47:13.185Z |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #100 +/- ##
==========================================
- Coverage 88.17% 83.04% -5.13%
==========================================
Files 143 145 +2
Lines 12497 13184 +687
Branches 1318 1334 +16
==========================================
- Hits 11019 10949 -70
- Misses 1478 2235 +757 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…-ui-components into feat/mfa-list-challenge-verify-flow-UIC-573
…/github.com/auth0/auth0-ui-components into feat/mfa-list-challenge-verify-flow-UIC-573
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Please describe both what is changing and why this is important. Include:
Implements the interactive MFA step-up flow inside Gatekeeper. When a step-up is required, users are now walked through selecting an authenticator, receiving a challenge, and submitting a verification code. If no authenticators are enrolled, an enrollment flow is presented first.
Changes
New components (mfa-step-up/)
i18n — common.error.mfa.* expanded with ~20 new keys in en-US and ja
Types — step-up-types.ts challenge array tightened from { type: string } to { type: ChallengeType }
References
Please include relevant links supporting this change such as a:
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and tests should be added for new functionality and existing tests should complete without errors.
Checklist