Skip to content

Support for workload identity authentication mode #587

Open
@JDonaghy

Description

@JDonaghy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions