Forum Discussion

HSBHSB's avatar
HSBHSB
Copper Contributor
May 14, 2024

SSIS & Azure SQL Managed Instance with MFA

We've been testing out Azure SQL Managed Instance and created SSIS packages to run against it. We set connections using the ADO.Net connection manager and all worked well.


We recently had to apply MFA to all logins and this is causing issues within SSIS as there is no MFA option for logins like there is in SSMS. We can connect if we use SQL Server Authentication but we'd rather not do that. When using Active Directory Integrated Authentication, all of our test connections fail and the package will not run locally. In SSMS, there is an integrated authentication with MFA option and that works from within SSMS.

 

How can we use SSIS and connect to the database using Windows Authentication when MFA is required? 

No RepliesBe the first to reply

Resources