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
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: