How to create a test for a site that requires Microsoft Authentication for 2nd level?

I need to create an automated test that will allow me to log into a site that requires me to log in with a Microsoft account and use the Microsoft Authenticator app on my phone to enter a one-time only code.

Is there any way to do this in Katalon Studio?

I also had this issue, and nothing in Katalon can be done to work around it. In a dev environment, or in prod with special accounts, we had the group that handles accounts to disable MFA. This allowed those accounts to bypass that extra authentication step.

1 Like