Use case:
Use logins into my application, opens settings and clicks on “setup MFA”; he then gets redirected to the UI from Auth0 where the MFA will be setup. How does my application now know if MFA is setup? There does not seem to be a (web-)hook for it
Moreover, your observations are correct, there isn’t an equivalent hook for MFA.
For now, there is an option to check if the user has completed their MFA setup by checking if their list of authenticators includes the factor with the active property set to true. See the documentation below for more information.
Yes! MFA hooks, now named Actions, is on the current roadmap to expose the enrolled MFA factors. However, I do not have an exact ETA for when this feature will be implemented.
Sure! I will take a look at your other post and see how I can help.