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
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
There is no option to present a password after the flow is initiated. Once the user has an MFA token, there is no way to prompt for a password. Some scenarios may need to prompt for a password after collecting say an OTP, or perhaps even and SMS code, depending on risk rules etc.
Options to consider:
drop “password” parameter from authorization-initiation endpoint.
add challenge_type=password in 3.4, add 7.2.6 and 7.3.6 for “persistent/traditional password challenge” and interaction.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is no option to present a password after the flow is initiated. Once the user has an MFA token, there is no way to prompt for a password. Some scenarios may need to prompt for a password after collecting say an OTP, or perhaps even and SMS code, depending on risk rules etc.
Options to consider:
The text was updated successfully, but these errors were encountered: