You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using universal login (authorize) if mfa is enabled it forces the user to go through the mfa 'loop' inside the browser. A product request has been to locate the mfa loop inside of the native app and keep the initial signin step in the browser
Describe the ideal solution
When mfa is required the option to return that to the native app as token endpoint does is ideal, ie
Checklist
Describe the problem you'd like to have solved
When using universal login (
authorize
) if mfa is enabled it forces the user to go through the mfa 'loop' inside the browser. A product request has been to locate the mfa loop inside of the native app and keep the initial signin step in the browserDescribe the ideal solution
When mfa is required the option to return that to the native app as
token
endpoint does is ideal, ieThen we can use that to go through enrolment and/or challenge steps inside our native app, as opposed to having to complete it in browser.
Alternatives and current workarounds
Currently we are using mfa inside the browser. We investigated:
authorize
reviewed https://community.auth0.com/t/how-to-implement-mfa-step-up-when-using-auth0-js-sdk-for-authentication/27722/2
Additional context
No response
The text was updated successfully, but these errors were encountered: