Howdy!
My team is trying to figure out best ways to work with Auth0 MFA and automated testing. The basic use case would be selenium automation kicks in a test, creates a user and the regular rules flow sets enable_mfa to true for that user metadata, a number is put in and then the code is entered for successful authentication. We want to automate the number + code input part without human intervention. Has anyone come across this problem or is there some auth0 way to go about it?