Forum Discussion
akdkr
Apr 28, 2023Copper Contributor
Trouble authenticating ODBC driver to Azure AD
Hi all, I'm connecting to an SQL database through an ODBC driver (https://learn.microsoft.com/en-us/sql/odbc/microsoft/microsoft-odbc-desktop-database-drivers?view=sql-server-ver16). The odbc...
Eric_H
May 01, 2023Iron Contributor
Just a thought - is it an option to disable MFA for just this app? You can use Conditional Access Policies to apply or exclude MFA for specific apps, so you could possibly disable MFA requirements for just SQL connections. You could add other requirements instead, like trusted IP's.