How to connect SQL with Uipath using MS Entra MFA authentication type

I am using MS Entra MFA authentication type to connect UiPath with SQL database. Need help on what correction string to be used to connect database with UiPath using connect activity

Hi @Bhatale_Sachin

I believe you should be able to use the Authentication=ActiveDirectoryInteractive in your connection string to get it working locally, but this won’t really work for an unattended scenario where you cannot handle the interactive MFA part.

For unattended scenarios, please have a look at the Active Directory Service Principal.

I found some more info over here:

Hi @Bhatale_Sachin
Welcome to UiPath,

Please check below link,

Happy Automation