@azure/msal-common 14.1.0-alpha.0 → 14.2.0-alpha.0

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.
Files changed (151) hide show
  1. package/dist/account/AccountInfo.d.ts +0 -1
  2. package/dist/account/AccountInfo.d.ts.map +1 -1
  3. package/dist/account/AuthToken.mjs +1 -1
  4. package/dist/account/CcsCredential.mjs +1 -1
  5. package/dist/account/ClientInfo.mjs +1 -1
  6. package/dist/authority/Authority.d.ts +28 -13
  7. package/dist/authority/Authority.d.ts.map +1 -1
  8. package/dist/authority/Authority.mjs +130 -75
  9. package/dist/authority/Authority.mjs.map +1 -1
  10. package/dist/authority/AuthorityFactory.d.ts.map +1 -1
  11. package/dist/authority/AuthorityFactory.mjs +3 -3
  12. package/dist/authority/AuthorityMetadata.d.ts +23 -0
  13. package/dist/authority/AuthorityMetadata.d.ts.map +1 -1
  14. package/dist/authority/AuthorityMetadata.mjs +58 -2
  15. package/dist/authority/AuthorityMetadata.mjs.map +1 -1
  16. package/dist/authority/AuthorityOptions.d.ts +6 -0
  17. package/dist/authority/AuthorityOptions.d.ts.map +1 -1
  18. package/dist/authority/AuthorityOptions.mjs +1 -1
  19. package/dist/authority/AuthorityOptions.mjs.map +1 -1
  20. package/dist/authority/AuthorityType.mjs +1 -1
  21. package/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
  22. package/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
  23. package/dist/authority/OpenIdConfigResponse.mjs +1 -1
  24. package/dist/authority/ProtocolMode.mjs +1 -1
  25. package/dist/authority/RegionDiscovery.mjs +1 -1
  26. package/dist/cache/CacheManager.d.ts +42 -8
  27. package/dist/cache/CacheManager.d.ts.map +1 -1
  28. package/dist/cache/CacheManager.mjs +127 -36
  29. package/dist/cache/CacheManager.mjs.map +1 -1
  30. package/dist/cache/entities/AccessTokenEntity.mjs +1 -1
  31. package/dist/cache/entities/AccountEntity.d.ts.map +1 -1
  32. package/dist/cache/entities/AccountEntity.mjs +1 -3
  33. package/dist/cache/entities/AccountEntity.mjs.map +1 -1
  34. package/dist/cache/entities/AppMetadataEntity.mjs +1 -1
  35. package/dist/cache/entities/AuthorityMetadataEntity.mjs +1 -1
  36. package/dist/cache/entities/CacheRecord.mjs +1 -1
  37. package/dist/cache/entities/CredentialEntity.mjs +1 -1
  38. package/dist/cache/entities/IdTokenEntity.mjs +1 -1
  39. package/dist/cache/entities/RefreshTokenEntity.mjs +1 -1
  40. package/dist/cache/entities/ServerTelemetryEntity.mjs +1 -1
  41. package/dist/cache/entities/ThrottlingEntity.mjs +1 -1
  42. package/dist/cache/persistence/TokenCacheContext.mjs +1 -1
  43. package/dist/cache/utils/CacheTypes.d.ts +4 -6
  44. package/dist/cache/utils/CacheTypes.d.ts.map +1 -1
  45. package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
  46. package/dist/client/AuthorizationCodeClient.mjs +4 -3
  47. package/dist/client/AuthorizationCodeClient.mjs.map +1 -1
  48. package/dist/client/BaseClient.d.ts +1 -1
  49. package/dist/client/BaseClient.d.ts.map +1 -1
  50. package/dist/client/BaseClient.mjs +5 -4
  51. package/dist/client/BaseClient.mjs.map +1 -1
  52. package/dist/client/RefreshTokenClient.d.ts.map +1 -1
  53. package/dist/client/RefreshTokenClient.mjs +15 -7
  54. package/dist/client/RefreshTokenClient.mjs.map +1 -1
  55. package/dist/client/SilentFlowClient.d.ts +1 -0
  56. package/dist/client/SilentFlowClient.d.ts.map +1 -1
  57. package/dist/client/SilentFlowClient.mjs +20 -27
  58. package/dist/client/SilentFlowClient.mjs.map +1 -1
  59. package/dist/config/ClientConfiguration.d.ts.map +1 -1
  60. package/dist/config/ClientConfiguration.mjs +2 -4
  61. package/dist/config/ClientConfiguration.mjs.map +1 -1
  62. package/dist/crypto/ICrypto.d.ts +0 -4
  63. package/dist/crypto/ICrypto.d.ts.map +1 -1
  64. package/dist/crypto/ICrypto.mjs +1 -4
  65. package/dist/crypto/ICrypto.mjs.map +1 -1
  66. package/dist/crypto/JoseHeader.mjs +1 -1
  67. package/dist/crypto/PopTokenGenerator.mjs +1 -1
  68. package/dist/error/AuthError.mjs +1 -1
  69. package/dist/error/AuthErrorCodes.mjs +1 -1
  70. package/dist/error/ClientAuthError.d.ts +5 -0
  71. package/dist/error/ClientAuthError.d.ts.map +1 -1
  72. package/dist/error/ClientAuthError.mjs +7 -2
  73. package/dist/error/ClientAuthError.mjs.map +1 -1
  74. package/dist/error/ClientAuthErrorCodes.d.ts +1 -0
  75. package/dist/error/ClientAuthErrorCodes.d.ts.map +1 -1
  76. package/dist/error/ClientAuthErrorCodes.mjs +4 -3
  77. package/dist/error/ClientAuthErrorCodes.mjs.map +1 -1
  78. package/dist/error/ClientConfigurationError.mjs +1 -1
  79. package/dist/error/ClientConfigurationErrorCodes.mjs +1 -1
  80. package/dist/error/InteractionRequiredAuthError.mjs +1 -1
  81. package/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
  82. package/dist/error/JoseHeaderError.mjs +1 -1
  83. package/dist/error/JoseHeaderErrorCodes.mjs +1 -1
  84. package/dist/error/ServerError.mjs +1 -1
  85. package/dist/index.cjs +4469 -4242
  86. package/dist/index.cjs.map +1 -1
  87. package/dist/index.d.ts +4 -4
  88. package/dist/index.d.ts.map +1 -1
  89. package/dist/index.mjs +3 -3
  90. package/dist/logger/Logger.mjs +1 -1
  91. package/dist/network/INetworkModule.mjs +1 -1
  92. package/dist/network/NetworkManager.mjs +1 -1
  93. package/dist/network/ThrottlingUtils.mjs +1 -1
  94. package/dist/packageMetadata.d.ts +1 -1
  95. package/dist/packageMetadata.d.ts.map +1 -1
  96. package/dist/packageMetadata.mjs +2 -2
  97. package/dist/packageMetadata.mjs.map +1 -1
  98. package/dist/request/AuthenticationHeaderParser.mjs +1 -1
  99. package/dist/request/CommonRefreshTokenRequest.d.ts +3 -0
  100. package/dist/request/CommonRefreshTokenRequest.d.ts.map +1 -1
  101. package/dist/request/CommonSilentFlowRequest.d.ts +2 -0
  102. package/dist/request/CommonSilentFlowRequest.d.ts.map +1 -1
  103. package/dist/request/RequestParameterBuilder.mjs +1 -1
  104. package/dist/request/RequestValidator.mjs +1 -1
  105. package/dist/request/ScopeSet.mjs +1 -1
  106. package/dist/response/ResponseHandler.d.ts.map +1 -1
  107. package/dist/response/ResponseHandler.mjs +8 -4
  108. package/dist/response/ResponseHandler.mjs.map +1 -1
  109. package/dist/telemetry/performance/PerformanceClient.mjs +1 -1
  110. package/dist/telemetry/performance/PerformanceEvent.d.ts +25 -1
  111. package/dist/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
  112. package/dist/telemetry/performance/PerformanceEvent.mjs +17 -2
  113. package/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
  114. package/dist/telemetry/performance/StubPerformanceClient.mjs +1 -1
  115. package/dist/telemetry/server/ServerTelemetryManager.mjs +1 -1
  116. package/dist/url/UrlString.mjs +1 -1
  117. package/dist/utils/Constants.d.ts +2 -0
  118. package/dist/utils/Constants.d.ts.map +1 -1
  119. package/dist/utils/Constants.mjs +6 -3
  120. package/dist/utils/Constants.mjs.map +1 -1
  121. package/dist/utils/FunctionWrappers.d.ts.map +1 -1
  122. package/dist/utils/FunctionWrappers.mjs +1 -2
  123. package/dist/utils/FunctionWrappers.mjs.map +1 -1
  124. package/dist/utils/ProtocolUtils.mjs +1 -1
  125. package/dist/utils/StringUtils.mjs +1 -1
  126. package/dist/utils/TimeUtils.mjs +1 -1
  127. package/package.json +1 -1
  128. package/src/account/AccountInfo.ts +0 -1
  129. package/src/authority/Authority.ts +216 -130
  130. package/src/authority/AuthorityFactory.ts +4 -4
  131. package/src/authority/AuthorityMetadata.ts +87 -0
  132. package/src/authority/AuthorityOptions.ts +9 -0
  133. package/src/cache/CacheManager.ts +192 -46
  134. package/src/cache/entities/AccountEntity.ts +0 -3
  135. package/src/cache/utils/CacheTypes.ts +7 -6
  136. package/src/client/AuthorizationCodeClient.ts +12 -3
  137. package/src/client/BaseClient.ts +9 -6
  138. package/src/client/RefreshTokenClient.ts +36 -9
  139. package/src/client/SilentFlowClient.ts +49 -49
  140. package/src/config/ClientConfiguration.ts +4 -4
  141. package/src/crypto/ICrypto.ts +0 -7
  142. package/src/error/ClientAuthError.ts +8 -0
  143. package/src/error/ClientAuthErrorCodes.ts +1 -0
  144. package/src/index.ts +8 -1
  145. package/src/packageMetadata.ts +1 -1
  146. package/src/request/CommonRefreshTokenRequest.ts +3 -0
  147. package/src/request/CommonSilentFlowRequest.ts +2 -0
  148. package/src/response/ResponseHandler.ts +9 -3
  149. package/src/telemetry/performance/PerformanceEvent.ts +33 -2
  150. package/src/utils/Constants.ts +4 -0
  151. package/src/utils/FunctionWrappers.ts +0 -1
@@ -48,6 +48,7 @@ export declare const ClientAuthErrorMessages: {
48
48
  user_canceled: string;
49
49
  missing_tenant_id_error: string;
50
50
  method_not_implemented: string;
51
+ nested_app_auth_bridge_disabled: string;
51
52
  };
52
53
  /**
53
54
  * String constants used by error codes and messages.
@@ -222,6 +223,10 @@ export declare const ClientAuthErrorMessage: {
222
223
  code: string;
223
224
  desc: string;
224
225
  };
226
+ nestedAppAuthBridgeDisabled: {
227
+ code: string;
228
+ desc: string;
229
+ };
225
230
  };
226
231
  /**
227
232
  * Error thrown when there is an error in the client code running on the browser.
@@ -1 +1 @@
1
- {"version":3,"file":"ClientAuthError.d.ts","sourceRoot":"","sources":["../../src/error/ClientAuthError.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,KAAK,oBAAoB,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,CAAC;AAEhC;;GAEG;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmNlC,CAAC;AAEF;;GAEG;AACH,qBAAa,eAAgB,SAAQ,SAAS;gBAC9B,SAAS,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,MAAM;CAW5D;AAED,wBAAgB,qBAAqB,CACjC,SAAS,EAAE,MAAM,EACjB,iBAAiB,CAAC,EAAE,MAAM,GAC3B,eAAe,CAEjB"}
1
+ {"version":3,"file":"ClientAuthError.d.ts","sourceRoot":"","sources":["../../src/error/ClientAuthError.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,KAAK,oBAAoB,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,CAAC;AAEhC;;GAEG;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgFnC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyNlC,CAAC;AAEF;;GAEG;AACH,qBAAa,eAAgB,SAAQ,SAAS;gBAC9B,SAAS,EAAE,MAAM,EAAE,iBAAiB,CAAC,EAAE,MAAM;CAW5D;AAED,wBAAgB,qBAAqB,CACjC,SAAS,EAAE,MAAM,EACjB,iBAAiB,CAAC,EAAE,MAAM,GAC3B,eAAe,CAEjB"}
@@ -1,7 +1,7 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  import { AuthError } from './AuthError.mjs';
4
- import { clientInfoDecodingError, clientInfoEmptyError, tokenParsingError, nullOrEmptyToken, endpointResolutionError, networkError, openIdConfigError, hashNotDeserialized, invalidState, stateMismatch, stateNotFound, nonceMismatch, authTimeNotFound, maxAgeTranspired, multipleMatchingTokens, multipleMatchingAccounts, multipleMatchingAppMetadata, requestCannotBeMade, cannotRemoveEmptyScope, cannotAppendScopeSet, emptyInputScopeSet, deviceCodePollingCancelled, deviceCodeExpired, deviceCodeUnknownError, noAccountInSilentRequest, invalidCacheRecord, invalidCacheEnvironment, noAccountFound, noCryptoObject, unexpectedCredentialType, invalidAssertion, invalidClientCredential, tokenRefreshRequired, userTimeoutReached, tokenClaimsCnfRequiredForSignedJwt, authorizationCodeMissingFromServerResponse, bindingKeyNotRemoved, endSessionEndpointNotSupported, keyIdMissing, noNetworkConnectivity, userCanceled, missingTenantIdError, methodNotImplemented } from './ClientAuthErrorCodes.mjs';
4
+ import { clientInfoDecodingError, clientInfoEmptyError, tokenParsingError, nullOrEmptyToken, endpointResolutionError, networkError, openIdConfigError, hashNotDeserialized, invalidState, stateMismatch, stateNotFound, nonceMismatch, authTimeNotFound, maxAgeTranspired, multipleMatchingTokens, multipleMatchingAccounts, multipleMatchingAppMetadata, requestCannotBeMade, cannotRemoveEmptyScope, cannotAppendScopeSet, emptyInputScopeSet, deviceCodePollingCancelled, deviceCodeExpired, deviceCodeUnknownError, noAccountInSilentRequest, invalidCacheRecord, invalidCacheEnvironment, noAccountFound, noCryptoObject, unexpectedCredentialType, invalidAssertion, invalidClientCredential, tokenRefreshRequired, userTimeoutReached, tokenClaimsCnfRequiredForSignedJwt, authorizationCodeMissingFromServerResponse, bindingKeyNotRemoved, endSessionEndpointNotSupported, keyIdMissing, noNetworkConnectivity, userCanceled, missingTenantIdError, nestedAppAuthBridgeDisabled, methodNotImplemented } from './ClientAuthErrorCodes.mjs';
5
5
  import * as ClientAuthErrorCodes from './ClientAuthErrorCodes.mjs';
6
6
  export { ClientAuthErrorCodes };
7
7
 
@@ -59,6 +59,7 @@ const ClientAuthErrorMessages = {
59
59
  [userCanceled]: "User cancelled the flow.",
60
60
  [missingTenantIdError]: "A tenant id - not common, organizations, or consumers - must be specified when using the client_credentials flow.",
61
61
  [methodNotImplemented]: "This method has not been implemented",
62
+ [nestedAppAuthBridgeDisabled]: "The nested app auth bridge is disabled",
62
63
  };
63
64
  /**
64
65
  * String constants used by error codes and messages.
@@ -233,6 +234,10 @@ const ClientAuthErrorMessage = {
233
234
  code: missingTenantIdError,
234
235
  desc: ClientAuthErrorMessages[missingTenantIdError],
235
236
  },
237
+ nestedAppAuthBridgeDisabled: {
238
+ code: nestedAppAuthBridgeDisabled,
239
+ desc: ClientAuthErrorMessages[nestedAppAuthBridgeDisabled],
240
+ },
236
241
  };
237
242
  /**
238
243
  * Error thrown when there is an error in the client code running on the browser.
@@ -1 +1 @@
1
- {"version":3,"file":"ClientAuthError.mjs","sources":["../../src/error/ClientAuthError.ts"],"sourcesContent":[null],"names":["ClientAuthErrorCodes.bindingKeyNotRemoved","ClientAuthErrorCodes.endSessionEndpointNotSupported","ClientAuthErrorCodes.userCanceled","ClientAuthErrorCodes.missingTenantIdError"],"mappings":";;;;;;;AAKA;AACA;AACA;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkFE,CAAAA,oBAAA,GAAA,6DAAA;AAEF,IAAA,CAAAC,8BAAA,GAAA,gDAAA;;;AAGG,IAAA,CAAAC,YAAA,GAAA,0BAAA;AACH,IAAA,CAAAC,oBAAmC,GAAA,mHAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAmNjC,IAAA,EAAAD,YAAA;AAEF,QAAA,IAAA,EAAA,uBAAA,CAAAA,YAAA,CAAA;;AAEG,IAAA,oBAAA,EAAA;AACH,QAAa,IAAA,EAAAC,oBAAiC;AAC9B,QAAA,IAAA,EAAA,uBAAoC,CAAAA,oBAAS,CAAA;AAW5D,KAAA;AAED,EAAA;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"ClientAuthError.mjs","sources":["../../src/error/ClientAuthError.ts"],"sourcesContent":[null],"names":["ClientAuthErrorCodes.endSessionEndpointNotSupported","ClientAuthErrorCodes.keyIdMissing","ClientAuthErrorCodes.missingTenantIdError","ClientAuthErrorCodes.methodNotImplemented","ClientAuthErrorCodes.nestedAppAuthBridgeDisabled"],"mappings":";;;;;;;AAKA;AACA;AACA;AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoFE,CAAAA,8BAAA,GAAA,gDAAA;AAEF,IAAA,CAAAC,YAAA,GAAA,uIAAA;;;AAGG,IAAA,CAAAC,oBAAA,GAAA,mHAAA;AACH,IAAA,CAAAC,oBAAmC,GAAA,sCAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAyNjC,IAAA,EAAAD,oBAAA;AAEF,QAAA,IAAA,EAAA,uBAAA,CAAAA,oBAAA,CAAA;;AAEG,IAAA,2BAAA,EAAA;AACH,QAAa,IAAA,EAAAE,2BAAiC;AAC9B,QAAA,IAAA,EAAA,uBAAoC,CAAAA,2BAAS,CAAA;AAW5D,KAAA;AAED,EAAA;;;;;;;;;;;;;;;;;;;"}
@@ -41,4 +41,5 @@ export declare const noNetworkConnectivity = "no_network_connectivity";
41
41
  export declare const userCanceled = "user_canceled";
42
42
  export declare const missingTenantIdError = "missing_tenant_id_error";
43
43
  export declare const methodNotImplemented = "method_not_implemented";
44
+ export declare const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
44
45
  //# sourceMappingURL=ClientAuthErrorCodes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientAuthErrorCodes.d.ts","sourceRoot":"","sources":["../../src/error/ClientAuthErrorCodes.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uBAAuB,+BAA+B,CAAC;AACpE,eAAO,MAAM,oBAAoB,4BAA4B,CAAC;AAC9D,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AACvD,eAAO,MAAM,gBAAgB,wBAAwB,CAAC;AACtD,eAAO,MAAM,uBAAuB,+BAA+B,CAAC;AACpE,eAAO,MAAM,YAAY,kBAAkB,CAAC;AAC5C,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AACvD,eAAO,MAAM,mBAAmB,0BAA0B,CAAC;AAC3D,eAAO,MAAM,YAAY,kBAAkB,CAAC;AAC5C,eAAO,MAAM,aAAa,mBAAmB,CAAC;AAC9C,eAAO,MAAM,aAAa,oBAAoB,CAAC;AAC/C,eAAO,MAAM,aAAa,mBAAmB,CAAC;AAC9C,eAAO,MAAM,gBAAgB,wBAAwB,CAAC;AACtD,eAAO,MAAM,gBAAgB,uBAAuB,CAAC;AACrD,eAAO,MAAM,sBAAsB,6BAA6B,CAAC;AACjE,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,2BAA2B,kCAAkC,CAAC;AAC3E,eAAO,MAAM,mBAAmB,2BAA2B,CAAC;AAC5D,eAAO,MAAM,sBAAsB,8BAA8B,CAAC;AAClE,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,0BAA0B,kCAAkC,CAAC;AAC1E,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AACvD,eAAO,MAAM,sBAAsB,8BAA8B,CAAC;AAClE,eAAO,MAAM,wBAAwB,iCAAiC,CAAC;AACvE,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,uBAAuB,8BAA8B,CAAC;AACnE,eAAO,MAAM,cAAc,qBAAqB,CAAC;AACjD,eAAO,MAAM,cAAc,qBAAqB,CAAC;AACjD,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,gBAAgB,sBAAsB,CAAC;AACpD,eAAO,MAAM,uBAAuB,8BAA8B,CAAC;AACnE,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,kCAAkC,4CACF,CAAC;AAC9C,eAAO,MAAM,0CAA0C,oDACF,CAAC;AACtD,eAAO,MAAM,oBAAoB,4BAA4B,CAAC;AAC9D,eAAO,MAAM,8BAA8B,uCACH,CAAC;AACzC,eAAO,MAAM,YAAY,mBAAmB,CAAC;AAC7C,eAAO,MAAM,qBAAqB,4BAA4B,CAAC;AAC/D,eAAO,MAAM,YAAY,kBAAkB,CAAC;AAC5C,eAAO,MAAM,oBAAoB,4BAA4B,CAAC;AAC9D,eAAO,MAAM,oBAAoB,2BAA2B,CAAC"}
1
+ {"version":3,"file":"ClientAuthErrorCodes.d.ts","sourceRoot":"","sources":["../../src/error/ClientAuthErrorCodes.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,uBAAuB,+BAA+B,CAAC;AACpE,eAAO,MAAM,oBAAoB,4BAA4B,CAAC;AAC9D,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AACvD,eAAO,MAAM,gBAAgB,wBAAwB,CAAC;AACtD,eAAO,MAAM,uBAAuB,+BAA+B,CAAC;AACpE,eAAO,MAAM,YAAY,kBAAkB,CAAC;AAC5C,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AACvD,eAAO,MAAM,mBAAmB,0BAA0B,CAAC;AAC3D,eAAO,MAAM,YAAY,kBAAkB,CAAC;AAC5C,eAAO,MAAM,aAAa,mBAAmB,CAAC;AAC9C,eAAO,MAAM,aAAa,oBAAoB,CAAC;AAC/C,eAAO,MAAM,aAAa,mBAAmB,CAAC;AAC9C,eAAO,MAAM,gBAAgB,wBAAwB,CAAC;AACtD,eAAO,MAAM,gBAAgB,uBAAuB,CAAC;AACrD,eAAO,MAAM,sBAAsB,6BAA6B,CAAC;AACjE,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,2BAA2B,kCAAkC,CAAC;AAC3E,eAAO,MAAM,mBAAmB,2BAA2B,CAAC;AAC5D,eAAO,MAAM,sBAAsB,8BAA8B,CAAC;AAClE,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,0BAA0B,kCAAkC,CAAC;AAC1E,eAAO,MAAM,iBAAiB,wBAAwB,CAAC;AACvD,eAAO,MAAM,sBAAsB,8BAA8B,CAAC;AAClE,eAAO,MAAM,wBAAwB,iCAAiC,CAAC;AACvE,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,uBAAuB,8BAA8B,CAAC;AACnE,eAAO,MAAM,cAAc,qBAAqB,CAAC;AACjD,eAAO,MAAM,cAAc,qBAAqB,CAAC;AACjD,eAAO,MAAM,wBAAwB,+BAA+B,CAAC;AACrE,eAAO,MAAM,gBAAgB,sBAAsB,CAAC;AACpD,eAAO,MAAM,uBAAuB,8BAA8B,CAAC;AACnE,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AACzD,eAAO,MAAM,kCAAkC,4CACF,CAAC;AAC9C,eAAO,MAAM,0CAA0C,oDACF,CAAC;AACtD,eAAO,MAAM,oBAAoB,4BAA4B,CAAC;AAC9D,eAAO,MAAM,8BAA8B,uCACH,CAAC;AACzC,eAAO,MAAM,YAAY,mBAAmB,CAAC;AAC7C,eAAO,MAAM,qBAAqB,4BAA4B,CAAC;AAC/D,eAAO,MAAM,YAAY,kBAAkB,CAAC;AAC5C,eAAO,MAAM,oBAAoB,4BAA4B,CAAC;AAC9D,eAAO,MAAM,oBAAoB,2BAA2B,CAAC;AAC7D,eAAO,MAAM,2BAA2B,oCAAoC,CAAC"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -46,7 +46,8 @@ const keyIdMissing = "key_id_missing";
46
46
  const noNetworkConnectivity = "no_network_connectivity";
47
47
  const userCanceled = "user_canceled";
48
48
  const missingTenantIdError = "missing_tenant_id_error";
49
- const methodNotImplemented = "method_not_implemented";
49
+ const methodNotImplemented = "method_not_implemented";
50
+ const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
50
51
 
51
- export { authTimeNotFound, authorizationCodeMissingFromServerResponse, bindingKeyNotRemoved, cannotAppendScopeSet, cannotRemoveEmptyScope, clientInfoDecodingError, clientInfoEmptyError, deviceCodeExpired, deviceCodePollingCancelled, deviceCodeUnknownError, emptyInputScopeSet, endSessionEndpointNotSupported, endpointResolutionError, hashNotDeserialized, invalidAssertion, invalidCacheEnvironment, invalidCacheRecord, invalidClientCredential, invalidState, keyIdMissing, maxAgeTranspired, methodNotImplemented, missingTenantIdError, multipleMatchingAccounts, multipleMatchingAppMetadata, multipleMatchingTokens, networkError, noAccountFound, noAccountInSilentRequest, noCryptoObject, noNetworkConnectivity, nonceMismatch, nullOrEmptyToken, openIdConfigError, requestCannotBeMade, stateMismatch, stateNotFound, tokenClaimsCnfRequiredForSignedJwt, tokenParsingError, tokenRefreshRequired, unexpectedCredentialType, userCanceled, userTimeoutReached };
52
+ export { authTimeNotFound, authorizationCodeMissingFromServerResponse, bindingKeyNotRemoved, cannotAppendScopeSet, cannotRemoveEmptyScope, clientInfoDecodingError, clientInfoEmptyError, deviceCodeExpired, deviceCodePollingCancelled, deviceCodeUnknownError, emptyInputScopeSet, endSessionEndpointNotSupported, endpointResolutionError, hashNotDeserialized, invalidAssertion, invalidCacheEnvironment, invalidCacheRecord, invalidClientCredential, invalidState, keyIdMissing, maxAgeTranspired, methodNotImplemented, missingTenantIdError, multipleMatchingAccounts, multipleMatchingAppMetadata, multipleMatchingTokens, nestedAppAuthBridgeDisabled, networkError, noAccountFound, noAccountInSilentRequest, noCryptoObject, noNetworkConnectivity, nonceMismatch, nullOrEmptyToken, openIdConfigError, requestCannotBeMade, stateMismatch, stateNotFound, tokenClaimsCnfRequiredForSignedJwt, tokenParsingError, tokenRefreshRequired, unexpectedCredentialType, userCanceled, userTimeoutReached };
52
53
  //# sourceMappingURL=ClientAuthErrorCodes.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientAuthErrorCodes.mjs","sources":["../../src/error/ClientAuthErrorCodes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAKA;AACA;AACA;AACA;AACO,MAAA,uBAA6B,GAAA,6BAAA;AAC7B,MAAA,oBAAkB,GAAA,0BAAmB;AACrC,MAAA,iBAAuB,GAAA,sBAAA;AACvB,MAAA,gBAAyB,GAAA,sBAAA;AACzB,MAAA,uBAAkB,GAAA,6BAAmB;AACrC,MAAA,YAAmB,GAAA,gBAAA;AACnB,MAAA,iBAAmB,GAAA,sBAAqB;AACxC,MAAA,mBAAmB,GAAA,wBAAoB;AACvC,MAAA,YAAsB,GAAA,gBAAA;AACtB,MAAA,aAAsB,GAAA,iBAAA;AACtB,MAAA,aAA4B,GAAA,kBAAA;AAC5B,MAAA,aAA8B,GAAA,iBAAA;AAC9B,MAAA,gBAAiC,GAAA,sBAAA;AACjC,MAAA,gBAAyB,GAAA,qBAAA;AACzB,MAAA,sBAA4B,GAAA,2BAAA;AAC5B,MAAA,wBAA0B,GAAA,6BAA4B;AACtD,MAAA,2BAAwB,GAAA,gCAA0B;AAClD,MAAA,mBAAgC,GAAA,yBAAA;AAChC,MAAA,sBAAuB,GAAA,4BAAyB;AAChD,MAAA,oBAA4B,GAAA,yBAAA;AAC5B,MAAA,kBAA8B,GAAA,uBAAA;AAC9B,MAAA,0BAAwB,GAAA,gCAA0B;AAClD,MAAA,iBAA6B,GAAA,sBAAA;AAC7B,MAAA,sBAAoB,GAAA,4BAAsB;AAC1C,MAAA,wBAAoB,GAAA,+BAAsB;AAC1C,MAAA,kBAA8B,GAAA,uBAAA;AAC9B,MAAA,uBAAsB,GAAA,4BAAuB;AAC7C,MAAA,cAA6B,GAAA,mBAAA;AAC7B,MAAA,cAA0B,GAAA,mBAAA;AAC1B,MAAA,wBAAwB,GAAA,6BAA0B;AAClD,MAAA,gBAAwC,GAAA,oBAAA;AAExC,MAAA,uBAAgD,GAAA,4BAAA;AAEhD,MAAA,oBAA0B,GAAA,yBAAA;AAC1B,MAAA,kBAAoC,GAAA,uBAAA;AAEpC,MAAA,kCAAkB,GAAA,0CAAoB;AACtC,MAAA,0CAA2B,GAAA,kDAA6B;AACxD,MAAA,oBAAkB,GAAA,0BAAmB;AACrC,MAAA,8BAA0B,GAAA,qCAA6B;AACvD,MAAA,YAA0B,GAAA,iBAAA;;;;;;;;"}
1
+ {"version":3,"file":"ClientAuthErrorCodes.mjs","sources":["../../src/error/ClientAuthErrorCodes.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAKA;AACA;AACA;AACA;AACO,MAAA,uBAA6B,GAAA,6BAAA;AAC7B,MAAA,oBAAkB,GAAA,0BAAmB;AACrC,MAAA,iBAAuB,GAAA,sBAAA;AACvB,MAAA,gBAAyB,GAAA,sBAAA;AACzB,MAAA,uBAAkB,GAAA,6BAAmB;AACrC,MAAA,YAAmB,GAAA,gBAAA;AACnB,MAAA,iBAAmB,GAAA,sBAAqB;AACxC,MAAA,mBAAmB,GAAA,wBAAoB;AACvC,MAAA,YAAsB,GAAA,gBAAA;AACtB,MAAA,aAAsB,GAAA,iBAAA;AACtB,MAAA,aAA4B,GAAA,kBAAA;AAC5B,MAAA,aAA8B,GAAA,iBAAA;AAC9B,MAAA,gBAAiC,GAAA,sBAAA;AACjC,MAAA,gBAAyB,GAAA,qBAAA;AACzB,MAAA,sBAA4B,GAAA,2BAAA;AAC5B,MAAA,wBAA0B,GAAA,6BAA4B;AACtD,MAAA,2BAAwB,GAAA,gCAA0B;AAClD,MAAA,mBAAgC,GAAA,yBAAA;AAChC,MAAA,sBAAuB,GAAA,4BAAyB;AAChD,MAAA,oBAA4B,GAAA,yBAAA;AAC5B,MAAA,kBAA8B,GAAA,uBAAA;AAC9B,MAAA,0BAAwB,GAAA,gCAA0B;AAClD,MAAA,iBAA6B,GAAA,sBAAA;AAC7B,MAAA,sBAAoB,GAAA,4BAAsB;AAC1C,MAAA,wBAAoB,GAAA,+BAAsB;AAC1C,MAAA,kBAA8B,GAAA,uBAAA;AAC9B,MAAA,uBAAsB,GAAA,4BAAuB;AAC7C,MAAA,cAA6B,GAAA,mBAAA;AAC7B,MAAA,cAA0B,GAAA,mBAAA;AAC1B,MAAA,wBAAwB,GAAA,6BAA0B;AAClD,MAAA,gBAAwC,GAAA,oBAAA;AAExC,MAAA,uBAAgD,GAAA,4BAAA;AAEhD,MAAA,oBAA0B,GAAA,yBAAA;AAC1B,MAAA,kBAAoC,GAAA,uBAAA;AAEpC,MAAA,kCAAkB,GAAA,0CAAoB;AACtC,MAAA,0CAA2B,GAAA,kDAA6B;AACxD,MAAA,oBAAkB,GAAA,0BAAmB;AACrC,MAAA,8BAA0B,GAAA,qCAA6B;AACvD,MAAA,YAA0B,GAAA,iBAAA;AAC1B,MAAA,qBAAiC,GAAA,0BAAA;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  import { AuthError } from './AuthError.mjs';
4
4
  import { redirectUriEmpty, claimsRequestParsingError, authorityUriInsecure, urlParseError, urlEmptyError, emptyInputScopesError, invalidPromptValue, invalidClaims, tokenRequestEmpty, logoutRequestEmpty, invalidCodeChallengeMethod, pkceParamsMissing, invalidCloudDiscoveryMetadata, invalidAuthorityMetadata, untrustedAuthority, missingSshJwk, missingSshKid, missingNonceAuthenticationHeader, invalidAuthenticationHeader, cannotSetOIDCOptions, cannotAllowNativeBroker, authorityMismatch } from './ClientConfigurationErrorCodes.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  import { Constants } from '../utils/Constants.mjs';
4
4
  import { AuthError } from './AuthError.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  import { AuthError } from './AuthError.mjs';
4
4
  import { missingKidError, missingAlgError } from './JoseHeaderErrorCodes.mjs';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v14.1.0-alpha.0 2023-09-20 */
1
+ /*! @azure/msal-common v14.2.0-alpha.0 2023-12-07 */
2
2
  'use strict';
3
3
  import { AuthError } from './AuthError.mjs';
4
4