Connect to Azure SQL in Python with MFA Active Directory Interactive Authentication without using Microsoft.IdentityModel.Clients.ActiveDirectory dll
问题 To connect to Azure SQL Database using MFA (which is in SSMS as "Active Directory - Universal") Microsoft recommends and currently only has a tutorial on connecting with C# using Microsoft.IdentityModel.Clients.ActiveDirectory Setting Authentication='Active Directory Interactive'; in a regular ODBC connection string from Python or Powershell results in the error Cannot find an authentication provider for 'ActiveDirectoryInteractive' This seems to be because per Microsoft's example code at