Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to force user to use 2fa Level! #462

Closed
caina-zampieri opened this issue Jun 14, 2022 · 1 comment
Closed

Add option to force user to use 2fa Level! #462

caina-zampieri opened this issue Jun 14, 2022 · 1 comment

Comments

@caina-zampieri
Copy link

There is an option in the OpenLogin documentation that allows us to set the MFA_LEVEL

Describe the solution you'd like

export const MFA_LEVELS = {
DEFAULT: "default",
OPTIONAL: "optional",
MANDATORY: "mandatory",
NONE: "none",
}

Thanks!

@chaitanyapotti
Copy link
Member

This is already implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants