You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Credential classes which have parameters corresponding to environment variables in the below table should also allow them to be specified through the environment rather than requiring them to be passed through code during construction.
Environment Variable
Purpose
AZURE_USERNAME
Azure username for U/P Auth
AZURE_PASSWORD
Azure password for U/P Auth
AZURE_CLIENT_CERTIFICATE_PATH
Azure Active Directory
AZURE_CLIENT_ID
Azure Active Directory
AZURE_CLIENT_SECRET
Azure Active Directory
AZURE_TENANT_ID
Azure Active Directory
AZURE_AUTHORITY_HOST
Azure Active Directory
Classes:
ManagedIdentityCredential - AZURE_CLIENT_ID
TokenCredentialOptions - AZURE_AUTHORITY_HOST
The text was updated successfully, but these errors were encountered:
schaabs
added
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
Nov 8, 2019
Credential classes which have parameters corresponding to environment variables in the below table should also allow them to be specified through the environment rather than requiring them to be passed through code during construction.
Classes:
ManagedIdentityCredential - AZURE_CLIENT_ID
TokenCredentialOptions - AZURE_AUTHORITY_HOST
The text was updated successfully, but these errors were encountered: