Automating MFA with Microsoft Authenticator

Hello team,

Is there any way to automate MFA with Microsoft Authenticator using Robot framework? any libraries available?

Regards
Prasi

Hi Prasi,

Well of course everything can be automated :grin:just a matter of how to get there, I’ll make an assumption that you are using windows? based on this assumption and that MFA looks like an os level thing the flaui library might useful, grab the FlaUInspect tool and see if you can inspect the elements of the MFA window, if so then this will work and that tool will help you get the element id’s for flaui library

If that doesn’t work, you can’t find any other suitable libraries then the fall back approach that works on every os is SikuliLibrary.

Hope this helps,

Dave.