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
/// | `AZURE_CLIENT_ID` | The client(application) ID of an App Registration in the tenant. |
27
27
/// | `AZURE_CLIENT_SECRET` | A client secret that was generated for the App Registration. |
28
28
/// | `AZURE_FEDERATED_TOKEN_FILE` | Path to an federated token file. Variable is present in pods with aks workload identities. |
29
-
/// | `AZURE_AUTHORITY_HOST` | Url for the identity provider to exchange to federated token for an access_token. Variable is present in pods with aks workload identities. |
29
+
/// | `AZURE_AUTHORITY_HOST` | Url for the identity provider to exchange to federated token for an `access_token`. Variable is present in pods with aks workload identities. |
30
30
///
31
31
/// This credential ultimately uses a or `WorkloadIdentityCredential` a`ClientSecretCredential` to perform the authentication using
/// Specifies the application id (client id) associated with a user assigned managed service identity resource that should be used to retrieve the access token.
63
64
///
64
65
/// The values of `object_id` and `msi_res_id` are discarded, as only one id parameter may be set when getting a token.
0 commit comments