Hello,
We have a C# application which we have previously used to connect directly to the Dynamics 365 underlying SQL Server database.
We used a standard connection string which worked
Server=server name; Authentication=Active Directory; Password; Encrypt=True; Database=db name; User Id=ID name; Password=password text
We now connect via authentication type - "Azure Active Directory - Universal with MFA" but cannot figure out how to get the connection string to work. DB connection from C# app now fails. Any ideas how to structure the db connection string to work with this new authentication type?
Thanks,
Dan