Azure Active Directory authentication with access token using MSOLEDBSQL

Connection string

This Microsoft OLE DB Driver for SQL Server connection string can be used for connections to Azure SQL Database.

Provider=MSOLEDBSQL;Data Source=myServer;Initial Catalog=myDatabase;
Access Token
=myAccessToken;
Use Encryption for Data=true;