Skip to content

Support for workload identity authentication mode #587

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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