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 having one or more 2fa methods enabled, the Ory Elements card should display a method chooser similar to the two-step login/registration flow but with the available 2FA methods.
Describe your ideal solution
If two or more methods are available to the user (read: nodes returned by the Kratos API), the user should be presented with the method selector, instead of a list of all nodes.
Most likely, the form state parsing needs to be changed to include parsing of 2fa (aal2) login flows:
Preflight checklist
Ory Network Project
No response
Describe your problem
When having one or more 2fa methods enabled, the Ory Elements card should display a method chooser similar to the two-step login/registration flow but with the available 2FA methods.
Describe your ideal solution
If two or more methods are available to the user (read: nodes returned by the Kratos API), the user should be presented with the method selector, instead of a list of all nodes.
Most likely, the form state parsing needs to be changed to include parsing of 2fa (aal2) login flows:
elements/packages/elements-react/src/context/form-state.ts
Line 33 in 2870554
When the user clicks on an option, they should be presented with just the inputs for the selected option.
Workarounds or alternatives
-/
Version
master
Additional Context
No response
The text was updated successfully, but these errors were encountered: