
vf1cl (vf1cl) asked a question.
We are trying to implement automated tests that required users to be authenticated with Okta.
Our security team will not allow creating an account without mfa like this was suggested here:
Could you please point me to some documentation that explains in basic terms how can I set up such automation ?

Hi Matthew,
Thanks for your response. I've managed to make it work using TOTP and Playwright.
I've described the solution here with the code snippets examples so it may be helpful for others to automate it.