I am trying to see if it's possible to connect to SQL Server via Python when the authentication type is:
Azure Active Directory - Universal with MFA support
I can connect to this data base using Azure. The lines below show the credentials needed when connecting through azure data studio:
connection type : Microsoft SQL Server
server : ***.net
Authentication Type : Azure Active Directory - Universal with MFA support
account : ***.***@mycompany.com
database : target
Server group : default
I have looked everywhere on the web, and every thing I see regarding connecting to SQL Server via Python is when the Authentication Type is SQL login. Please help if you know the answer.