@azure/msal-browser 2.32.2 → 2.32.3
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.
- package/LICENSE +21 -21
- package/README.md +213 -213
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/app/ClientApplication.js +1 -1
- package/dist/app/ClientApplication.js.map +1 -1
- package/dist/app/IPublicClientApplication.js +1 -1
- package/dist/app/IPublicClientApplication.js.map +1 -1
- package/dist/app/PublicClientApplication.js +1 -1
- package/dist/app/PublicClientApplication.js.map +1 -1
- package/dist/broker/nativeBroker/NativeMessageHandler.js +1 -1
- package/dist/broker/nativeBroker/NativeMessageHandler.js.map +1 -1
- package/dist/cache/AsyncMemoryStorage.js +1 -1
- package/dist/cache/AsyncMemoryStorage.js.map +1 -1
- package/dist/cache/BrowserCacheManager.js +1 -1
- package/dist/cache/BrowserCacheManager.js.map +1 -1
- package/dist/cache/BrowserStorage.js +1 -1
- package/dist/cache/BrowserStorage.js.map +1 -1
- package/dist/cache/CryptoKeyStore.js +1 -1
- package/dist/cache/CryptoKeyStore.js.map +1 -1
- package/dist/cache/DatabaseStorage.js +1 -1
- package/dist/cache/DatabaseStorage.js.map +1 -1
- package/dist/cache/MemoryStorage.js +1 -1
- package/dist/cache/MemoryStorage.js.map +1 -1
- package/dist/cache/TokenCache.js +1 -1
- package/dist/cache/TokenCache.js.map +1 -1
- package/dist/config/Configuration.js +1 -1
- package/dist/config/Configuration.js.map +1 -1
- package/dist/crypto/BrowserCrypto.js +1 -1
- package/dist/crypto/BrowserCrypto.js.map +1 -1
- package/dist/crypto/CryptoOps.js +1 -1
- package/dist/crypto/CryptoOps.js.map +1 -1
- package/dist/crypto/GuidGenerator.js +1 -1
- package/dist/crypto/GuidGenerator.js.map +1 -1
- package/dist/crypto/ModernBrowserCrypto.js +1 -1
- package/dist/crypto/ModernBrowserCrypto.js.map +1 -1
- package/dist/crypto/MsBrowserCrypto.js +1 -1
- package/dist/crypto/MsBrowserCrypto.js.map +1 -1
- package/dist/crypto/MsrBrowserCrypto.js +1 -1
- package/dist/crypto/MsrBrowserCrypto.js.map +1 -1
- package/dist/crypto/PkceGenerator.js +1 -1
- package/dist/crypto/PkceGenerator.js.map +1 -1
- package/dist/crypto/SignedHttpRequest.js +1 -1
- package/dist/crypto/SignedHttpRequest.js.map +1 -1
- package/dist/encode/Base64Decode.js +1 -1
- package/dist/encode/Base64Decode.js.map +1 -1
- package/dist/encode/Base64Encode.js +1 -1
- package/dist/encode/Base64Encode.js.map +1 -1
- package/dist/error/BrowserAuthError.js +1 -1
- package/dist/error/BrowserAuthError.js.map +1 -1
- package/dist/error/BrowserConfigurationAuthError.js +1 -1
- package/dist/error/BrowserConfigurationAuthError.js.map +1 -1
- package/dist/error/NativeAuthError.js +1 -1
- package/dist/error/NativeAuthError.js.map +1 -1
- package/dist/event/EventHandler.js +1 -1
- package/dist/event/EventHandler.js.map +1 -1
- package/dist/event/EventMessage.js +1 -1
- package/dist/event/EventMessage.js.map +1 -1
- package/dist/event/EventType.js +1 -1
- package/dist/event/EventType.js.map +1 -1
- package/dist/index.cjs.js +65 -64
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/interaction_client/BaseInteractionClient.js +1 -1
- package/dist/interaction_client/BaseInteractionClient.js.map +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.js +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.js.map +1 -1
- package/dist/interaction_client/NativeInteractionClient.js +1 -1
- package/dist/interaction_client/NativeInteractionClient.js.map +1 -1
- package/dist/interaction_client/PopupClient.js +1 -1
- package/dist/interaction_client/PopupClient.js.map +1 -1
- package/dist/interaction_client/RedirectClient.js +1 -1
- package/dist/interaction_client/RedirectClient.js.map +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.js +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.js.map +1 -1
- package/dist/interaction_client/SilentCacheClient.js +1 -1
- package/dist/interaction_client/SilentCacheClient.js.map +1 -1
- package/dist/interaction_client/SilentIframeClient.js +1 -1
- package/dist/interaction_client/SilentIframeClient.js.map +1 -1
- package/dist/interaction_client/SilentRefreshClient.js +1 -1
- package/dist/interaction_client/SilentRefreshClient.js.map +1 -1
- package/dist/interaction_client/StandardInteractionClient.js +1 -1
- package/dist/interaction_client/StandardInteractionClient.js.map +1 -1
- package/dist/interaction_handler/InteractionHandler.js +1 -1
- package/dist/interaction_handler/InteractionHandler.js.map +1 -1
- package/dist/interaction_handler/RedirectHandler.js +1 -1
- package/dist/interaction_handler/RedirectHandler.js.map +1 -1
- package/dist/interaction_handler/SilentHandler.js +1 -1
- package/dist/interaction_handler/SilentHandler.js.map +1 -1
- package/dist/internals.js +1 -1
- package/dist/internals.js.map +1 -1
- package/dist/navigation/NavigationClient.js +1 -1
- package/dist/navigation/NavigationClient.js.map +1 -1
- package/dist/network/FetchClient.js +1 -1
- package/dist/network/FetchClient.js.map +1 -1
- package/dist/network/XhrClient.js +1 -1
- package/dist/network/XhrClient.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/packageMetadata.js.map +1 -1
- package/dist/telemetry/BrowserPerformanceClient.js +1 -1
- package/dist/telemetry/BrowserPerformanceClient.js.map +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.js +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.js.map +1 -1
- package/dist/utils/BrowserConstants.js +1 -1
- package/dist/utils/BrowserConstants.js.map +1 -1
- package/dist/utils/BrowserProtocolUtils.js +1 -1
- package/dist/utils/BrowserProtocolUtils.js.map +1 -1
- package/dist/utils/BrowserStringUtils.js +1 -1
- package/dist/utils/BrowserStringUtils.js.map +1 -1
- package/dist/utils/BrowserUtils.js +1 -1
- package/dist/utils/BrowserUtils.js.map +1 -1
- package/dist/utils/MathUtils.js +1 -1
- package/dist/utils/MathUtils.js.map +1 -1
- package/lib/msal-browser.js +65 -64
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +30 -30
- package/package.json +95 -95
package/dist/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.32.
|
|
1
|
+
/*! @azure/msal-browser v2.32.3 2023-03-10 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
@@ -117,7 +117,7 @@ function __spread() {
|
|
|
117
117
|
return ar;
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
/*! @azure/msal-common v9.0.
|
|
120
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
121
121
|
/*! *****************************************************************************
|
|
122
122
|
Copyright (c) Microsoft Corporation.
|
|
123
123
|
|
|
@@ -204,7 +204,7 @@ function __spreadArrays() {
|
|
|
204
204
|
return r;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
/*! @azure/msal-common v9.0.
|
|
207
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
208
208
|
|
|
209
209
|
/*
|
|
210
210
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -586,9 +586,10 @@ var JsonTypes;
|
|
|
586
586
|
(function (JsonTypes) {
|
|
587
587
|
JsonTypes["Jwt"] = "JWT";
|
|
588
588
|
JsonTypes["Jwk"] = "JWK";
|
|
589
|
+
JsonTypes["Pop"] = "pop";
|
|
589
590
|
})(JsonTypes || (JsonTypes = {}));
|
|
590
591
|
|
|
591
|
-
/*! @azure/msal-common v9.0.
|
|
592
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
592
593
|
|
|
593
594
|
/*
|
|
594
595
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -644,7 +645,7 @@ var AuthError = /** @class */ (function (_super) {
|
|
|
644
645
|
return AuthError;
|
|
645
646
|
}(Error));
|
|
646
647
|
|
|
647
|
-
/*! @azure/msal-common v9.0.
|
|
648
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
648
649
|
|
|
649
650
|
/*
|
|
650
651
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -719,7 +720,7 @@ var DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
719
720
|
}
|
|
720
721
|
};
|
|
721
722
|
|
|
722
|
-
/*! @azure/msal-common v9.0.
|
|
723
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
723
724
|
|
|
724
725
|
/*
|
|
725
726
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1214,7 +1215,7 @@ var ClientAuthError = /** @class */ (function (_super) {
|
|
|
1214
1215
|
return ClientAuthError;
|
|
1215
1216
|
}(AuthError));
|
|
1216
1217
|
|
|
1217
|
-
/*! @azure/msal-common v9.0.
|
|
1218
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1218
1219
|
|
|
1219
1220
|
/*
|
|
1220
1221
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1339,7 +1340,7 @@ var StringUtils = /** @class */ (function () {
|
|
|
1339
1340
|
return StringUtils;
|
|
1340
1341
|
}());
|
|
1341
1342
|
|
|
1342
|
-
/*! @azure/msal-common v9.0.
|
|
1343
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1343
1344
|
|
|
1344
1345
|
/*
|
|
1345
1346
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1529,12 +1530,12 @@ var Logger = /** @class */ (function () {
|
|
|
1529
1530
|
return Logger;
|
|
1530
1531
|
}());
|
|
1531
1532
|
|
|
1532
|
-
/*! @azure/msal-common v9.0.
|
|
1533
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1533
1534
|
/* eslint-disable header/header */
|
|
1534
1535
|
var name$1 = "@azure/msal-common";
|
|
1535
|
-
var version$1 = "9.0.
|
|
1536
|
+
var version$1 = "9.0.3";
|
|
1536
1537
|
|
|
1537
|
-
/*! @azure/msal-common v9.0.
|
|
1538
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1538
1539
|
/*
|
|
1539
1540
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1540
1541
|
* Licensed under the MIT License.
|
|
@@ -1555,7 +1556,7 @@ exports.AzureCloudInstance = void 0;
|
|
|
1555
1556
|
AzureCloudInstance["AzureUsGovernment"] = "https://login.microsoftonline.us";
|
|
1556
1557
|
})(exports.AzureCloudInstance || (exports.AzureCloudInstance = {}));
|
|
1557
1558
|
|
|
1558
|
-
/*! @azure/msal-common v9.0.
|
|
1559
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1559
1560
|
|
|
1560
1561
|
/*
|
|
1561
1562
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1711,7 +1712,7 @@ var CredentialEntity = /** @class */ (function () {
|
|
|
1711
1712
|
return CredentialEntity;
|
|
1712
1713
|
}());
|
|
1713
1714
|
|
|
1714
|
-
/*! @azure/msal-common v9.0.
|
|
1715
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1715
1716
|
|
|
1716
1717
|
/*
|
|
1717
1718
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1966,7 +1967,7 @@ var ClientConfigurationError = /** @class */ (function (_super) {
|
|
|
1966
1967
|
return ClientConfigurationError;
|
|
1967
1968
|
}(ClientAuthError));
|
|
1968
1969
|
|
|
1969
|
-
/*! @azure/msal-common v9.0.
|
|
1970
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1970
1971
|
|
|
1971
1972
|
/*
|
|
1972
1973
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2150,7 +2151,7 @@ var ScopeSet = /** @class */ (function () {
|
|
|
2150
2151
|
return ScopeSet;
|
|
2151
2152
|
}());
|
|
2152
2153
|
|
|
2153
|
-
/*! @azure/msal-common v9.0.
|
|
2154
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2154
2155
|
|
|
2155
2156
|
/*
|
|
2156
2157
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2188,7 +2189,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
2188
2189
|
};
|
|
2189
2190
|
}
|
|
2190
2191
|
|
|
2191
|
-
/*! @azure/msal-common v9.0.
|
|
2192
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2192
2193
|
/*
|
|
2193
2194
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2194
2195
|
* Licensed under the MIT License.
|
|
@@ -2203,7 +2204,7 @@ var AuthorityType;
|
|
|
2203
2204
|
AuthorityType[AuthorityType["Dsts"] = 2] = "Dsts";
|
|
2204
2205
|
})(AuthorityType || (AuthorityType = {}));
|
|
2205
2206
|
|
|
2206
|
-
/*! @azure/msal-common v9.0.
|
|
2207
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2207
2208
|
|
|
2208
2209
|
/*
|
|
2209
2210
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2442,7 +2443,7 @@ var AccountEntity = /** @class */ (function () {
|
|
|
2442
2443
|
return AccountEntity;
|
|
2443
2444
|
}());
|
|
2444
2445
|
|
|
2445
|
-
/*! @azure/msal-common v9.0.
|
|
2446
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2446
2447
|
|
|
2447
2448
|
/*
|
|
2448
2449
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2494,7 +2495,7 @@ var AuthToken = /** @class */ (function () {
|
|
|
2494
2495
|
return AuthToken;
|
|
2495
2496
|
}());
|
|
2496
2497
|
|
|
2497
|
-
/*! @azure/msal-common v9.0.
|
|
2498
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2498
2499
|
|
|
2499
2500
|
/*
|
|
2500
2501
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3373,7 +3374,7 @@ var DefaultStorageClass = /** @class */ (function (_super) {
|
|
|
3373
3374
|
return DefaultStorageClass;
|
|
3374
3375
|
}(CacheManager));
|
|
3375
3376
|
|
|
3376
|
-
/*! @azure/msal-common v9.0.
|
|
3377
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3377
3378
|
|
|
3378
3379
|
/*
|
|
3379
3380
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3467,7 +3468,7 @@ function buildAuthOptions(authOptions) {
|
|
|
3467
3468
|
return __assign({ clientCapabilities: [], azureCloudOptions: DEFAULT_AZURE_CLOUD_OPTIONS, skipAuthorityMetadataCache: false }, authOptions);
|
|
3468
3469
|
}
|
|
3469
3470
|
|
|
3470
|
-
/*! @azure/msal-common v9.0.
|
|
3471
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3471
3472
|
|
|
3472
3473
|
/*
|
|
3473
3474
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3487,7 +3488,7 @@ var ServerError = /** @class */ (function (_super) {
|
|
|
3487
3488
|
return ServerError;
|
|
3488
3489
|
}(AuthError));
|
|
3489
3490
|
|
|
3490
|
-
/*! @azure/msal-common v9.0.
|
|
3491
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3491
3492
|
|
|
3492
3493
|
/*
|
|
3493
3494
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3583,7 +3584,7 @@ var ThrottlingUtils = /** @class */ (function () {
|
|
|
3583
3584
|
return ThrottlingUtils;
|
|
3584
3585
|
}());
|
|
3585
3586
|
|
|
3586
|
-
/*! @azure/msal-common v9.0.
|
|
3587
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3587
3588
|
|
|
3588
3589
|
/*
|
|
3589
3590
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3632,7 +3633,7 @@ var NetworkManager = /** @class */ (function () {
|
|
|
3632
3633
|
return NetworkManager;
|
|
3633
3634
|
}());
|
|
3634
3635
|
|
|
3635
|
-
/*! @azure/msal-common v9.0.
|
|
3636
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3636
3637
|
/*
|
|
3637
3638
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3638
3639
|
* Licensed under the MIT License.
|
|
@@ -3643,7 +3644,7 @@ var CcsCredentialType;
|
|
|
3643
3644
|
CcsCredentialType["UPN"] = "UPN";
|
|
3644
3645
|
})(CcsCredentialType || (CcsCredentialType = {}));
|
|
3645
3646
|
|
|
3646
|
-
/*! @azure/msal-common v9.0.
|
|
3647
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3647
3648
|
|
|
3648
3649
|
/*
|
|
3649
3650
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3734,7 +3735,7 @@ var BaseClient = /** @class */ (function () {
|
|
|
3734
3735
|
return BaseClient;
|
|
3735
3736
|
}());
|
|
3736
3737
|
|
|
3737
|
-
/*! @azure/msal-common v9.0.
|
|
3738
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3738
3739
|
|
|
3739
3740
|
/*
|
|
3740
3741
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3820,7 +3821,7 @@ var RequestValidator = /** @class */ (function () {
|
|
|
3820
3821
|
return RequestValidator;
|
|
3821
3822
|
}());
|
|
3822
3823
|
|
|
3823
|
-
/*! @azure/msal-common v9.0.
|
|
3824
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3824
3825
|
|
|
3825
3826
|
/*
|
|
3826
3827
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4198,7 +4199,7 @@ var RequestParameterBuilder = /** @class */ (function () {
|
|
|
4198
4199
|
return RequestParameterBuilder;
|
|
4199
4200
|
}());
|
|
4200
4201
|
|
|
4201
|
-
/*! @azure/msal-common v9.0.
|
|
4202
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4202
4203
|
|
|
4203
4204
|
/*
|
|
4204
4205
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4262,7 +4263,7 @@ var IdTokenEntity = /** @class */ (function (_super) {
|
|
|
4262
4263
|
return IdTokenEntity;
|
|
4263
4264
|
}(CredentialEntity));
|
|
4264
4265
|
|
|
4265
|
-
/*! @azure/msal-common v9.0.
|
|
4266
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4266
4267
|
/*
|
|
4267
4268
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4268
4269
|
* Licensed under the MIT License.
|
|
@@ -4312,7 +4313,7 @@ var TimeUtils = /** @class */ (function () {
|
|
|
4312
4313
|
return TimeUtils;
|
|
4313
4314
|
}());
|
|
4314
4315
|
|
|
4315
|
-
/*! @azure/msal-common v9.0.
|
|
4316
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4316
4317
|
|
|
4317
4318
|
/*
|
|
4318
4319
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4426,7 +4427,7 @@ var AccessTokenEntity = /** @class */ (function (_super) {
|
|
|
4426
4427
|
return AccessTokenEntity;
|
|
4427
4428
|
}(CredentialEntity));
|
|
4428
4429
|
|
|
4429
|
-
/*! @azure/msal-common v9.0.
|
|
4430
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4430
4431
|
|
|
4431
4432
|
/*
|
|
4432
4433
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4493,7 +4494,7 @@ var RefreshTokenEntity = /** @class */ (function (_super) {
|
|
|
4493
4494
|
return RefreshTokenEntity;
|
|
4494
4495
|
}(CredentialEntity));
|
|
4495
4496
|
|
|
4496
|
-
/*! @azure/msal-common v9.0.
|
|
4497
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4497
4498
|
|
|
4498
4499
|
/*
|
|
4499
4500
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4568,7 +4569,7 @@ var InteractionRequiredAuthError = /** @class */ (function (_super) {
|
|
|
4568
4569
|
return InteractionRequiredAuthError;
|
|
4569
4570
|
}(AuthError));
|
|
4570
4571
|
|
|
4571
|
-
/*! @azure/msal-common v9.0.
|
|
4572
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4572
4573
|
/*
|
|
4573
4574
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4574
4575
|
* Licensed under the MIT License.
|
|
@@ -4584,7 +4585,7 @@ var CacheRecord = /** @class */ (function () {
|
|
|
4584
4585
|
return CacheRecord;
|
|
4585
4586
|
}());
|
|
4586
4587
|
|
|
4587
|
-
/*! @azure/msal-common v9.0.
|
|
4588
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4588
4589
|
|
|
4589
4590
|
/*
|
|
4590
4591
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4655,7 +4656,7 @@ var ProtocolUtils = /** @class */ (function () {
|
|
|
4655
4656
|
return ProtocolUtils;
|
|
4656
4657
|
}());
|
|
4657
4658
|
|
|
4658
|
-
/*! @azure/msal-common v9.0.
|
|
4659
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4659
4660
|
|
|
4660
4661
|
/*
|
|
4661
4662
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4889,7 +4890,7 @@ var UrlString = /** @class */ (function () {
|
|
|
4889
4890
|
return UrlString;
|
|
4890
4891
|
}());
|
|
4891
4892
|
|
|
4892
|
-
/*! @azure/msal-common v9.0.
|
|
4893
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4893
4894
|
|
|
4894
4895
|
/*
|
|
4895
4896
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4990,7 +4991,7 @@ var PopTokenGenerator = /** @class */ (function () {
|
|
|
4990
4991
|
return PopTokenGenerator;
|
|
4991
4992
|
}());
|
|
4992
4993
|
|
|
4993
|
-
/*! @azure/msal-common v9.0.
|
|
4994
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4994
4995
|
|
|
4995
4996
|
/*
|
|
4996
4997
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5060,7 +5061,7 @@ var AppMetadataEntity = /** @class */ (function () {
|
|
|
5060
5061
|
return AppMetadataEntity;
|
|
5061
5062
|
}());
|
|
5062
5063
|
|
|
5063
|
-
/*! @azure/msal-common v9.0.
|
|
5064
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5064
5065
|
/*
|
|
5065
5066
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5066
5067
|
* Licensed under the MIT License.
|
|
@@ -5096,7 +5097,7 @@ var AppMetadataEntity = /** @class */ (function () {
|
|
|
5096
5097
|
return TokenCacheContext;
|
|
5097
5098
|
}());
|
|
5098
5099
|
|
|
5099
|
-
/*! @azure/msal-common v9.0.
|
|
5100
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5100
5101
|
|
|
5101
5102
|
/*
|
|
5102
5103
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5376,7 +5377,7 @@ var ResponseHandler = /** @class */ (function () {
|
|
|
5376
5377
|
return ResponseHandler;
|
|
5377
5378
|
}());
|
|
5378
5379
|
|
|
5379
|
-
/*! @azure/msal-common v9.0.
|
|
5380
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5380
5381
|
|
|
5381
5382
|
/*
|
|
5382
5383
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5850,7 +5851,7 @@ var AuthorizationCodeClient = /** @class */ (function (_super) {
|
|
|
5850
5851
|
return AuthorizationCodeClient;
|
|
5851
5852
|
}(BaseClient));
|
|
5852
5853
|
|
|
5853
|
-
/*! @azure/msal-common v9.0.
|
|
5854
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5854
5855
|
/*
|
|
5855
5856
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5856
5857
|
* Licensed under the MIT License.
|
|
@@ -5980,7 +5981,7 @@ var PerformanceEventStatus;
|
|
|
5980
5981
|
PerformanceEventStatus[PerformanceEventStatus["Completed"] = 2] = "Completed";
|
|
5981
5982
|
})(PerformanceEventStatus || (PerformanceEventStatus = {}));
|
|
5982
5983
|
|
|
5983
|
-
/*! @azure/msal-common v9.0.
|
|
5984
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5984
5985
|
|
|
5985
5986
|
/*
|
|
5986
5987
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6251,7 +6252,7 @@ var RefreshTokenClient = /** @class */ (function (_super) {
|
|
|
6251
6252
|
return RefreshTokenClient;
|
|
6252
6253
|
}(BaseClient));
|
|
6253
6254
|
|
|
6254
|
-
/*! @azure/msal-common v9.0.
|
|
6255
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6255
6256
|
|
|
6256
6257
|
/*
|
|
6257
6258
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6375,7 +6376,7 @@ var SilentFlowClient = /** @class */ (function (_super) {
|
|
|
6375
6376
|
return SilentFlowClient;
|
|
6376
6377
|
}(BaseClient));
|
|
6377
6378
|
|
|
6378
|
-
/*! @azure/msal-common v9.0.
|
|
6379
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6379
6380
|
/*
|
|
6380
6381
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6381
6382
|
* Licensed under the MIT License.
|
|
@@ -6387,7 +6388,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
6387
6388
|
response.hasOwnProperty("jwks_uri"));
|
|
6388
6389
|
}
|
|
6389
6390
|
|
|
6390
|
-
/*! @azure/msal-common v9.0.
|
|
6391
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6391
6392
|
/*
|
|
6392
6393
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6393
6394
|
* Licensed under the MIT License.
|
|
@@ -6396,7 +6397,7 @@ var rawMetdataJSON = { "endpointMetadata": { "https://login.microsoftonline.com/
|
|
|
6396
6397
|
var EndpointMetadata = rawMetdataJSON.endpointMetadata;
|
|
6397
6398
|
var InstanceDiscoveryMetadata = rawMetdataJSON.instanceDiscoveryMetadata;
|
|
6398
6399
|
|
|
6399
|
-
/*! @azure/msal-common v9.0.
|
|
6400
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6400
6401
|
/*
|
|
6401
6402
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6402
6403
|
* Licensed under the MIT License.
|
|
@@ -6410,7 +6411,7 @@ exports.ProtocolMode = void 0;
|
|
|
6410
6411
|
ProtocolMode["OIDC"] = "OIDC";
|
|
6411
6412
|
})(exports.ProtocolMode || (exports.ProtocolMode = {}));
|
|
6412
6413
|
|
|
6413
|
-
/*! @azure/msal-common v9.0.
|
|
6414
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6414
6415
|
|
|
6415
6416
|
/*
|
|
6416
6417
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6487,7 +6488,7 @@ var AuthorityMetadataEntity = /** @class */ (function () {
|
|
|
6487
6488
|
return AuthorityMetadataEntity;
|
|
6488
6489
|
}());
|
|
6489
6490
|
|
|
6490
|
-
/*! @azure/msal-common v9.0.
|
|
6491
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6491
6492
|
/*
|
|
6492
6493
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6493
6494
|
* Licensed under the MIT License.
|
|
@@ -6497,7 +6498,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
6497
6498
|
response.hasOwnProperty("metadata"));
|
|
6498
6499
|
}
|
|
6499
6500
|
|
|
6500
|
-
/*! @azure/msal-common v9.0.
|
|
6501
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6501
6502
|
/*
|
|
6502
6503
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6503
6504
|
* Licensed under the MIT License.
|
|
@@ -6507,7 +6508,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
6507
6508
|
response.hasOwnProperty("error_description"));
|
|
6508
6509
|
}
|
|
6509
6510
|
|
|
6510
|
-
/*! @azure/msal-common v9.0.
|
|
6511
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6511
6512
|
|
|
6512
6513
|
/*
|
|
6513
6514
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6629,7 +6630,7 @@ var RegionDiscovery = /** @class */ (function () {
|
|
|
6629
6630
|
return RegionDiscovery;
|
|
6630
6631
|
}());
|
|
6631
6632
|
|
|
6632
|
-
/*! @azure/msal-common v9.0.
|
|
6633
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6633
6634
|
|
|
6634
6635
|
/*
|
|
6635
6636
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7351,7 +7352,7 @@ var Authority = /** @class */ (function () {
|
|
|
7351
7352
|
return Authority;
|
|
7352
7353
|
}());
|
|
7353
7354
|
|
|
7354
|
-
/*! @azure/msal-common v9.0.
|
|
7355
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7355
7356
|
|
|
7356
7357
|
/*
|
|
7357
7358
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7412,7 +7413,7 @@ var AuthorityFactory = /** @class */ (function () {
|
|
|
7412
7413
|
return AuthorityFactory;
|
|
7413
7414
|
}());
|
|
7414
7415
|
|
|
7415
|
-
/*! @azure/msal-common v9.0.
|
|
7416
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7416
7417
|
|
|
7417
7418
|
/*
|
|
7418
7419
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7443,7 +7444,7 @@ var ServerTelemetryEntity = /** @class */ (function () {
|
|
|
7443
7444
|
return ServerTelemetryEntity;
|
|
7444
7445
|
}());
|
|
7445
7446
|
|
|
7446
|
-
/*! @azure/msal-common v9.0.
|
|
7447
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7447
7448
|
|
|
7448
7449
|
/*
|
|
7449
7450
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7471,7 +7472,7 @@ var ThrottlingEntity = /** @class */ (function () {
|
|
|
7471
7472
|
return ThrottlingEntity;
|
|
7472
7473
|
}());
|
|
7473
7474
|
|
|
7474
|
-
/*! @azure/msal-common v9.0.
|
|
7475
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7475
7476
|
|
|
7476
7477
|
/*
|
|
7477
7478
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7488,7 +7489,7 @@ var StubbedNetworkModule = {
|
|
|
7488
7489
|
}
|
|
7489
7490
|
};
|
|
7490
7491
|
|
|
7491
|
-
/*! @azure/msal-common v9.0.
|
|
7492
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7492
7493
|
|
|
7493
7494
|
/*
|
|
7494
7495
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7533,7 +7534,7 @@ var JoseHeaderError = /** @class */ (function (_super) {
|
|
|
7533
7534
|
return JoseHeaderError;
|
|
7534
7535
|
}(AuthError));
|
|
7535
7536
|
|
|
7536
|
-
/*! @azure/msal-common v9.0.
|
|
7537
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7537
7538
|
|
|
7538
7539
|
/*
|
|
7539
7540
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7563,8 +7564,8 @@ var JoseHeader = /** @class */ (function () {
|
|
|
7563
7564
|
throw JoseHeaderError.createMissingAlgError();
|
|
7564
7565
|
}
|
|
7565
7566
|
var shrHeader = new JoseHeader({
|
|
7566
|
-
// Access Token PoP headers must have type
|
|
7567
|
-
typ: shrHeaderOptions.typ || JsonTypes.
|
|
7567
|
+
// Access Token PoP headers must have type pop, but the type header can be overriden for special cases
|
|
7568
|
+
typ: shrHeaderOptions.typ || JsonTypes.Pop,
|
|
7568
7569
|
kid: shrHeaderOptions.kid,
|
|
7569
7570
|
alg: shrHeaderOptions.alg
|
|
7570
7571
|
});
|
|
@@ -7573,7 +7574,7 @@ var JoseHeader = /** @class */ (function () {
|
|
|
7573
7574
|
return JoseHeader;
|
|
7574
7575
|
}());
|
|
7575
7576
|
|
|
7576
|
-
/*! @azure/msal-common v9.0.
|
|
7577
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7577
7578
|
|
|
7578
7579
|
/*
|
|
7579
7580
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7632,7 +7633,7 @@ var AuthenticationHeaderParser = /** @class */ (function () {
|
|
|
7632
7633
|
return AuthenticationHeaderParser;
|
|
7633
7634
|
}());
|
|
7634
7635
|
|
|
7635
|
-
/*! @azure/msal-common v9.0.
|
|
7636
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7636
7637
|
|
|
7637
7638
|
/*
|
|
7638
7639
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7794,7 +7795,7 @@ var ServerTelemetryManager = /** @class */ (function () {
|
|
|
7794
7795
|
return ServerTelemetryManager;
|
|
7795
7796
|
}());
|
|
7796
7797
|
|
|
7797
|
-
/*! @azure/msal-common v9.0.
|
|
7798
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7798
7799
|
|
|
7799
7800
|
/*
|
|
7800
7801
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8089,7 +8090,7 @@ var PerformanceClient = /** @class */ (function () {
|
|
|
8089
8090
|
return PerformanceClient;
|
|
8090
8091
|
}());
|
|
8091
8092
|
|
|
8092
|
-
/*! @azure/msal-common v9.0.
|
|
8093
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
8093
8094
|
|
|
8094
8095
|
/*
|
|
8095
8096
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -9979,7 +9980,7 @@ var DEFAULT_BROWSER_CACHE_MANAGER = function (clientId, logger) {
|
|
|
9979
9980
|
|
|
9980
9981
|
/* eslint-disable header/header */
|
|
9981
9982
|
var name = "@azure/msal-browser";
|
|
9982
|
-
var version = "2.32.
|
|
9983
|
+
var version = "2.32.3";
|
|
9983
9984
|
|
|
9984
9985
|
/*
|
|
9985
9986
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|