-
Notifications
You must be signed in to change notification settings - Fork 50
Azure Entra Auth Options #577
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestinADOtriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinADOtriage doneIssues that are triaged by dev team and are in investigation.Issues that are triaged by dev team and are in investigation.
Type
Fields
Give feedbackNo fields configured for Feature.
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?