Open
Description
Are there any plans to support workload identity auth mode?
E.g.:
string ConnectionString = @"Server=demo.database.windows.net;Authentication=Active Directory Workload Identity;Encrypt=True;User Id=ClientIdOfManagedIdentity;Database=testdb";
Currently authentication-method
must be one of
- ActiveDirectoryApplication
- ActiveDirectoryServicePrincipal
- ActiveDirectoryDefault
- ActiveDirectoryIntegrated
- ActiveDirectoryInteractive
- ActiveDirectoryManagedIdentity
- ActiveDirectoryMSI
- ActiveDirectoryPassword
- ActiveDirectoryAzCli
- ActiveDirectoryDeviceCode
none of which seem suitable.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels