Hello guys, doing some research here I’d found this topic Multifactor By User, but the solution links are no more available, so, my question is, imagine that the user is already logged and then he decides to enable multifactor auth, is it possible via API?
Yep you’re right from rules. If you want to enable it from user profile I guess it’s worth reaching out via GitHub issue to repo maintainers or submitting a feature request via our feedback site providing as much context to our product team as possible:
I wonder why using a rule is not a good solution for your use case. You’d need to store a flag in the profile saying if you want MFA or not for the user, and then add the rule.
You can do that and still use the Node SDK and invoking the Auth0 API.