How to fetch Microsoft authenticator code using in UiPath

Hi Team,

I am automating an application which requires Microsoft authenticator code for login. How can we fetch the MS authenticator code using UiPath?

Thanks.

Hi @rosmi.varghese

You can try this,

How to fetch the secret key of authenticator app here? That is the input of the activity.

Pls check @rosmi.varghese

I think you want to get the TOTP right?

Add this dependency to your package


Then use Invoke code to get the OTP:

test.xaml (7.7 KB)

Hi Team,

Microsoft does not support the Base 64 string extraction. Is there any other way?

it does , Goto to your MFA setup page there you can get it . Let me know if more info is needed

Can you share the steps?