Applications/services can retrieve an access token from Microsoft Entra ID and use that to connect to Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics, Dataverse TDS endpoint etc..
The "accessToken" can only be set using the Properties parameter of the getConnection() method in the DriverManager class. It can't be used in the connection string.
A system such as "extraCredentials" could be implemented so that the client sends the token to the connection