@azure/identity 2.1.0-beta.2 → 2.1.1-alpha.20220803.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @azure/identity might be problematic. Click here for more details.

Files changed (88) hide show
  1. package/README.md +65 -33
  2. package/dist/index.js +363 -305
  3. package/dist/index.js.map +1 -1
  4. package/dist-esm/src/client/identityClient.js +34 -45
  5. package/dist-esm/src/client/identityClient.js.map +1 -1
  6. package/dist-esm/src/constants.js +4 -0
  7. package/dist-esm/src/constants.js.map +1 -1
  8. package/dist-esm/src/credentials/authorizationCodeCredential.browser.js.map +1 -1
  9. package/dist-esm/src/credentials/authorizationCodeCredential.js +4 -3
  10. package/dist-esm/src/credentials/authorizationCodeCredential.js.map +1 -1
  11. package/dist-esm/src/credentials/azureCliCredential.js +34 -34
  12. package/dist-esm/src/credentials/azureCliCredential.js.map +1 -1
  13. package/dist-esm/src/credentials/azurePowerShellCredential.browser.js.map +1 -1
  14. package/dist-esm/src/credentials/azurePowerShellCredential.js +3 -3
  15. package/dist-esm/src/credentials/azurePowerShellCredential.js.map +1 -1
  16. package/dist-esm/src/credentials/chainedTokenCredential.js +28 -33
  17. package/dist-esm/src/credentials/chainedTokenCredential.js.map +1 -1
  18. package/dist-esm/src/credentials/clientAssertionCredential.browser.js +22 -0
  19. package/dist-esm/src/credentials/clientAssertionCredential.browser.js.map +1 -0
  20. package/dist-esm/src/credentials/clientAssertionCredential.js +45 -0
  21. package/dist-esm/src/credentials/clientAssertionCredential.js.map +1 -0
  22. package/dist-esm/src/credentials/clientCertificateCredential.browser.js.map +1 -1
  23. package/dist-esm/src/credentials/clientCertificateCredential.js +2 -2
  24. package/dist-esm/src/credentials/clientCertificateCredential.js.map +1 -1
  25. package/dist-esm/src/credentials/clientSecretCredential.browser.js +31 -38
  26. package/dist-esm/src/credentials/clientSecretCredential.browser.js.map +1 -1
  27. package/dist-esm/src/credentials/clientSecretCredential.js +2 -2
  28. package/dist-esm/src/credentials/clientSecretCredential.js.map +1 -1
  29. package/dist-esm/src/credentials/defaultAzureCredential.js +3 -3
  30. package/dist-esm/src/credentials/defaultAzureCredential.js.map +1 -1
  31. package/dist-esm/src/credentials/deviceCodeCredential.browser.js.map +1 -1
  32. package/dist-esm/src/credentials/deviceCodeCredential.js +3 -3
  33. package/dist-esm/src/credentials/deviceCodeCredential.js.map +1 -1
  34. package/dist-esm/src/credentials/environmentCredential.js +7 -4
  35. package/dist-esm/src/credentials/environmentCredential.js.map +1 -1
  36. package/dist-esm/src/credentials/interactiveBrowserCredential.browser.js +3 -3
  37. package/dist-esm/src/credentials/interactiveBrowserCredential.browser.js.map +1 -1
  38. package/dist-esm/src/credentials/interactiveBrowserCredential.js +3 -3
  39. package/dist-esm/src/credentials/interactiveBrowserCredential.js.map +1 -1
  40. package/dist-esm/src/credentials/managedIdentityCredential/appServiceMsi2017.js.map +1 -1
  41. package/dist-esm/src/credentials/managedIdentityCredential/appServiceMsi2019.js.map +1 -1
  42. package/dist-esm/src/credentials/managedIdentityCredential/arcMsi.js.map +1 -1
  43. package/dist-esm/src/credentials/managedIdentityCredential/cloudShellMsi.js.map +1 -1
  44. package/dist-esm/src/credentials/managedIdentityCredential/fabricMsi.js.map +1 -1
  45. package/dist-esm/src/credentials/managedIdentityCredential/imdsMsi.js +38 -49
  46. package/dist-esm/src/credentials/managedIdentityCredential/imdsMsi.js.map +1 -1
  47. package/dist-esm/src/credentials/managedIdentityCredential/index.js +11 -13
  48. package/dist-esm/src/credentials/managedIdentityCredential/index.js.map +1 -1
  49. package/dist-esm/src/credentials/managedIdentityCredential/tokenExchangeMsi.js.map +1 -1
  50. package/dist-esm/src/credentials/onBehalfOfCredential.browser.js.map +1 -1
  51. package/dist-esm/src/credentials/onBehalfOfCredential.js +2 -2
  52. package/dist-esm/src/credentials/onBehalfOfCredential.js.map +1 -1
  53. package/dist-esm/src/credentials/usernamePasswordCredential.browser.js +5 -6
  54. package/dist-esm/src/credentials/usernamePasswordCredential.browser.js.map +1 -1
  55. package/dist-esm/src/credentials/usernamePasswordCredential.js +2 -2
  56. package/dist-esm/src/credentials/usernamePasswordCredential.js.map +1 -1
  57. package/dist-esm/src/credentials/visualStudioCodeCredential.browser.js.map +1 -1
  58. package/dist-esm/src/credentials/visualStudioCodeCredential.js.map +1 -1
  59. package/dist-esm/src/errors.js.map +1 -1
  60. package/dist-esm/src/index.js +1 -0
  61. package/dist-esm/src/index.js.map +1 -1
  62. package/dist-esm/src/msal/browserFlows/msalAuthCode.js.map +1 -1
  63. package/dist-esm/src/msal/browserFlows/msalBrowserCommon.js +1 -1
  64. package/dist-esm/src/msal/browserFlows/msalBrowserCommon.js.map +1 -1
  65. package/dist-esm/src/msal/credentials.js.map +1 -1
  66. package/dist-esm/src/msal/flows.js.map +1 -1
  67. package/dist-esm/src/msal/nodeFlows/msalAuthorizationCode.js +2 -2
  68. package/dist-esm/src/msal/nodeFlows/msalAuthorizationCode.js.map +1 -1
  69. package/dist-esm/src/msal/nodeFlows/msalClientAssertion.js +42 -0
  70. package/dist-esm/src/msal/nodeFlows/msalClientAssertion.js.map +1 -0
  71. package/dist-esm/src/msal/nodeFlows/msalClientCertificate.js +22 -4
  72. package/dist-esm/src/msal/nodeFlows/msalClientCertificate.js.map +1 -1
  73. package/dist-esm/src/msal/nodeFlows/msalClientSecret.js.map +1 -1
  74. package/dist-esm/src/msal/nodeFlows/msalDeviceCode.js.map +1 -1
  75. package/dist-esm/src/msal/nodeFlows/msalNodeCommon.js +7 -1
  76. package/dist-esm/src/msal/nodeFlows/msalNodeCommon.js.map +1 -1
  77. package/dist-esm/src/msal/nodeFlows/msalOnBehalfOf.js.map +1 -1
  78. package/dist-esm/src/msal/nodeFlows/msalOpenBrowser.js +2 -1
  79. package/dist-esm/src/msal/nodeFlows/msalOpenBrowser.js.map +1 -1
  80. package/dist-esm/src/msal/nodeFlows/msalUsernamePassword.js.map +1 -1
  81. package/dist-esm/src/msal/utils.js +1 -1
  82. package/dist-esm/src/msal/utils.js.map +1 -1
  83. package/dist-esm/src/util/logging.js.map +1 -1
  84. package/dist-esm/src/util/tracing.js +5 -36
  85. package/dist-esm/src/util/tracing.js.map +1 -1
  86. package/package.json +27 -21
  87. package/types/identity.d.ts +39 -0
  88. package/CHANGELOG.md +0 -544
package/dist/index.js CHANGED
@@ -3,12 +3,12 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var msalNode = require('@azure/msal-node');
6
- var coreTracing = require('@azure/core-tracing');
7
6
  var coreClient = require('@azure/core-client');
8
7
  var coreUtil = require('@azure/core-util');
9
8
  var coreRestPipeline = require('@azure/core-rest-pipeline');
10
9
  var abortController = require('@azure/abort-controller');
11
- var logger$l = require('@azure/logger');
10
+ var coreTracing = require('@azure/core-tracing');
11
+ var logger$m = require('@azure/logger');
12
12
  var msalCommon = require('@azure/msal-common');
13
13
  var uuid = require('uuid');
14
14
  var fs = require('fs');
@@ -186,6 +186,10 @@ function getIdentityTokenEndpointSuffix(tenantId) {
186
186
 
187
187
  // Copyright (c) Microsoft Corporation.
188
188
  // Licensed under the MIT license.
189
+ /**
190
+ * Current version of the `@azure/identity` package.
191
+ */
192
+ const SDK_VERSION = `2.1.1`;
189
193
  /**
190
194
  * The default client ID for authentication
191
195
  * @internal
@@ -231,49 +235,17 @@ const DefaultAuthorityHost = exports.AzureAuthorityHosts.AzurePublicCloud;
231
235
  * Creates a span using the global tracer.
232
236
  * @internal
233
237
  */
234
- const createSpan = coreTracing.createSpanFunction({
235
- packagePrefix: "",
238
+ const tracingClient = coreTracing.createTracingClient({
236
239
  namespace: "Microsoft.AAD",
240
+ packageName: "@azure/identity",
241
+ packageVersion: SDK_VERSION,
237
242
  });
238
- /**
239
- * From: https://github.com/Azure/azure-sdk-for-js/blob/46139daa3317a0d12e8b55b02b9d9cdf1b2e762a/sdk/appconfiguration/app-configuration/src/internal/tracingHelpers.ts
240
- * Traces an operation and properly handles reporting start, end and errors for a given span
241
- *
242
- * @param operationName - Name of a method in the TClient type
243
- * @param options - An options class, typically derived from \@azure/core-rest-pipeline/RequestOptionsBase
244
- * @param fn - The function to call with an options class that properly propagates the span context
245
- *
246
- * @internal
247
- */
248
- async function trace(operationName, options, fn, createSpanFn = createSpan) {
249
- const { updatedOptions, span } = createSpanFn(operationName, options);
250
- try {
251
- // NOTE: we really do need to await on this function here so we can handle any exceptions thrown and properly
252
- // close the span.
253
- const result = await fn(updatedOptions, span);
254
- // otel 0.16+ needs this or else the code ends up being set as UNSET
255
- span.setStatus({
256
- code: coreTracing.SpanStatusCode.OK,
257
- });
258
- return result;
259
- }
260
- catch (err) {
261
- span.setStatus({
262
- code: coreTracing.SpanStatusCode.ERROR,
263
- message: err.message,
264
- });
265
- throw err;
266
- }
267
- finally {
268
- span.end();
269
- }
270
- }
271
243
 
272
244
  // Copyright (c) Microsoft Corporation.
273
245
  /**
274
246
  * The AzureLogger used for all clients within the identity package
275
247
  */
276
- const logger$k = logger$l.createClientLogger("identity");
248
+ const logger$l = logger$m.createClientLogger("identity");
277
249
  /**
278
250
  * Separates a list of environment variable names into a plain object with two arrays: an array of missing environment variables and another array with assigned environment variables.
279
251
  * @param supportedEnvVars - List of environment variable names
@@ -313,7 +285,7 @@ function formatError(scope, error) {
313
285
  * `[title] => [message]`
314
286
  *
315
287
  */
316
- function credentialLoggerInstance(title, parent, log = logger$k) {
288
+ function credentialLoggerInstance(title, parent, log = logger$l) {
317
289
  const fullTitle = parent ? `${parent.fullTitle} ${title}` : title;
318
290
  function info(message) {
319
291
  log.info(`${fullTitle} =>`, message);
@@ -338,7 +310,7 @@ function credentialLoggerInstance(title, parent, log = logger$k) {
338
310
  * `[title] => getToken() => [message]`
339
311
  *
340
312
  */
341
- function credentialLogger(title, log = logger$k) {
313
+ function credentialLogger(title, log = logger$l) {
342
314
  const credLogger = credentialLoggerInstance(title, undefined, log);
343
315
  return Object.assign(Object.assign({}, credLogger), { parent: log, getToken: credentialLoggerInstance("=> getToken()", credLogger, log) });
344
316
  }
@@ -368,7 +340,7 @@ function getIdentityClientAuthorityHost(options) {
368
340
  class IdentityClient extends coreClient.ServiceClient {
369
341
  constructor(options) {
370
342
  var _a, _b;
371
- const packageDetails = `azsdk-js-identity/2.1.0-beta.2`;
343
+ const packageDetails = `azsdk-js-identity/${SDK_VERSION}`;
372
344
  const userAgentPrefix = ((_a = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _a === void 0 ? void 0 : _a.userAgentPrefix)
373
345
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
374
346
  : `${packageDetails}`;
@@ -386,7 +358,7 @@ class IdentityClient extends coreClient.ServiceClient {
386
358
  this.allowLoggingAccountIdentifiers = (_b = options === null || options === void 0 ? void 0 : options.loggingOptions) === null || _b === void 0 ? void 0 : _b.allowLoggingAccountIdentifiers;
387
359
  }
388
360
  async sendTokenRequest(request, expiresOnParser) {
389
- logger$k.info(`IdentityClient: sending token request to [${request.url}]`);
361
+ logger$l.info(`IdentityClient: sending token request to [${request.url}]`);
390
362
  const response = await this.sendRequest(request);
391
363
  expiresOnParser =
392
364
  expiresOnParser ||
@@ -406,21 +378,20 @@ class IdentityClient extends coreClient.ServiceClient {
406
378
  },
407
379
  refreshToken: parsedBody.refresh_token,
408
380
  };
409
- logger$k.info(`IdentityClient: [${request.url}] token acquired, expires on ${token.accessToken.expiresOnTimestamp}`);
381
+ logger$l.info(`IdentityClient: [${request.url}] token acquired, expires on ${token.accessToken.expiresOnTimestamp}`);
410
382
  return token;
411
383
  }
412
384
  else {
413
385
  const error = new AuthenticationError(response.status, response.bodyAsText);
414
- logger$k.warning(`IdentityClient: authentication error. HTTP status: ${response.status}, ${error.errorResponse.errorDescription}`);
386
+ logger$l.warning(`IdentityClient: authentication error. HTTP status: ${response.status}, ${error.errorResponse.errorDescription}`);
415
387
  throw error;
416
388
  }
417
389
  }
418
- async refreshAccessToken(tenantId, clientId, scopes, refreshToken, clientSecret, expiresOnParser, options) {
390
+ async refreshAccessToken(tenantId, clientId, scopes, refreshToken, clientSecret, expiresOnParser, options = {}) {
419
391
  if (refreshToken === undefined) {
420
392
  return null;
421
393
  }
422
- logger$k.info(`IdentityClient: refreshing access token with client ID: ${clientId}, scopes: ${scopes} started`);
423
- const { span, updatedOptions } = createSpan("IdentityClient-refreshAccessToken", options);
394
+ logger$l.info(`IdentityClient: refreshing access token with client ID: ${clientId}, scopes: ${scopes} started`);
424
395
  const refreshParams = {
425
396
  grant_type: "refresh_token",
426
397
  client_id: clientId,
@@ -431,48 +402,39 @@ class IdentityClient extends coreClient.ServiceClient {
431
402
  refreshParams.client_secret = clientSecret;
432
403
  }
433
404
  const query = new URLSearchParams(refreshParams);
434
- try {
435
- const urlSuffix = getIdentityTokenEndpointSuffix(tenantId);
436
- const request = coreRestPipeline.createPipelineRequest({
437
- url: `${this.authorityHost}/${tenantId}/${urlSuffix}`,
438
- method: "POST",
439
- body: query.toString(),
440
- abortSignal: options && options.abortSignal,
441
- headers: coreRestPipeline.createHttpHeaders({
442
- Accept: "application/json",
443
- "Content-Type": "application/x-www-form-urlencoded",
444
- }),
445
- tracingOptions: updatedOptions === null || updatedOptions === void 0 ? void 0 : updatedOptions.tracingOptions,
446
- });
447
- const response = await this.sendTokenRequest(request, expiresOnParser);
448
- logger$k.info(`IdentityClient: refreshed token for client ID: ${clientId}`);
449
- return response;
450
- }
451
- catch (err) {
452
- if (err.name === AuthenticationErrorName &&
453
- err.errorResponse.error === "interaction_required") {
454
- // It's likely that the refresh token has expired, so
455
- // return null so that the credential implementation will
456
- // initiate the authentication flow again.
457
- logger$k.info(`IdentityClient: interaction required for client ID: ${clientId}`);
458
- span.setStatus({
459
- code: coreTracing.SpanStatusCode.ERROR,
460
- message: err.message,
405
+ return tracingClient.withSpan("IdentityClient.refreshAccessToken", options, async (updatedOptions) => {
406
+ try {
407
+ const urlSuffix = getIdentityTokenEndpointSuffix(tenantId);
408
+ const request = coreRestPipeline.createPipelineRequest({
409
+ url: `${this.authorityHost}/${tenantId}/${urlSuffix}`,
410
+ method: "POST",
411
+ body: query.toString(),
412
+ abortSignal: options.abortSignal,
413
+ headers: coreRestPipeline.createHttpHeaders({
414
+ Accept: "application/json",
415
+ "Content-Type": "application/x-www-form-urlencoded",
416
+ }),
417
+ tracingOptions: updatedOptions.tracingOptions,
461
418
  });
462
- return null;
419
+ const response = await this.sendTokenRequest(request, expiresOnParser);
420
+ logger$l.info(`IdentityClient: refreshed token for client ID: ${clientId}`);
421
+ return response;
463
422
  }
464
- else {
465
- logger$k.warning(`IdentityClient: failed refreshing token for client ID: ${clientId}: ${err}`);
466
- span.setStatus({
467
- code: coreTracing.SpanStatusCode.ERROR,
468
- message: err.message,
469
- });
470
- throw err;
423
+ catch (err) {
424
+ if (err.name === AuthenticationErrorName &&
425
+ err.errorResponse.error === "interaction_required") {
426
+ // It's likely that the refresh token has expired, so
427
+ // return null so that the credential implementation will
428
+ // initiate the authentication flow again.
429
+ logger$l.info(`IdentityClient: interaction required for client ID: ${clientId}`);
430
+ return null;
431
+ }
432
+ else {
433
+ logger$l.warning(`IdentityClient: failed refreshing token for client ID: ${clientId}: ${err}`);
434
+ throw err;
435
+ }
471
436
  }
472
- }
473
- finally {
474
- span.end();
475
- }
437
+ });
476
438
  }
477
439
  // Here is a custom layer that allows us to abort requests that go through MSAL,
478
440
  // since MSAL doesn't allow us to pass options all the way through.
@@ -570,10 +532,10 @@ class IdentityClient extends coreClient.ServiceClient {
570
532
  }
571
533
  const base64Metadata = accessToken.split(".")[1];
572
534
  const { appid, upn, tid, oid } = JSON.parse(Buffer.from(base64Metadata, "base64").toString("utf8"));
573
- logger$k.info(`[Authenticated account] Client ID: ${appid}. Tenant ID: ${tid}. User Principal Name: ${upn || unavailableUpn}. Object ID (user): ${oid}`);
535
+ logger$l.info(`[Authenticated account] Client ID: ${appid}. Tenant ID: ${tid}. User Principal Name: ${upn || unavailableUpn}. Object ID (user): ${oid}`);
574
536
  }
575
537
  catch (e) {
576
- logger$k.warning("allowLoggingAccountIdentifiers was set, but we couldn't log the account information. Error:", e.message);
538
+ logger$l.warning("allowLoggingAccountIdentifiers was set, but we couldn't log the account information. Error:", e.message);
577
539
  }
578
540
  }
579
541
  }
@@ -989,6 +951,9 @@ class MsalNode extends MsalBaseUtilities {
989
951
  this.msalConfig = this.defaultNodeMsalConfig(options);
990
952
  this.tenantId = resolveTenantId(options.logger, options.tenantId, options.clientId);
991
953
  this.clientId = this.msalConfig.auth.clientId;
954
+ if (options === null || options === void 0 ? void 0 : options.getAssertion) {
955
+ this.getAssertion = options.getAssertion;
956
+ }
992
957
  // If persistence has been configured
993
958
  if (persistenceProvider !== undefined && ((_a = options.tokenCachePersistenceOptions) === null || _a === void 0 ? void 0 : _a.enabled)) {
994
959
  this.createCachePlugin = () => persistenceProvider(options.tokenCachePersistenceOptions);
@@ -1055,6 +1020,9 @@ class MsalNode extends MsalBaseUtilities {
1055
1020
  };
1056
1021
  }
1057
1022
  this.publicApp = new msalNode__namespace.PublicClientApplication(this.msalConfig);
1023
+ if (this.getAssertion) {
1024
+ this.msalConfig.auth.clientAssertion = await this.getAssertion();
1025
+ }
1058
1026
  // The confidential client requires either a secret, assertion or certificate.
1059
1027
  if (this.msalConfig.auth.clientSecret ||
1060
1028
  this.msalConfig.auth.clientAssertion ||
@@ -1184,7 +1152,7 @@ To work with multiple accounts for the same Client ID and Tenant ID, please prov
1184
1152
  // Copyright (c) Microsoft Corporation.
1185
1153
  const CommonTenantId = "common";
1186
1154
  const AzureAccountClientId = "aebc6443-996d-45c2-90f0-388ff96faa56"; // VSC: 'aebc6443-996d-45c2-90f0-388ff96faa56'
1187
- const logger$j = credentialLogger("VisualStudioCodeCredential");
1155
+ const logger$k = credentialLogger("VisualStudioCodeCredential");
1188
1156
  let findCredentials = undefined;
1189
1157
  const vsCodeCredentialControl = {
1190
1158
  setVsCodeCredentialFinder(finder) {
@@ -1237,7 +1205,7 @@ function getPropertyFromVSCode(property) {
1237
1205
  }
1238
1206
  }
1239
1207
  catch (e) {
1240
- logger$j.info(`Failed to load the Visual Studio Code configuration file. Error: ${e.message}`);
1208
+ logger$k.info(`Failed to load the Visual Studio Code configuration file. Error: ${e.message}`);
1241
1209
  return;
1242
1210
  }
1243
1211
  }
@@ -1265,7 +1233,7 @@ class VisualStudioCodeCredential {
1265
1233
  const authorityHost = mapVSCodeAuthorityHosts[this.cloudName];
1266
1234
  this.identityClient = new IdentityClient(Object.assign({ authorityHost }, options));
1267
1235
  if (options && options.tenantId) {
1268
- checkTenantId(logger$j, options.tenantId);
1236
+ checkTenantId(logger$k, options.tenantId);
1269
1237
  this.tenantId = options.tenantId;
1270
1238
  }
1271
1239
  else {
@@ -1317,7 +1285,7 @@ class VisualStudioCodeCredential {
1317
1285
  // Check to make sure the scope we get back is a valid scope
1318
1286
  if (!scopeString.match(/^[0-9a-zA-Z-.:/]+$/)) {
1319
1287
  const error = new Error("Invalid scope was specified by the user or calling client");
1320
- logger$j.getToken.info(formatError(scopes, error));
1288
+ logger$k.getToken.info(formatError(scopes, error));
1321
1289
  throw error;
1322
1290
  }
1323
1291
  if (scopeString.indexOf("offline_access") < 0) {
@@ -1337,18 +1305,18 @@ class VisualStudioCodeCredential {
1337
1305
  if (refreshToken) {
1338
1306
  const tokenResponse = await this.identityClient.refreshAccessToken(tenantId, AzureAccountClientId, scopeString, refreshToken, undefined);
1339
1307
  if (tokenResponse) {
1340
- logger$j.getToken.info(formatSuccess(scopes));
1308
+ logger$k.getToken.info(formatSuccess(scopes));
1341
1309
  return tokenResponse.accessToken;
1342
1310
  }
1343
1311
  else {
1344
1312
  const error = new CredentialUnavailableError("Could not retrieve the token associated with Visual Studio Code. Have you connected using the 'Azure Account' extension recently? To troubleshoot, visit https://aka.ms/azsdk/js/identity/vscodecredential/troubleshoot.");
1345
- logger$j.getToken.info(formatError(scopes, error));
1313
+ logger$k.getToken.info(formatError(scopes, error));
1346
1314
  throw error;
1347
1315
  }
1348
1316
  }
1349
1317
  else {
1350
1318
  const error = new CredentialUnavailableError("Could not retrieve the token associated with Visual Studio Code. Did you connect using the 'Azure Account' extension? To troubleshoot, visit https://aka.ms/azsdk/js/identity/vscodecredential/troubleshoot.");
1351
- logger$j.getToken.info(formatError(scopes, error));
1319
+ logger$k.getToken.info(formatError(scopes, error));
1352
1320
  throw error;
1353
1321
  }
1354
1322
  }
@@ -1399,7 +1367,7 @@ function useIdentityPlugin(plugin) {
1399
1367
  /**
1400
1368
  * @internal
1401
1369
  */
1402
- const logger$i = credentialLogger("ChainedTokenCredential");
1370
+ const logger$j = credentialLogger("ChainedTokenCredential");
1403
1371
  /**
1404
1372
  * Enables multiple `TokenCredential` implementations to be tried in order
1405
1373
  * until one of the getToken methods returns an access token.
@@ -1438,42 +1406,38 @@ class ChainedTokenCredential {
1438
1406
  * @param options - The options used to configure any requests this
1439
1407
  * `TokenCredential` implementation might make.
1440
1408
  */
1441
- async getToken(scopes, options) {
1409
+ async getToken(scopes, options = {}) {
1442
1410
  let token = null;
1443
1411
  let successfulCredentialName = "";
1444
1412
  const errors = [];
1445
- const { span, updatedOptions } = createSpan("ChainedTokenCredential.getToken", options);
1446
- for (let i = 0; i < this._sources.length && token === null; i++) {
1447
- try {
1448
- token = await this._sources[i].getToken(scopes, updatedOptions);
1449
- successfulCredentialName = this._sources[i].constructor.name;
1450
- }
1451
- catch (err) {
1452
- if (err.name === "CredentialUnavailableError" ||
1453
- err.name === "AuthenticationRequiredError") {
1454
- errors.push(err);
1413
+ return tracingClient.withSpan("ChainedTokenCredential.getToken", options, async (updatedOptions) => {
1414
+ for (let i = 0; i < this._sources.length && token === null; i++) {
1415
+ try {
1416
+ token = await this._sources[i].getToken(scopes, updatedOptions);
1417
+ successfulCredentialName = this._sources[i].constructor.name;
1455
1418
  }
1456
- else {
1457
- logger$i.getToken.info(formatError(scopes, err));
1458
- throw err;
1419
+ catch (err) {
1420
+ if (err.name === "CredentialUnavailableError" ||
1421
+ err.name === "AuthenticationRequiredError") {
1422
+ errors.push(err);
1423
+ }
1424
+ else {
1425
+ logger$j.getToken.info(formatError(scopes, err));
1426
+ throw err;
1427
+ }
1459
1428
  }
1460
1429
  }
1461
- }
1462
- if (!token && errors.length > 0) {
1463
- const err = new AggregateAuthenticationError(errors, "ChainedTokenCredential authentication failed.");
1464
- span.setStatus({
1465
- code: coreTracing.SpanStatusCode.ERROR,
1466
- message: err.message,
1467
- });
1468
- logger$i.getToken.info(formatError(scopes, err));
1469
- throw err;
1470
- }
1471
- span.end();
1472
- logger$i.getToken.info(`Result for ${successfulCredentialName}: ${formatSuccess(scopes)}`);
1473
- if (token === null) {
1474
- throw new CredentialUnavailableError("Failed to retrieve a valid token");
1475
- }
1476
- return token;
1430
+ if (!token && errors.length > 0) {
1431
+ const err = new AggregateAuthenticationError(errors, "ChainedTokenCredential authentication failed.");
1432
+ logger$j.getToken.info(formatError(scopes, err));
1433
+ throw err;
1434
+ }
1435
+ logger$j.getToken.info(`Result for ${successfulCredentialName}: ${formatSuccess(scopes)}`);
1436
+ if (token === null) {
1437
+ throw new CredentialUnavailableError("Failed to retrieve a valid token");
1438
+ }
1439
+ return token;
1440
+ });
1477
1441
  }
1478
1442
  }
1479
1443
 
@@ -1547,7 +1511,7 @@ const cliCredentialInternals = {
1547
1511
  });
1548
1512
  },
1549
1513
  };
1550
- const logger$h = credentialLogger("AzureCliCredential");
1514
+ const logger$i = credentialLogger("AzureCliCredential");
1551
1515
  /**
1552
1516
  * This credential will use the currently logged-in user login information
1553
1517
  * via the Azure CLI ('az') commandline tool.
@@ -1574,56 +1538,57 @@ class AzureCliCredential {
1574
1538
  * @param options - The options used to configure any requests this
1575
1539
  * TokenCredential implementation might make.
1576
1540
  */
1577
- async getToken(scopes, options) {
1541
+ async getToken(scopes, options = {}) {
1578
1542
  const tenantId = processMultiTenantRequest(this.tenantId, options);
1579
1543
  if (tenantId) {
1580
- checkTenantId(logger$h, tenantId);
1544
+ checkTenantId(logger$i, tenantId);
1581
1545
  }
1582
1546
  const scope = typeof scopes === "string" ? scopes : scopes[0];
1583
- logger$h.getToken.info(`Using the scope ${scope}`);
1584
- ensureValidScope(scope, logger$h);
1547
+ logger$i.getToken.info(`Using the scope ${scope}`);
1548
+ ensureValidScope(scope, logger$i);
1585
1549
  const resource = getScopeResource(scope);
1586
- let responseData = "";
1587
- const { span } = createSpan(`${this.constructor.name}.getToken`, options);
1588
- try {
1589
- const obj = await cliCredentialInternals.getAzureCliAccessToken(resource, tenantId);
1590
- if (obj.stderr) {
1591
- const isLoginError = obj.stderr.match("(.*)az login(.*)");
1592
- const isNotInstallError = obj.stderr.match("az:(.*)not found") || obj.stderr.startsWith("'az' is not recognized");
1550
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async () => {
1551
+ var _a, _b, _c, _d;
1552
+ try {
1553
+ const obj = await cliCredentialInternals.getAzureCliAccessToken(resource, tenantId);
1554
+ const specificScope = (_a = obj.stderr) === null || _a === void 0 ? void 0 : _a.match("(.*)az login --scope(.*)");
1555
+ const isLoginError = ((_b = obj.stderr) === null || _b === void 0 ? void 0 : _b.match("(.*)az login(.*)")) && !specificScope;
1556
+ const isNotInstallError = ((_c = obj.stderr) === null || _c === void 0 ? void 0 : _c.match("az:(.*)not found")) || ((_d = obj.stderr) === null || _d === void 0 ? void 0 : _d.startsWith("'az' is not recognized"));
1593
1557
  if (isNotInstallError) {
1594
- const error = new CredentialUnavailableError("Azure CLI could not be found. Please visit https://aka.ms/azure-cli for installation instructions and then, once installed, authenticate to your Azure account using 'az login'.");
1595
- logger$h.getToken.info(formatError(scopes, error));
1558
+ const error = new CredentialUnavailableError("Azure CLI could not be found. Please visit https://aka.ms/azure-cli for installation instructions and then, once installed, authenticate to your Azure account using 'az login'.");
1559
+ logger$i.getToken.info(formatError(scopes, error));
1596
1560
  throw error;
1597
1561
  }
1598
- else if (isLoginError) {
1562
+ if (isLoginError) {
1599
1563
  const error = new CredentialUnavailableError("Please run 'az login' from a command prompt to authenticate before using this credential.");
1600
- logger$h.getToken.info(formatError(scopes, error));
1564
+ logger$i.getToken.info(formatError(scopes, error));
1601
1565
  throw error;
1602
1566
  }
1603
- const error = new CredentialUnavailableError(obj.stderr);
1604
- logger$h.getToken.info(formatError(scopes, error));
1605
- throw error;
1567
+ try {
1568
+ const responseData = obj.stdout;
1569
+ const response = JSON.parse(responseData);
1570
+ logger$i.getToken.info(formatSuccess(scopes));
1571
+ const returnValue = {
1572
+ token: response.accessToken,
1573
+ expiresOnTimestamp: new Date(response.expiresOn).getTime(),
1574
+ };
1575
+ return returnValue;
1576
+ }
1577
+ catch (e) {
1578
+ if (obj.stderr) {
1579
+ throw new CredentialUnavailableError(obj.stderr);
1580
+ }
1581
+ throw e;
1582
+ }
1606
1583
  }
1607
- else {
1608
- responseData = obj.stdout;
1609
- const response = JSON.parse(responseData);
1610
- logger$h.getToken.info(formatSuccess(scopes));
1611
- const returnValue = {
1612
- token: response.accessToken,
1613
- expiresOnTimestamp: new Date(response.expiresOn).getTime(),
1614
- };
1615
- return returnValue;
1584
+ catch (err) {
1585
+ const error = err.name === "CredentialUnavailableError"
1586
+ ? err
1587
+ : new CredentialUnavailableError(err.message || "Unknown error while trying to retrieve the access token");
1588
+ logger$i.getToken.info(formatError(scopes, error));
1589
+ throw error;
1616
1590
  }
1617
- }
1618
- catch (err) {
1619
- const error = new Error(err.message || "Unknown error while trying to retrieve the access token");
1620
- span.setStatus({
1621
- code: coreTracing.SpanStatusCode.ERROR,
1622
- message: error.message,
1623
- });
1624
- logger$h.getToken.info(formatError(scopes, error));
1625
- throw error;
1626
- }
1591
+ });
1627
1592
  }
1628
1593
  }
1629
1594
 
@@ -1658,7 +1623,7 @@ const processUtils = {
1658
1623
  };
1659
1624
 
1660
1625
  // Copyright (c) Microsoft Corporation.
1661
- const logger$g = credentialLogger("AzurePowerShellCredential");
1626
+ const logger$h = credentialLogger("AzurePowerShellCredential");
1662
1627
  const isWindows = process.platform === "win32";
1663
1628
  /**
1664
1629
  * Returns a platform-appropriate command name by appending ".exe" on Windows.
@@ -1786,18 +1751,18 @@ class AzurePowerShellCredential {
1786
1751
  * @param options - The options used to configure any requests this TokenCredential implementation might make.
1787
1752
  */
1788
1753
  async getToken(scopes, options = {}) {
1789
- return trace(`${this.constructor.name}.getToken`, options, async () => {
1754
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async () => {
1790
1755
  const tenantId = processMultiTenantRequest(this.tenantId, options);
1791
1756
  if (tenantId) {
1792
- checkTenantId(logger$g, tenantId);
1757
+ checkTenantId(logger$h, tenantId);
1793
1758
  }
1794
1759
  const scope = typeof scopes === "string" ? scopes : scopes[0];
1795
- ensureValidScope(scope, logger$g);
1796
- logger$g.getToken.info(`Using the scope ${scope}`);
1760
+ ensureValidScope(scope, logger$h);
1761
+ logger$h.getToken.info(`Using the scope ${scope}`);
1797
1762
  const resource = getScopeResource(scope);
1798
1763
  try {
1799
1764
  const response = await this.getAzurePowerShellAccessToken(resource, tenantId);
1800
- logger$g.getToken.info(formatSuccess(scopes));
1765
+ logger$h.getToken.info(formatSuccess(scopes));
1801
1766
  return {
1802
1767
  token: response.Token,
1803
1768
  expiresOnTimestamp: new Date(response.ExpiresOn).getTime(),
@@ -1806,16 +1771,16 @@ class AzurePowerShellCredential {
1806
1771
  catch (err) {
1807
1772
  if (isNotInstalledError(err)) {
1808
1773
  const error = new CredentialUnavailableError(powerShellPublicErrorMessages.installed);
1809
- logger$g.getToken.info(formatError(scope, error));
1774
+ logger$h.getToken.info(formatError(scope, error));
1810
1775
  throw error;
1811
1776
  }
1812
1777
  else if (isLoginError(err)) {
1813
1778
  const error = new CredentialUnavailableError(powerShellPublicErrorMessages.login);
1814
- logger$g.getToken.info(formatError(scope, error));
1779
+ logger$h.getToken.info(formatError(scope, error));
1815
1780
  throw error;
1816
1781
  }
1817
1782
  const error = new CredentialUnavailableError(`${err}. ${powerShellPublicErrorMessages.troubleshoot}`);
1818
- logger$g.getToken.info(formatError(scope, error));
1783
+ logger$h.getToken.info(formatError(scope, error));
1819
1784
  throw error;
1820
1785
  }
1821
1786
  });
@@ -1853,7 +1818,7 @@ class MsalClientSecret extends MsalNode {
1853
1818
  }
1854
1819
 
1855
1820
  // Copyright (c) Microsoft Corporation.
1856
- const logger$f = credentialLogger("ClientSecretCredential");
1821
+ const logger$g = credentialLogger("ClientSecretCredential");
1857
1822
  /**
1858
1823
  * Enables authentication to Azure Active Directory using a client secret
1859
1824
  * that was generated for an App Registration. More information on how
@@ -1877,7 +1842,7 @@ class ClientSecretCredential {
1877
1842
  if (!tenantId || !clientId || !clientSecret) {
1878
1843
  throw new Error("ClientSecretCredential: tenantId, clientId, and clientSecret are required parameters. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.");
1879
1844
  }
1880
- this.msalFlow = new MsalClientSecret(Object.assign(Object.assign({}, options), { logger: logger$f,
1845
+ this.msalFlow = new MsalClientSecret(Object.assign(Object.assign({}, options), { logger: logger$g,
1881
1846
  clientId,
1882
1847
  tenantId,
1883
1848
  clientSecret, tokenCredentialOptions: options }));
@@ -1891,7 +1856,7 @@ class ClientSecretCredential {
1891
1856
  * TokenCredential implementation might make.
1892
1857
  */
1893
1858
  async getToken(scopes, options = {}) {
1894
- return trace(`${this.constructor.name}.getToken`, options, async (newOptions) => {
1859
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async (newOptions) => {
1895
1860
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
1896
1861
  return this.msalFlow.getToken(arrayScopes, newOptions);
1897
1862
  });
@@ -1953,9 +1918,26 @@ class MsalClientCertificate extends MsalNode {
1953
1918
  async init(options) {
1954
1919
  try {
1955
1920
  const parts = await parseCertificate(this.configuration, this.sendCertificateChain);
1921
+ let privateKey;
1922
+ if (this.configuration.certificatePassword !== undefined) {
1923
+ const privateKeyObject = crypto.createPrivateKey({
1924
+ key: parts.certificateContents,
1925
+ passphrase: this.configuration.certificatePassword,
1926
+ format: "pem",
1927
+ });
1928
+ privateKey = privateKeyObject
1929
+ .export({
1930
+ format: "pem",
1931
+ type: "pkcs8",
1932
+ })
1933
+ .toString();
1934
+ }
1935
+ else {
1936
+ privateKey = parts.certificateContents;
1937
+ }
1956
1938
  this.msalConfig.auth.clientCertificate = {
1957
1939
  thumbprint: parts.thumbprint,
1958
- privateKey: parts.certificateContents,
1940
+ privateKey: privateKey,
1959
1941
  x5c: parts.x5c,
1960
1942
  };
1961
1943
  }
@@ -1967,13 +1949,14 @@ class MsalClientCertificate extends MsalNode {
1967
1949
  }
1968
1950
  async doGetToken(scopes, options = {}) {
1969
1951
  try {
1970
- const result = await this.confidentialApp.acquireTokenByClientCredential({
1952
+ const clientCredReq = {
1971
1953
  scopes,
1972
1954
  correlationId: options.correlationId,
1973
1955
  azureRegion: this.azureRegion,
1974
1956
  authority: options.authority,
1975
1957
  claims: options.claims,
1976
- });
1958
+ };
1959
+ const result = await this.confidentialApp.acquireTokenByClientCredential(clientCredReq);
1977
1960
  // Even though we're providing the same default in memory persistence cache that we use for DeviceCodeCredential,
1978
1961
  // The Client Credential flow does not return the account information from the authentication service,
1979
1962
  // so each time getToken gets called, we will have to acquire a new token through the service.
@@ -1987,7 +1970,7 @@ class MsalClientCertificate extends MsalNode {
1987
1970
 
1988
1971
  // Copyright (c) Microsoft Corporation.
1989
1972
  const credentialName$2 = "ClientCertificateCredential";
1990
- const logger$e = credentialLogger(credentialName$2);
1973
+ const logger$f = credentialLogger(credentialName$2);
1991
1974
  /**
1992
1975
  * Enables authentication to Azure Active Directory using a PEM-encoded
1993
1976
  * certificate that is assigned to an App Registration. More information
@@ -2016,7 +1999,7 @@ class ClientCertificateCredential {
2016
1999
  throw new Error(`${credentialName$2}: To avoid unexpected behaviors, providing both the contents of a PEM certificate and the path to a PEM certificate is forbidden. To troubleshoot, visit https://aka.ms/azsdk/js/identity/serviceprincipalauthentication/troubleshoot.`);
2017
2000
  }
2018
2001
  this.msalFlow = new MsalClientCertificate(Object.assign(Object.assign({}, options), { configuration,
2019
- logger: logger$e,
2002
+ logger: logger$f,
2020
2003
  clientId,
2021
2004
  tenantId, sendCertificateChain: options.sendCertificateChain, tokenCredentialOptions: options }));
2022
2005
  }
@@ -2029,7 +2012,7 @@ class ClientCertificateCredential {
2029
2012
  * TokenCredential implementation might make.
2030
2013
  */
2031
2014
  async getToken(scopes, options = {}) {
2032
- return trace(`${credentialName$2}.getToken`, options, async (newOptions) => {
2015
+ return tracingClient.withSpan(`${credentialName$2}.getToken`, options, async (newOptions) => {
2033
2016
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
2034
2017
  return this.msalFlow.getToken(arrayScopes, newOptions);
2035
2018
  });
@@ -2067,7 +2050,7 @@ class MsalUsernamePassword extends MsalNode {
2067
2050
  }
2068
2051
 
2069
2052
  // Copyright (c) Microsoft Corporation.
2070
- const logger$d = credentialLogger("UsernamePasswordCredential");
2053
+ const logger$e = credentialLogger("UsernamePasswordCredential");
2071
2054
  /**
2072
2055
  * Enables authentication to Azure Active Directory with a user's
2073
2056
  * username and password. This credential requires a high degree of
@@ -2090,7 +2073,7 @@ class UsernamePasswordCredential {
2090
2073
  if (!tenantId || !clientId || !username || !password) {
2091
2074
  throw new Error("UsernamePasswordCredential: tenantId, clientId, username and password are required parameters. To troubleshoot, visit https://aka.ms/azsdk/js/identity/usernamepasswordcredential/troubleshoot.");
2092
2075
  }
2093
- this.msalFlow = new MsalUsernamePassword(Object.assign(Object.assign({}, options), { logger: logger$d,
2076
+ this.msalFlow = new MsalUsernamePassword(Object.assign(Object.assign({}, options), { logger: logger$e,
2094
2077
  clientId,
2095
2078
  tenantId,
2096
2079
  username,
@@ -2109,7 +2092,7 @@ class UsernamePasswordCredential {
2109
2092
  * TokenCredential implementation might make.
2110
2093
  */
2111
2094
  async getToken(scopes, options = {}) {
2112
- return trace(`${this.constructor.name}.getToken`, options, async (newOptions) => {
2095
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async (newOptions) => {
2113
2096
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
2114
2097
  return this.msalFlow.getToken(arrayScopes, newOptions);
2115
2098
  });
@@ -2129,11 +2112,12 @@ const AllSupportedEnvironmentVariables = [
2129
2112
  "AZURE_CLIENT_ID",
2130
2113
  "AZURE_CLIENT_SECRET",
2131
2114
  "AZURE_CLIENT_CERTIFICATE_PATH",
2115
+ "AZURE_CLIENT_CERTIFICATE_PASSWORD",
2132
2116
  "AZURE_USERNAME",
2133
2117
  "AZURE_PASSWORD",
2134
2118
  ];
2135
2119
  const credentialName$1 = "EnvironmentCredential";
2136
- const logger$c = credentialLogger(credentialName$1);
2120
+ const logger$d = credentialLogger(credentialName$1);
2137
2121
  /**
2138
2122
  * Enables authentication to Azure Active Directory using client secret
2139
2123
  * details configured in environment variables
@@ -2149,6 +2133,7 @@ class EnvironmentCredential {
2149
2133
  * Environment variables used for client credential authentication:
2150
2134
  * - `AZURE_CLIENT_SECRET`: A client secret that was generated for the App Registration.
2151
2135
  * - `AZURE_CLIENT_CERTIFICATE_PATH`: The path to a PEM certificate to use during the authentication, instead of the client secret.
2136
+ * - `AZURE_CLIENT_CERTIFICATE_PASSWORD`: (optional) password for the certificate file.
2152
2137
  *
2153
2138
  * Alternatively, users can provide environment variables for username and password authentication:
2154
2139
  * - `AZURE_USERNAME`: Username to authenticate with.
@@ -2163,26 +2148,27 @@ class EnvironmentCredential {
2163
2148
  // Keep track of any missing environment variables for error details
2164
2149
  this._credential = undefined;
2165
2150
  const assigned = processEnvVars(AllSupportedEnvironmentVariables).assigned.join(", ");
2166
- logger$c.info(`Found the following environment variables: ${assigned}`);
2151
+ logger$d.info(`Found the following environment variables: ${assigned}`);
2167
2152
  const tenantId = process.env.AZURE_TENANT_ID, clientId = process.env.AZURE_CLIENT_ID, clientSecret = process.env.AZURE_CLIENT_SECRET;
2168
2153
  if (tenantId) {
2169
- checkTenantId(logger$c, tenantId);
2154
+ checkTenantId(logger$d, tenantId);
2170
2155
  }
2171
2156
  if (tenantId && clientId && clientSecret) {
2172
- logger$c.info(`Invoking ClientSecretCredential with tenant ID: ${tenantId}, clientId: ${clientId} and clientSecret: [REDACTED]`);
2157
+ logger$d.info(`Invoking ClientSecretCredential with tenant ID: ${tenantId}, clientId: ${clientId} and clientSecret: [REDACTED]`);
2173
2158
  this._credential = new ClientSecretCredential(tenantId, clientId, clientSecret, options);
2174
2159
  return;
2175
2160
  }
2176
2161
  const certificatePath = process.env.AZURE_CLIENT_CERTIFICATE_PATH;
2162
+ const certificatePassword = process.env.AZURE_CLIENT_CERTIFICATE_PASSWORD;
2177
2163
  if (tenantId && clientId && certificatePath) {
2178
- logger$c.info(`Invoking ClientCertificateCredential with tenant ID: ${tenantId}, clientId: ${clientId} and certificatePath: ${certificatePath}`);
2179
- this._credential = new ClientCertificateCredential(tenantId, clientId, { certificatePath }, options);
2164
+ logger$d.info(`Invoking ClientCertificateCredential with tenant ID: ${tenantId}, clientId: ${clientId} and certificatePath: ${certificatePath}`);
2165
+ this._credential = new ClientCertificateCredential(tenantId, clientId, { certificatePath, certificatePassword }, options);
2180
2166
  return;
2181
2167
  }
2182
2168
  const username = process.env.AZURE_USERNAME;
2183
2169
  const password = process.env.AZURE_PASSWORD;
2184
2170
  if (tenantId && clientId && username && password) {
2185
- logger$c.info(`Invoking UsernamePasswordCredential with tenant ID: ${tenantId}, clientId: ${clientId} and username: ${username}`);
2171
+ logger$d.info(`Invoking UsernamePasswordCredential with tenant ID: ${tenantId}, clientId: ${clientId} and username: ${username}`);
2186
2172
  this._credential = new UsernamePasswordCredential(tenantId, clientId, username, password, options);
2187
2173
  }
2188
2174
  }
@@ -2193,11 +2179,11 @@ class EnvironmentCredential {
2193
2179
  * @param options - Optional parameters. See {@link GetTokenOptions}.
2194
2180
  */
2195
2181
  async getToken(scopes, options = {}) {
2196
- return trace(`${credentialName$1}.getToken`, options, async (newOptions) => {
2182
+ return tracingClient.withSpan(`${credentialName$1}.getToken`, options, async (newOptions) => {
2197
2183
  if (this._credential) {
2198
2184
  try {
2199
2185
  const result = await this._credential.getToken(scopes, newOptions);
2200
- logger$c.getToken.info(formatSuccess(scopes));
2186
+ logger$d.getToken.info(formatSuccess(scopes));
2201
2187
  return result;
2202
2188
  }
2203
2189
  catch (err) {
@@ -2205,7 +2191,7 @@ class EnvironmentCredential {
2205
2191
  error: `${credentialName$1} authentication failed. To troubleshoot, visit https://aka.ms/azsdk/js/identity/environmentcredential/troubleshoot.`,
2206
2192
  error_description: err.message.toString().split("More details:").join(""),
2207
2193
  });
2208
- logger$c.getToken.info(formatError(scopes, authenticationError));
2194
+ logger$d.getToken.info(formatError(scopes, authenticationError));
2209
2195
  throw authenticationError;
2210
2196
  }
2211
2197
  }
@@ -2252,7 +2238,7 @@ function mapScopesToResource(scopes) {
2252
2238
 
2253
2239
  // Copyright (c) Microsoft Corporation.
2254
2240
  const msiName$6 = "ManagedIdentityCredential - AppServiceMSI 2017";
2255
- const logger$b = credentialLogger(msiName$6);
2241
+ const logger$c = credentialLogger(msiName$6);
2256
2242
  /**
2257
2243
  * Formats the expiration date of the received token into the number of milliseconds between that date and midnight, January 1, 1970.
2258
2244
  */
@@ -2299,22 +2285,22 @@ const appServiceMsi2017 = {
2299
2285
  async isAvailable({ scopes }) {
2300
2286
  const resource = mapScopesToResource(scopes);
2301
2287
  if (!resource) {
2302
- logger$b.info(`${msiName$6}: Unavailable. Multiple scopes are not supported.`);
2288
+ logger$c.info(`${msiName$6}: Unavailable. Multiple scopes are not supported.`);
2303
2289
  return false;
2304
2290
  }
2305
2291
  const env = process.env;
2306
2292
  const result = Boolean(env.MSI_ENDPOINT && env.MSI_SECRET);
2307
2293
  if (!result) {
2308
- logger$b.info(`${msiName$6}: Unavailable. The environment variables needed are: MSI_ENDPOINT and MSI_SECRET.`);
2294
+ logger$c.info(`${msiName$6}: Unavailable. The environment variables needed are: MSI_ENDPOINT and MSI_SECRET.`);
2309
2295
  }
2310
2296
  return result;
2311
2297
  },
2312
2298
  async getToken(configuration, getTokenOptions = {}) {
2313
2299
  const { identityClient, scopes, clientId, resourceId } = configuration;
2314
2300
  if (resourceId) {
2315
- logger$b.warning(`${msiName$6}: managed Identity by resource Id is not supported. Argument resourceId might be ignored by the service.`);
2301
+ logger$c.warning(`${msiName$6}: managed Identity by resource Id is not supported. Argument resourceId might be ignored by the service.`);
2316
2302
  }
2317
- logger$b.info(`${msiName$6}: Using the endpoint and the secret coming form the environment variables: MSI_ENDPOINT=${process.env.MSI_ENDPOINT} and MSI_SECRET=[REDACTED].`);
2303
+ logger$c.info(`${msiName$6}: Using the endpoint and the secret coming form the environment variables: MSI_ENDPOINT=${process.env.MSI_ENDPOINT} and MSI_SECRET=[REDACTED].`);
2318
2304
  const request = coreRestPipeline.createPipelineRequest(Object.assign(Object.assign({ abortSignal: getTokenOptions.abortSignal }, prepareRequestOptions$6(scopes, clientId)), {
2319
2305
  // Generally, MSI endpoints use the HTTP protocol, without transport layer security (TLS).
2320
2306
  allowInsecureConnection: true }));
@@ -2325,7 +2311,7 @@ const appServiceMsi2017 = {
2325
2311
 
2326
2312
  // Copyright (c) Microsoft Corporation.
2327
2313
  const msiName$5 = "ManagedIdentityCredential - CloudShellMSI";
2328
- const logger$a = credentialLogger(msiName$5);
2314
+ const logger$b = credentialLogger(msiName$5);
2329
2315
  /**
2330
2316
  * Generates the options used on the request for an access token.
2331
2317
  */
@@ -2367,24 +2353,24 @@ const cloudShellMsi = {
2367
2353
  async isAvailable({ scopes }) {
2368
2354
  const resource = mapScopesToResource(scopes);
2369
2355
  if (!resource) {
2370
- logger$a.info(`${msiName$5}: Unavailable. Multiple scopes are not supported.`);
2356
+ logger$b.info(`${msiName$5}: Unavailable. Multiple scopes are not supported.`);
2371
2357
  return false;
2372
2358
  }
2373
2359
  const result = Boolean(process.env.MSI_ENDPOINT);
2374
2360
  if (!result) {
2375
- logger$a.info(`${msiName$5}: Unavailable. The environment variable MSI_ENDPOINT is needed.`);
2361
+ logger$b.info(`${msiName$5}: Unavailable. The environment variable MSI_ENDPOINT is needed.`);
2376
2362
  }
2377
2363
  return result;
2378
2364
  },
2379
2365
  async getToken(configuration, getTokenOptions = {}) {
2380
2366
  const { identityClient, scopes, clientId, resourceId } = configuration;
2381
2367
  if (clientId) {
2382
- logger$a.warning(`${msiName$5}: user-assigned identities not supported. The argument clientId might be ignored by the service.`);
2368
+ logger$b.warning(`${msiName$5}: user-assigned identities not supported. The argument clientId might be ignored by the service.`);
2383
2369
  }
2384
2370
  if (resourceId) {
2385
- logger$a.warning(`${msiName$5}: user defined managed Identity by resource Id not supported. The argument resourceId might be ignored by the service.`);
2371
+ logger$b.warning(`${msiName$5}: user defined managed Identity by resource Id not supported. The argument resourceId might be ignored by the service.`);
2386
2372
  }
2387
- logger$a.info(`${msiName$5}: Using the endpoint coming form the environment variable MSI_ENDPOINT = ${process.env.MSI_ENDPOINT}.`);
2373
+ logger$b.info(`${msiName$5}: Using the endpoint coming form the environment variable MSI_ENDPOINT = ${process.env.MSI_ENDPOINT}.`);
2388
2374
  const request = coreRestPipeline.createPipelineRequest(Object.assign(Object.assign({ abortSignal: getTokenOptions.abortSignal }, prepareRequestOptions$5(scopes, clientId, resourceId)), {
2389
2375
  // Generally, MSI endpoints use the HTTP protocol, without transport layer security (TLS).
2390
2376
  allowInsecureConnection: true }));
@@ -2395,7 +2381,7 @@ const cloudShellMsi = {
2395
2381
 
2396
2382
  // Copyright (c) Microsoft Corporation.
2397
2383
  const msiName$4 = "ManagedIdentityCredential - IMDS";
2398
- const logger$9 = credentialLogger(msiName$4);
2384
+ const logger$a = credentialLogger(msiName$4);
2399
2385
  /**
2400
2386
  * Formats the expiration date of the received token into the number of milliseconds between that date and midnight, January 1, 1970.
2401
2387
  */
@@ -2403,13 +2389,13 @@ function expiresOnParser$2(requestBody) {
2403
2389
  if (requestBody.expires_on) {
2404
2390
  // Use the expires_on timestamp if it's available
2405
2391
  const expires = +requestBody.expires_on * 1000;
2406
- logger$9.info(`${msiName$4}: Using expires_on: ${expires} (original value: ${requestBody.expires_on})`);
2392
+ logger$a.info(`${msiName$4}: Using expires_on: ${expires} (original value: ${requestBody.expires_on})`);
2407
2393
  return expires;
2408
2394
  }
2409
2395
  else {
2410
2396
  // If these aren't possible, use expires_in and calculate a timestamp
2411
2397
  const expires = Date.now() + requestBody.expires_in * 1000;
2412
- logger$9.info(`${msiName$4}: IMDS using expires_in: ${expires} (original value: ${requestBody.expires_in})`);
2398
+ logger$a.info(`${msiName$4}: IMDS using expires_in: ${expires} (original value: ${requestBody.expires_in})`);
2413
2399
  return expires;
2414
2400
  }
2415
2401
  }
@@ -2466,14 +2452,12 @@ const imdsMsiRetryConfig = {
2466
2452
  * Defines how to determine whether the Azure IMDS MSI is available, and also how to retrieve a token from the Azure IMDS MSI.
2467
2453
  */
2468
2454
  const imdsMsi = {
2469
- async isAvailable({ scopes, identityClient, clientId, resourceId, getTokenOptions, }) {
2470
- var _a, _b;
2455
+ async isAvailable({ scopes, identityClient, clientId, resourceId, getTokenOptions = {}, }) {
2471
2456
  const resource = mapScopesToResource(scopes);
2472
2457
  if (!resource) {
2473
- logger$9.info(`${msiName$4}: Unavailable. Multiple scopes are not supported.`);
2458
+ logger$a.info(`${msiName$4}: Unavailable. Multiple scopes are not supported.`);
2474
2459
  return false;
2475
2460
  }
2476
- const { span, updatedOptions: options } = createSpan("ManagedIdentityCredential-pingImdsEndpoint", getTokenOptions);
2477
2461
  // if the PodIdentityEndpoint environment variable was set no need to probe the endpoint, it can be assumed to exist
2478
2462
  if (process.env.AZURE_POD_IDENTITY_AUTHORITY_HOST) {
2479
2463
  return true;
@@ -2485,57 +2469,49 @@ const imdsMsi = {
2485
2469
  skipMetadataHeader: true,
2486
2470
  skipQuery: true,
2487
2471
  });
2488
- requestOptions.tracingOptions = options.tracingOptions;
2489
- try {
2490
- // Create a request with a timeout since we expect that
2491
- // not having a "Metadata" header should cause an error to be
2492
- // returned quickly from the endpoint, proving its availability.
2493
- const request = coreRestPipeline.createPipelineRequest(requestOptions);
2494
- request.timeout = (_b = (_a = options.requestOptions) === null || _a === void 0 ? void 0 : _a.timeout) !== null && _b !== void 0 ? _b : 300;
2495
- // This MSI uses the imdsEndpoint to get the token, which only uses http://
2496
- request.allowInsecureConnection = true;
2472
+ return tracingClient.withSpan("ManagedIdentityCredential-pingImdsEndpoint", getTokenOptions, async (options) => {
2473
+ var _a, _b;
2474
+ requestOptions.tracingOptions = options.tracingOptions;
2497
2475
  try {
2498
- logger$9.info(`${msiName$4}: Pinging the Azure IMDS endpoint`);
2499
- await identityClient.sendRequest(request);
2476
+ // Create a request with a timeout since we expect that
2477
+ // not having a "Metadata" header should cause an error to be
2478
+ // returned quickly from the endpoint, proving its availability.
2479
+ const request = coreRestPipeline.createPipelineRequest(requestOptions);
2480
+ request.timeout = (_b = (_a = options.requestOptions) === null || _a === void 0 ? void 0 : _a.timeout) !== null && _b !== void 0 ? _b : 300;
2481
+ // This MSI uses the imdsEndpoint to get the token, which only uses http://
2482
+ request.allowInsecureConnection = true;
2483
+ try {
2484
+ logger$a.info(`${msiName$4}: Pinging the Azure IMDS endpoint`);
2485
+ await identityClient.sendRequest(request);
2486
+ }
2487
+ catch (err) {
2488
+ if ((err.name === "RestError" && err.code === coreRestPipeline.RestError.REQUEST_SEND_ERROR) ||
2489
+ err.name === "AbortError" ||
2490
+ err.code === "ENETUNREACH" || // Network unreachable
2491
+ err.code === "ECONNREFUSED" || // connection refused
2492
+ err.code === "EHOSTDOWN" // host is down
2493
+ ) {
2494
+ // If the request failed, or Node.js was unable to establish a connection,
2495
+ // or the host was down, we'll assume the IMDS endpoint isn't available.
2496
+ logger$a.info(`${msiName$4}: The Azure IMDS endpoint is unavailable`);
2497
+ return false;
2498
+ }
2499
+ }
2500
+ // If we received any response, the endpoint is available
2501
+ logger$a.info(`${msiName$4}: The Azure IMDS endpoint is available`);
2502
+ return true;
2500
2503
  }
2501
2504
  catch (err) {
2502
- if ((err.name === "RestError" && err.code === coreRestPipeline.RestError.REQUEST_SEND_ERROR) ||
2503
- err.name === "AbortError" ||
2504
- err.code === "ENETUNREACH" || // Network unreachable
2505
- err.code === "ECONNREFUSED" || // connection refused
2506
- err.code === "EHOSTDOWN" // host is down
2507
- ) {
2508
- // If the request failed, or Node.js was unable to establish a connection,
2509
- // or the host was down, we'll assume the IMDS endpoint isn't available.
2510
- logger$9.info(`${msiName$4}: The Azure IMDS endpoint is unavailable`);
2511
- span.setStatus({
2512
- code: coreTracing.SpanStatusCode.ERROR,
2513
- message: err.message,
2514
- });
2515
- return false;
2516
- }
2505
+ // createWebResource failed.
2506
+ // This error should bubble up to the user.
2507
+ logger$a.info(`${msiName$4}: Error when creating the WebResource for the Azure IMDS endpoint: ${err.message}`);
2508
+ throw err;
2517
2509
  }
2518
- // If we received any response, the endpoint is available
2519
- logger$9.info(`${msiName$4}: The Azure IMDS endpoint is available`);
2520
- return true;
2521
- }
2522
- catch (err) {
2523
- // createWebResource failed.
2524
- // This error should bubble up to the user.
2525
- logger$9.info(`${msiName$4}: Error when creating the WebResource for the Azure IMDS endpoint: ${err.message}`);
2526
- span.setStatus({
2527
- code: coreTracing.SpanStatusCode.ERROR,
2528
- message: err.message,
2529
- });
2530
- throw err;
2531
- }
2532
- finally {
2533
- span.end();
2534
- }
2510
+ });
2535
2511
  },
2536
2512
  async getToken(configuration, getTokenOptions = {}) {
2537
2513
  const { identityClient, scopes, clientId, resourceId } = configuration;
2538
- logger$9.info(`${msiName$4}: Using the Azure IMDS endpoint coming from the environment variable MSI_ENDPOINT=${process.env.MSI_ENDPOINT}, and using the cloud shell to proceed with the authentication.`);
2514
+ logger$a.info(`${msiName$4}: Using the Azure IMDS endpoint coming from the environment variable MSI_ENDPOINT=${process.env.MSI_ENDPOINT}, and using the cloud shell to proceed with the authentication.`);
2539
2515
  let nextDelayInMs = imdsMsiRetryConfig.startDelayInMs;
2540
2516
  for (let retries = 0; retries < imdsMsiRetryConfig.maxRetries; retries++) {
2541
2517
  try {
@@ -2558,7 +2534,7 @@ const imdsMsi = {
2558
2534
 
2559
2535
  // Copyright (c) Microsoft Corporation.
2560
2536
  const msiName$3 = "ManagedIdentityCredential - Azure Arc MSI";
2561
- const logger$8 = credentialLogger(msiName$3);
2537
+ const logger$9 = credentialLogger(msiName$3);
2562
2538
  /**
2563
2539
  * Generates the options used on the request for an access token.
2564
2540
  */
@@ -2631,12 +2607,12 @@ const arcMsi = {
2631
2607
  async isAvailable({ scopes }) {
2632
2608
  const resource = mapScopesToResource(scopes);
2633
2609
  if (!resource) {
2634
- logger$8.info(`${msiName$3}: Unavailable. Multiple scopes are not supported.`);
2610
+ logger$9.info(`${msiName$3}: Unavailable. Multiple scopes are not supported.`);
2635
2611
  return false;
2636
2612
  }
2637
2613
  const result = Boolean(process.env.IMDS_ENDPOINT && process.env.IDENTITY_ENDPOINT);
2638
2614
  if (!result) {
2639
- logger$8.info(`${msiName$3}: The environment variables needed are: IMDS_ENDPOINT and IDENTITY_ENDPOINT`);
2615
+ logger$9.info(`${msiName$3}: The environment variables needed are: IMDS_ENDPOINT and IDENTITY_ENDPOINT`);
2640
2616
  }
2641
2617
  return result;
2642
2618
  },
@@ -2644,12 +2620,12 @@ const arcMsi = {
2644
2620
  var _a;
2645
2621
  const { identityClient, scopes, clientId, resourceId } = configuration;
2646
2622
  if (clientId) {
2647
- logger$8.warning(`${msiName$3}: user-assigned identities not supported. The argument clientId might be ignored by the service.`);
2623
+ logger$9.warning(`${msiName$3}: user-assigned identities not supported. The argument clientId might be ignored by the service.`);
2648
2624
  }
2649
2625
  if (resourceId) {
2650
- logger$8.warning(`${msiName$3}: user defined managed Identity by resource Id is not supported. Argument resourceId will be ignored.`);
2626
+ logger$9.warning(`${msiName$3}: user defined managed Identity by resource Id is not supported. Argument resourceId will be ignored.`);
2651
2627
  }
2652
- logger$8.info(`${msiName$3}: Authenticating.`);
2628
+ logger$9.info(`${msiName$3}: Authenticating.`);
2653
2629
  const requestOptions = Object.assign(Object.assign({ disableJsonStringifyOnBody: true, deserializationMapper: undefined, abortSignal: getTokenOptions.abortSignal }, prepareRequestOptions$3(scopes, clientId, resourceId)), { allowInsecureConnection: true });
2654
2630
  const filePath = await filePathRequest(identityClient, requestOptions);
2655
2631
  if (!filePath) {
@@ -2667,7 +2643,7 @@ const arcMsi = {
2667
2643
 
2668
2644
  // Copyright (c) Microsoft Corporation.
2669
2645
  const msiName$2 = "ManagedIdentityCredential - Token Exchange";
2670
- const logger$7 = credentialLogger(msiName$2);
2646
+ const logger$8 = credentialLogger(msiName$2);
2671
2647
  const readFileAsync = util.promisify(fs__default["default"].readFile);
2672
2648
  /**
2673
2649
  * Generates the options used on the request for an access token.
@@ -2723,13 +2699,13 @@ function tokenExchangeMsi() {
2723
2699
  const env = process.env;
2724
2700
  const result = Boolean((clientId || env.AZURE_CLIENT_ID) && env.AZURE_TENANT_ID && azureFederatedTokenFilePath);
2725
2701
  if (!result) {
2726
- logger$7.info(`${msiName$2}: Unavailable. The environment variables needed are: AZURE_CLIENT_ID (or the client ID sent through the parameters), AZURE_TENANT_ID and AZURE_FEDERATED_TOKEN_FILE`);
2702
+ logger$8.info(`${msiName$2}: Unavailable. The environment variables needed are: AZURE_CLIENT_ID (or the client ID sent through the parameters), AZURE_TENANT_ID and AZURE_FEDERATED_TOKEN_FILE`);
2727
2703
  }
2728
2704
  return result;
2729
2705
  },
2730
2706
  async getToken(configuration, getTokenOptions = {}) {
2731
2707
  const { identityClient, scopes, clientId } = configuration;
2732
- logger$7.info(`${msiName$2}: Using the client assertion coming from environment variables.`);
2708
+ logger$8.info(`${msiName$2}: Using the client assertion coming from environment variables.`);
2733
2709
  let assertion;
2734
2710
  try {
2735
2711
  assertion = await readAssertion();
@@ -2758,7 +2734,7 @@ function tokenExchangeMsi() {
2758
2734
  // curl --insecure $IDENTITY_ENDPOINT'?api-version=2019-07-01-preview&resource=https://vault.azure.net/' -H "Secret: $IDENTITY_HEADER"
2759
2735
  //
2760
2736
  const msiName$1 = "ManagedIdentityCredential - Fabric MSI";
2761
- const logger$6 = credentialLogger(msiName$1);
2737
+ const logger$7 = credentialLogger(msiName$1);
2762
2738
  /**
2763
2739
  * Formats the expiration date of the received token into the number of milliseconds between that date and midnight, January 1, 1970.
2764
2740
  */
@@ -2808,22 +2784,22 @@ const fabricMsi = {
2808
2784
  async isAvailable({ scopes }) {
2809
2785
  const resource = mapScopesToResource(scopes);
2810
2786
  if (!resource) {
2811
- logger$6.info(`${msiName$1}: Unavailable. Multiple scopes are not supported.`);
2787
+ logger$7.info(`${msiName$1}: Unavailable. Multiple scopes are not supported.`);
2812
2788
  return false;
2813
2789
  }
2814
2790
  const env = process.env;
2815
2791
  const result = Boolean(env.IDENTITY_ENDPOINT && env.IDENTITY_HEADER && env.IDENTITY_SERVER_THUMBPRINT);
2816
2792
  if (!result) {
2817
- logger$6.info(`${msiName$1}: Unavailable. The environment variables needed are: IDENTITY_ENDPOINT, IDENTITY_HEADER and IDENTITY_SERVER_THUMBPRINT`);
2793
+ logger$7.info(`${msiName$1}: Unavailable. The environment variables needed are: IDENTITY_ENDPOINT, IDENTITY_HEADER and IDENTITY_SERVER_THUMBPRINT`);
2818
2794
  }
2819
2795
  return result;
2820
2796
  },
2821
2797
  async getToken(configuration, getTokenOptions = {}) {
2822
2798
  const { scopes, identityClient, clientId, resourceId } = configuration;
2823
2799
  if (resourceId) {
2824
- logger$6.warning(`${msiName$1}: user defined managed Identity by resource Id is not supported. Argument resourceId might be ignored by the service.`);
2800
+ logger$7.warning(`${msiName$1}: user defined managed Identity by resource Id is not supported. Argument resourceId might be ignored by the service.`);
2825
2801
  }
2826
- logger$6.info([
2802
+ logger$7.info([
2827
2803
  `${msiName$1}:`,
2828
2804
  "Using the endpoint and the secret coming from the environment variables:",
2829
2805
  `IDENTITY_ENDPOINT=${process.env.IDENTITY_ENDPOINT},`,
@@ -2843,7 +2819,7 @@ const fabricMsi = {
2843
2819
 
2844
2820
  // Copyright (c) Microsoft Corporation.
2845
2821
  const msiName = "ManagedIdentityCredential - AppServiceMSI 2019";
2846
- const logger$5 = credentialLogger(msiName);
2822
+ const logger$6 = credentialLogger(msiName);
2847
2823
  /**
2848
2824
  * Formats the expiration date of the received token into the number of milliseconds between that date and midnight, January 1, 1970.
2849
2825
  */
@@ -2893,19 +2869,19 @@ const appServiceMsi2019 = {
2893
2869
  async isAvailable({ scopes }) {
2894
2870
  const resource = mapScopesToResource(scopes);
2895
2871
  if (!resource) {
2896
- logger$5.info(`${msiName}: Unavailable. Multiple scopes are not supported.`);
2872
+ logger$6.info(`${msiName}: Unavailable. Multiple scopes are not supported.`);
2897
2873
  return false;
2898
2874
  }
2899
2875
  const env = process.env;
2900
2876
  const result = Boolean(env.IDENTITY_ENDPOINT && env.IDENTITY_HEADER);
2901
2877
  if (!result) {
2902
- logger$5.info(`${msiName}: Unavailable. The environment variables needed are: IDENTITY_ENDPOINT and IDENTITY_HEADER.`);
2878
+ logger$6.info(`${msiName}: Unavailable. The environment variables needed are: IDENTITY_ENDPOINT and IDENTITY_HEADER.`);
2903
2879
  }
2904
2880
  return result;
2905
2881
  },
2906
2882
  async getToken(configuration, getTokenOptions = {}) {
2907
2883
  const { identityClient, scopes, clientId, resourceId } = configuration;
2908
- logger$5.info(`${msiName}: Using the endpoint and the secret coming form the environment variables: IDENTITY_ENDPOINT=${process.env.IDENTITY_ENDPOINT} and IDENTITY_HEADER=[REDACTED].`);
2884
+ logger$6.info(`${msiName}: Using the endpoint and the secret coming form the environment variables: IDENTITY_ENDPOINT=${process.env.IDENTITY_ENDPOINT} and IDENTITY_HEADER=[REDACTED].`);
2909
2885
  const request = coreRestPipeline.createPipelineRequest(Object.assign(Object.assign({ abortSignal: getTokenOptions.abortSignal }, prepareRequestOptions(scopes, clientId, resourceId)), {
2910
2886
  // Generally, MSI endpoints use the HTTP protocol, without transport layer security (TLS).
2911
2887
  allowInsecureConnection: true }));
@@ -2915,7 +2891,7 @@ const appServiceMsi2019 = {
2915
2891
  };
2916
2892
 
2917
2893
  // Copyright (c) Microsoft Corporation.
2918
- const logger$4 = credentialLogger("ManagedIdentityCredential");
2894
+ const logger$5 = credentialLogger("ManagedIdentityCredential");
2919
2895
  /**
2920
2896
  * Attempts authentication using a managed identity available at the deployment environment.
2921
2897
  * This authentication type works in Azure VMs, App Service instances, Azure Functions applications,
@@ -2930,7 +2906,6 @@ class ManagedIdentityCredential {
2930
2906
  * @hidden
2931
2907
  */
2932
2908
  constructor(clientIdOrOptions, options) {
2933
- var _a, _b;
2934
2909
  this.isEndpointUnavailable = null;
2935
2910
  let _options;
2936
2911
  if (typeof clientIdOrOptions === "string") {
@@ -2938,10 +2913,10 @@ class ManagedIdentityCredential {
2938
2913
  _options = options;
2939
2914
  }
2940
2915
  else {
2941
- this.clientId = (_a = clientIdOrOptions) === null || _a === void 0 ? void 0 : _a.clientId;
2916
+ this.clientId = clientIdOrOptions === null || clientIdOrOptions === void 0 ? void 0 : clientIdOrOptions.clientId;
2942
2917
  _options = clientIdOrOptions;
2943
2918
  }
2944
- this.resourceId = (_b = _options) === null || _b === void 0 ? void 0 : _b.resourceId;
2919
+ this.resourceId = _options === null || _options === void 0 ? void 0 : _options.resourceId;
2945
2920
  // For JavaScript users.
2946
2921
  if (this.clientId && this.resourceId) {
2947
2922
  throw new Error(`${ManagedIdentityCredential.name} - Client Id and Resource Id can't be provided at the same time.`);
@@ -2956,11 +2931,11 @@ class ManagedIdentityCredential {
2956
2931
  return this.cachedMSI;
2957
2932
  }
2958
2933
  const MSIs = [
2934
+ arcMsi,
2959
2935
  fabricMsi,
2960
2936
  appServiceMsi2019,
2961
2937
  appServiceMsi2017,
2962
2938
  cloudShellMsi,
2963
- arcMsi,
2964
2939
  tokenExchangeMsi(),
2965
2940
  imdsMsi,
2966
2941
  ];
@@ -2979,7 +2954,7 @@ class ManagedIdentityCredential {
2979
2954
  throw new CredentialUnavailableError(`${ManagedIdentityCredential.name} - No MSI credential available`);
2980
2955
  }
2981
2956
  async authenticateManagedIdentity(scopes, getTokenOptions) {
2982
- const { span, updatedOptions } = createSpan(`${ManagedIdentityCredential.name}.authenticateManagedIdentity`, getTokenOptions);
2957
+ const { span, updatedOptions } = tracingClient.startSpan(`${ManagedIdentityCredential.name}.authenticateManagedIdentity`, getTokenOptions);
2983
2958
  try {
2984
2959
  // Determining the available MSI, and avoiding checking for other MSIs while the program is running.
2985
2960
  const availableMSI = await this.cachedAvailableMSI(scopes, updatedOptions);
@@ -2992,8 +2967,8 @@ class ManagedIdentityCredential {
2992
2967
  }
2993
2968
  catch (err) {
2994
2969
  span.setStatus({
2995
- code: coreTracing.SpanStatusCode.ERROR,
2996
- message: err.message,
2970
+ status: "error",
2971
+ error: err,
2997
2972
  });
2998
2973
  throw err;
2999
2974
  }
@@ -3012,7 +2987,7 @@ class ManagedIdentityCredential {
3012
2987
  */
3013
2988
  async getToken(scopes, options) {
3014
2989
  let result = null;
3015
- const { span, updatedOptions } = createSpan(`${ManagedIdentityCredential.name}.getToken`, options);
2990
+ const { span, updatedOptions } = tracingClient.startSpan(`${ManagedIdentityCredential.name}.getToken`, options);
3016
2991
  try {
3017
2992
  // isEndpointAvailable can be true, false, or null,
3018
2993
  // If it's null, it means we don't yet know whether
@@ -3027,7 +3002,7 @@ class ManagedIdentityCredential {
3027
3002
  // It also means that the endpoint answered with either 200 or 201 (see the sendTokenRequest method),
3028
3003
  // yet we had no access token. For this reason, we'll throw once with a specific message:
3029
3004
  const error = new CredentialUnavailableError("The managed identity endpoint was reached, yet no tokens were received.");
3030
- logger$4.getToken.info(formatError(scopes, error));
3005
+ logger$5.getToken.info(formatError(scopes, error));
3031
3006
  throw error;
3032
3007
  }
3033
3008
  // Since `authenticateManagedIdentity` didn't throw, and the result was not null,
@@ -3039,10 +3014,10 @@ class ManagedIdentityCredential {
3039
3014
  // We've previously determined that the endpoint was unavailable,
3040
3015
  // either because it was unreachable or permanently unable to authenticate.
3041
3016
  const error = new CredentialUnavailableError("The managed identity endpoint is not currently available");
3042
- logger$4.getToken.info(formatError(scopes, error));
3017
+ logger$5.getToken.info(formatError(scopes, error));
3043
3018
  throw error;
3044
3019
  }
3045
- logger$4.getToken.info(formatSuccess(scopes));
3020
+ logger$5.getToken.info(formatSuccess(scopes));
3046
3021
  return result;
3047
3022
  }
3048
3023
  catch (err) {
@@ -3057,21 +3032,21 @@ class ManagedIdentityCredential {
3057
3032
  // if the status code was 400, it means that the endpoint is working,
3058
3033
  // but no identity is available.
3059
3034
  span.setStatus({
3060
- code: coreTracing.SpanStatusCode.ERROR,
3061
- message: err.message,
3035
+ status: "error",
3036
+ error: err,
3062
3037
  });
3063
3038
  // If either the network is unreachable,
3064
3039
  // we can safely assume the credential is unavailable.
3065
3040
  if (err.code === "ENETUNREACH") {
3066
3041
  const error = new CredentialUnavailableError(`${ManagedIdentityCredential.name}: Unavailable. Network unreachable. Message: ${err.message}`);
3067
- logger$4.getToken.info(formatError(scopes, error));
3042
+ logger$5.getToken.info(formatError(scopes, error));
3068
3043
  throw error;
3069
3044
  }
3070
3045
  // If either the host was unreachable,
3071
3046
  // we can safely assume the credential is unavailable.
3072
3047
  if (err.code === "EHOSTUNREACH") {
3073
3048
  const error = new CredentialUnavailableError(`${ManagedIdentityCredential.name}: Unavailable. No managed identity endpoint found. Message: ${err.message}`);
3074
- logger$4.getToken.info(formatError(scopes, error));
3049
+ logger$5.getToken.info(formatError(scopes, error));
3075
3050
  throw error;
3076
3051
  }
3077
3052
  // If err.statusCode has a value of 400, it comes from sendTokenRequest,
@@ -3108,9 +3083,9 @@ class DefaultManagedIdentityCredential extends ManagedIdentityCredential {
3108
3083
  // Constructor overload with just the other default options
3109
3084
  // Last constructor overload with Union of all options not required since the above two constructor overloads have optional properties
3110
3085
  constructor(options) {
3111
- var _a, _b, _c;
3112
- const managedIdentityClientId = (_b = (_a = options) === null || _a === void 0 ? void 0 : _a.managedIdentityClientId) !== null && _b !== void 0 ? _b : process.env.AZURE_CLIENT_ID;
3113
- const managedResourceId = (_c = options) === null || _c === void 0 ? void 0 : _c.managedIdentityResourceId;
3086
+ var _a;
3087
+ const managedIdentityClientId = (_a = options === null || options === void 0 ? void 0 : options.managedIdentityClientId) !== null && _a !== void 0 ? _a : process.env.AZURE_CLIENT_ID;
3088
+ const managedResourceId = options === null || options === void 0 ? void 0 : options.managedIdentityResourceId;
3114
3089
  // ManagedIdentityCredential throws if both the resourceId and the clientId are provided.
3115
3090
  if (managedResourceId) {
3116
3091
  const managedIdentityResourceIdOptions = Object.assign(Object.assign({}, options), { resourceId: managedResourceId });
@@ -3144,6 +3119,86 @@ class DefaultAzureCredential extends ChainedTokenCredential {
3144
3119
  }
3145
3120
  }
3146
3121
 
3122
+ // Copyright (c) Microsoft Corporation.
3123
+ /**
3124
+ * MSAL client assertion client. Calls to MSAL's confidential application's `acquireTokenByClientCredential` during `doGetToken`.
3125
+ * @internal
3126
+ */
3127
+ class MsalClientAssertion extends MsalNode {
3128
+ constructor(options) {
3129
+ super(options);
3130
+ this.requiresConfidential = true;
3131
+ this.getAssertion = options.getAssertion;
3132
+ }
3133
+ async doGetToken(scopes, options = {}) {
3134
+ try {
3135
+ const assertion = await this.getAssertion();
3136
+ const result = await this.confidentialApp.acquireTokenByClientCredential({
3137
+ scopes,
3138
+ correlationId: options.correlationId,
3139
+ azureRegion: this.azureRegion,
3140
+ authority: options.authority,
3141
+ claims: options.claims,
3142
+ clientAssertion: assertion,
3143
+ });
3144
+ // The Client Credential flow does not return an account,
3145
+ // so each time getToken gets called, we will have to acquire a new token through the service.
3146
+ return this.handleResult(scopes, this.clientId, result || undefined);
3147
+ }
3148
+ catch (err) {
3149
+ let err2 = err;
3150
+ if (err === null || err === undefined) {
3151
+ err2 = new Error(JSON.stringify(err));
3152
+ }
3153
+ else {
3154
+ err2 = coreUtil.isError(err) ? err : new Error(String(err));
3155
+ }
3156
+ throw this.handleError(scopes, err2, options);
3157
+ }
3158
+ }
3159
+ }
3160
+
3161
+ // Copyright (c) Microsoft Corporation.
3162
+ const logger$4 = credentialLogger("ClientAssertionCredential");
3163
+ /**
3164
+ * Authenticates a service principal with a JWT assertion.
3165
+ */
3166
+ class ClientAssertionCredential {
3167
+ /**
3168
+ * Creates an instance of the ClientAssertionCredential with the details
3169
+ * needed to authenticate against Azure Active Directory with a client
3170
+ * assertion provided by the developer through the `getAssertion` function parameter.
3171
+ *
3172
+ * @param tenantId - The Azure Active Directory tenant (directory) ID.
3173
+ * @param clientId - The client (application) ID of an App Registration in the tenant.
3174
+ * @param getAssertion - A function that retrieves the assertion for the credential to use.
3175
+ * @param options - Options for configuring the client which makes the authentication request.
3176
+ */
3177
+ constructor(tenantId, clientId, getAssertion, options = {}) {
3178
+ if (!tenantId || !clientId || !getAssertion) {
3179
+ throw new Error("ClientAssertionCredential: tenantId, clientId, and clientAssertion are required parameters.");
3180
+ }
3181
+ this.tenantId = tenantId;
3182
+ this.clientId = clientId;
3183
+ this.options = options;
3184
+ this.msalFlow = new MsalClientAssertion(Object.assign(Object.assign({}, options), { logger: logger$4, clientId: this.clientId, tenantId: this.tenantId, tokenCredentialOptions: this.options, getAssertion }));
3185
+ }
3186
+ /**
3187
+ * Authenticates with Azure Active Directory and returns an access token if successful.
3188
+ * If authentication fails, a {@link CredentialUnavailableError} will be thrown with the details of the failure.
3189
+ *
3190
+ * @param scopes - The list of scopes for which the token will have access.
3191
+ * @param options - The options used to configure any requests this
3192
+ * TokenCredential implementation might make.
3193
+ */
3194
+ async getToken(scopes, options = {}) {
3195
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3196
+ const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3197
+ return this.msalFlow.getToken(arrayScopes, newOptions);
3198
+ });
3199
+ }
3200
+ }
3201
+
3147
3202
  // Copyright (c) Microsoft Corporation.
3148
3203
  /**
3149
3204
  * A call to open(), but mockable
@@ -3295,7 +3350,8 @@ class MsalOpenBrowser extends MsalNode {
3295
3350
  };
3296
3351
  const response = await this.publicApp.getAuthCodeUrl(authCodeUrlParameters);
3297
3352
  try {
3298
- await interactiveBrowserMockable.open(response, { wait: true });
3353
+ // A new instance on macOS only which allows it to not hang, does not fix the issue on linux
3354
+ await interactiveBrowserMockable.open(response, { wait: true, newInstance: true });
3299
3355
  }
3300
3356
  catch (e) {
3301
3357
  throw new CredentialUnavailableError(`InteractiveBrowserCredential: Could not open a browser window. Error: ${e.message}`);
@@ -3343,7 +3399,7 @@ class InteractiveBrowserCredential {
3343
3399
  * TokenCredential implementation might make.
3344
3400
  */
3345
3401
  async getToken(scopes, options = {}) {
3346
- return trace(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3402
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3347
3403
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3348
3404
  return this.msalFlow.getToken(arrayScopes, Object.assign(Object.assign({}, newOptions), { disableAutomaticAuthentication: this.disableAutomaticAuthentication }));
3349
3405
  });
@@ -3362,7 +3418,7 @@ class InteractiveBrowserCredential {
3362
3418
  * TokenCredential implementation might make.
3363
3419
  */
3364
3420
  async authenticate(scopes, options = {}) {
3365
- return trace(`${this.constructor.name}.authenticate`, options, async (newOptions) => {
3421
+ return tracingClient.withSpan(`${this.constructor.name}.authenticate`, options, async (newOptions) => {
3366
3422
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3367
3423
  await this.msalFlow.getToken(arrayScopes, newOptions);
3368
3424
  return this.msalFlow.getActiveAccount();
@@ -3453,7 +3509,7 @@ class DeviceCodeCredential {
3453
3509
  * TokenCredential implementation might make.
3454
3510
  */
3455
3511
  async getToken(scopes, options = {}) {
3456
- return trace(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3512
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3457
3513
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3458
3514
  return this.msalFlow.getToken(arrayScopes, Object.assign(Object.assign({}, newOptions), { disableAutomaticAuthentication: this.disableAutomaticAuthentication }));
3459
3515
  });
@@ -3469,7 +3525,7 @@ class DeviceCodeCredential {
3469
3525
  * TokenCredential implementation might make.
3470
3526
  */
3471
3527
  async authenticate(scopes, options = {}) {
3472
- return trace(`${this.constructor.name}.authenticate`, options, async (newOptions) => {
3528
+ return tracingClient.withSpan(`${this.constructor.name}.authenticate`, options, async (newOptions) => {
3473
3529
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3474
3530
  await this.msalFlow.getToken(arrayScopes, newOptions);
3475
3531
  return this.msalFlow.getActiveAccount();
@@ -3495,12 +3551,12 @@ class MsalAuthorizationCode extends MsalNode {
3495
3551
  }
3496
3552
  async getAuthCodeUrl(options) {
3497
3553
  await this.init();
3498
- return this.confidentialApp.getAuthCodeUrl(options);
3554
+ return (this.confidentialApp || this.publicApp).getAuthCodeUrl(options);
3499
3555
  }
3500
3556
  async doGetToken(scopes, options) {
3501
3557
  var _a;
3502
3558
  try {
3503
- const result = await ((_a = this.confidentialApp) === null || _a === void 0 ? void 0 : _a.acquireTokenByCode({
3559
+ const result = await ((_a = (this.confidentialApp || this.publicApp)) === null || _a === void 0 ? void 0 : _a.acquireTokenByCode({
3504
3560
  scopes,
3505
3561
  redirectUri: this.redirectUri,
3506
3562
  code: this.authorizationCode,
@@ -3549,7 +3605,8 @@ class AuthorizationCodeCredential {
3549
3605
  options = redirectUriOrOptions;
3550
3606
  }
3551
3607
  this.msalFlow = new MsalAuthorizationCode(Object.assign(Object.assign({}, options), { clientSecret,
3552
- clientId, tokenCredentialOptions: options || {}, logger: logger$1, redirectUri: this.redirectUri, authorizationCode: this.authorizationCode }));
3608
+ clientId,
3609
+ tenantId, tokenCredentialOptions: options || {}, logger: logger$1, redirectUri: this.redirectUri, authorizationCode: this.authorizationCode }));
3553
3610
  }
3554
3611
  /**
3555
3612
  * Authenticates with Azure Active Directory and returns an access token if successful.
@@ -3560,7 +3617,7 @@ class AuthorizationCodeCredential {
3560
3617
  * TokenCredential implementation might make.
3561
3618
  */
3562
3619
  async getToken(scopes, options = {}) {
3563
- return trace(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3620
+ return tracingClient.withSpan(`${this.constructor.name}.getToken`, options, async (newOptions) => {
3564
3621
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3565
3622
  return this.msalFlow.getToken(arrayScopes, Object.assign(Object.assign({}, newOptions), { disableAutomaticAuthentication: this.disableAutomaticAuthentication }));
3566
3623
  });
@@ -3645,7 +3702,7 @@ class OnBehalfOfCredential {
3645
3702
  * @param options - The options used to configure the underlying network requests.
3646
3703
  */
3647
3704
  async getToken(scopes, options = {}) {
3648
- return trace(`${credentialName}.getToken`, options, async (newOptions) => {
3705
+ return tracingClient.withSpan(`${credentialName}.getToken`, options, async (newOptions) => {
3649
3706
  const arrayScopes = Array.isArray(scopes) ? scopes : [scopes];
3650
3707
  return this.msalFlow.getToken(arrayScopes, newOptions);
3651
3708
  });
@@ -3669,6 +3726,7 @@ exports.AuthorizationCodeCredential = AuthorizationCodeCredential;
3669
3726
  exports.AzureCliCredential = AzureCliCredential;
3670
3727
  exports.AzurePowerShellCredential = AzurePowerShellCredential;
3671
3728
  exports.ChainedTokenCredential = ChainedTokenCredential;
3729
+ exports.ClientAssertionCredential = ClientAssertionCredential;
3672
3730
  exports.ClientCertificateCredential = ClientCertificateCredential;
3673
3731
  exports.ClientSecretCredential = ClientSecretCredential;
3674
3732
  exports.CredentialUnavailableError = CredentialUnavailableError;
@@ -3683,7 +3741,7 @@ exports.UsernamePasswordCredential = UsernamePasswordCredential;
3683
3741
  exports.VisualStudioCodeCredential = VisualStudioCodeCredential;
3684
3742
  exports.deserializeAuthenticationRecord = deserializeAuthenticationRecord;
3685
3743
  exports.getDefaultAzureCredential = getDefaultAzureCredential;
3686
- exports.logger = logger$k;
3744
+ exports.logger = logger$l;
3687
3745
  exports.serializeAuthenticationRecord = serializeAuthenticationRecord;
3688
3746
  exports.useIdentityPlugin = useIdentityPlugin;
3689
3747
  //# sourceMappingURL=index.js.map