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 similar
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