0

Is there a way to use self-signed certificates with Azure Management Libraries to log in to Azure?

There doesn't seem to be anything in SdkContext.AzureCredentialsFactory nor does the documentation at Authenticate with the Azure Management Libraries for .NET mention anything besides in GH the CertificateAuthenticationProvider. This in turn is used by ApplicationTokenProvider that shows up in a few tests.

<edit: I found there's an issue for this in GH already at https://github.com/Azure/azure-sdk-for-net/issues/3373. It also outlines a solution.

Veksi
  • 3,556
  • 3
  • 30
  • 69

1 Answers1

1

There's an issue about this open in GitHub already and a solution at https://github.com/Azure/azure-sdk-for-net/issues/3373. It looks like sign-in with a certificate will be included in the library in the future.

Veksi
  • 3,556
  • 3
  • 30
  • 69