Is it possible to use selenium webdriver to automatic authenticate in Microsoft Authenticator?

Rafael Facanha 21 Reputation points
2022-09-21T14:55:30.83+00:00

Hello everyone!
I'm trying to automate a continuous process that uses a web tool with Microsoft Authenticator login (it generates a code that should be inserted on mobile phone app to allow login).
I'm using Selenium Webdriver on python to do all I need on this tool but I can't automate the login process.
The problem is that without automatic login the user must always interact with the process and the web browser could not be opened on background.
It will be better if all process could run on background without any interaction by user. But to do this, I need that the python code be capable to pass through this authentication.

Is it possible? Is there any way to do it?
Thanks a lot!
BR,
Rafael

Microsoft Security | Microsoft Authenticator
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.