Hello UiPath Community,
I am looking for guidance on how to handle Duo Authentication for Windows Logon with UiPath. We have a system that uses Duo MFA, and I need to automate the login process for a bot that runs on this system.
Here are the details:
- The machine requires Duo MFA for login.
- We have a static passcode that could be used to complete the MFA process.
- The bot cannot start its tasks until the login is fully completed, which is currently blocked by the Duo MFA prompt.
Questions:
- Is there a way to automate the entry of the static passcode using UiPath to bypass the Duo MFA prompt so that the bot can start running?
- Are there any UiPath activities or methods that can interact with the MFA prompt or facilitate the completion of the Duo Authentication process automatically?
- I found that Duo provides APIs for authentication. Can these APIs be leveraged to handle the Duo MFA challenge during Windows logon? If so, how can they be integrated with UiPath to automate the login process?
- Can Windows Task Scheduler or any other tool be used in conjunction with UiPath to address this situation before the bot starts its process?
I appreciate any advice or solutions you can provide to help handle Duo Authentication effectively within UiPath. Thank you!