I have to pass the MFA stage of an application where I have to give a TOTP from an authenticator app.
Is it possible to get that TOTP with the authenticator app key using Power Automate?

I have to pass the MFA stage of an application where I have to give a TOTP from an authenticator app.
Is it possible to get that TOTP with the authenticator app key using Power Automate?
Hi, @PChow It depends on your exact setup/use case and risk acceptance.
- If you have the authenticator app installed on the desktop where you execute the flow - automate the window (copy the code), then paste in the prompt
- If you don't have an authenticator app installed, but it is available via the web - automate web client/browser extension
- If it does not have the web client or browser extension - check if it provides API and if yes - get the key via API
- If none of the above works - automate the process of asking the user to provide the code; for example, send an email with a request for the code, or a team message etc