Are there any plans to enable the user to customise the authentication via Azure?
I understand that the ODBC connection string schema options might restrict what's possible for customisation.
Under the current version, I know you could always generate a token manually send that to auth so there's always that alternative.
We have a couple of use cases where logging into Azure needs a more custom use of the Azure Identity Credential classes. Examples include
DefaultAzureCredential but excluding the managed identity check
- Directly using the
AzureCliCredential or
Perhaps being able to pass a Credential instance from the azure.identity library to .connect would be useful?
Are there any plans to enable the user to customise the authentication via Azure?
I understand that the ODBC connection string schema options might restrict what's possible for customisation.
Under the current version, I know you could always generate a token manually send that to auth so there's always that alternative.
We have a couple of use cases where logging into Azure needs a more custom use of the Azure Identity Credential classes. Examples include
DefaultAzureCredentialbut excluding the managed identity checkAzureCliCredentialorPerhaps being able to pass a Credential instance from the
azure.identitylibrary to.connectwould be useful?