@azure/msal-browser 2.38.2 → 2.38.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/README.md +1 -1
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/app/ClientApplication.js +1 -1
- package/dist/app/IPublicClientApplication.js +1 -1
- package/dist/app/PublicClientApplication.js +1 -1
- package/dist/broker/nativeBroker/NativeMessageHandler.js +1 -1
- package/dist/cache/AsyncMemoryStorage.js +1 -1
- package/dist/cache/BrowserCacheManager.js +1 -1
- package/dist/cache/BrowserStorage.js +1 -1
- package/dist/cache/CryptoKeyStore.js +1 -1
- package/dist/cache/DatabaseStorage.js +1 -1
- package/dist/cache/MemoryStorage.js +1 -1
- package/dist/cache/TokenCache.js +1 -1
- package/dist/config/Configuration.js +1 -1
- package/dist/crypto/BrowserCrypto.js +1 -1
- package/dist/crypto/CryptoOps.js +1 -1
- package/dist/crypto/GuidGenerator.js +1 -1
- package/dist/crypto/ModernBrowserCrypto.js +1 -1
- package/dist/crypto/MsBrowserCrypto.js +1 -1
- package/dist/crypto/MsrBrowserCrypto.js +1 -1
- package/dist/crypto/PkceGenerator.js +1 -1
- package/dist/crypto/SignedHttpRequest.js +1 -1
- package/dist/encode/Base64Decode.js +1 -1
- package/dist/encode/Base64Encode.js +1 -1
- package/dist/error/BrowserAuthError.js +1 -1
- package/dist/error/BrowserConfigurationAuthError.js +1 -1
- package/dist/error/NativeAuthError.js +1 -1
- package/dist/event/EventHandler.js +1 -1
- package/dist/event/EventMessage.js +1 -1
- package/dist/event/EventType.js +1 -1
- package/dist/index.cjs.js +73 -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/HybridSpaAuthorizationCodeClient.js +1 -1
- package/dist/interaction_client/NativeInteractionClient.js +1 -1
- package/dist/interaction_client/PopupClient.js +1 -1
- package/dist/interaction_client/RedirectClient.js +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.js +1 -1
- package/dist/interaction_client/SilentCacheClient.js +1 -1
- package/dist/interaction_client/SilentIframeClient.js +1 -1
- package/dist/interaction_client/SilentRefreshClient.js +1 -1
- package/dist/interaction_client/StandardInteractionClient.js +1 -1
- package/dist/interaction_handler/InteractionHandler.js +1 -1
- package/dist/interaction_handler/RedirectHandler.js +1 -1
- package/dist/interaction_handler/SilentHandler.js +1 -1
- package/dist/internals.js +1 -1
- package/dist/navigation/NavigationClient.js +1 -1
- package/dist/network/FetchClient.js +1 -1
- package/dist/network/XhrClient.js +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/BrowserPerformanceMeasurement.js +1 -1
- package/dist/utils/BrowserConstants.js +1 -1
- package/dist/utils/BrowserProtocolUtils.js +1 -1
- package/dist/utils/BrowserStringUtils.js +1 -1
- package/dist/utils/BrowserUtils.js +1 -1
- package/dist/utils/MathUtils.js +1 -1
- package/lib/msal-browser.js +73 -64
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +29 -29
- package/package.json +95 -95
package/dist/index.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.38.
|
|
1
|
+
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
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 v13.3.
|
|
120
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
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 v13.3.
|
|
207
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
208
208
|
|
|
209
209
|
/*
|
|
210
210
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -577,7 +577,7 @@ var JsonTypes;
|
|
|
577
577
|
JsonTypes["Pop"] = "pop";
|
|
578
578
|
})(JsonTypes || (JsonTypes = {}));
|
|
579
579
|
|
|
580
|
-
/*! @azure/msal-common v13.3.
|
|
580
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
581
581
|
|
|
582
582
|
/*
|
|
583
583
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -633,7 +633,7 @@ var AuthError = /** @class */ (function (_super) {
|
|
|
633
633
|
return AuthError;
|
|
634
634
|
}(Error));
|
|
635
635
|
|
|
636
|
-
/*! @azure/msal-common v13.3.
|
|
636
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
637
637
|
|
|
638
638
|
/*
|
|
639
639
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -708,7 +708,7 @@ var DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
708
708
|
}
|
|
709
709
|
};
|
|
710
710
|
|
|
711
|
-
/*! @azure/msal-common v13.3.
|
|
711
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
712
712
|
|
|
713
713
|
/*
|
|
714
714
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1223,7 +1223,7 @@ var ClientAuthError = /** @class */ (function (_super) {
|
|
|
1223
1223
|
return ClientAuthError;
|
|
1224
1224
|
}(AuthError));
|
|
1225
1225
|
|
|
1226
|
-
/*! @azure/msal-common v13.3.
|
|
1226
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
1227
1227
|
|
|
1228
1228
|
/*
|
|
1229
1229
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1348,7 +1348,7 @@ var StringUtils = /** @class */ (function () {
|
|
|
1348
1348
|
return StringUtils;
|
|
1349
1349
|
}());
|
|
1350
1350
|
|
|
1351
|
-
/*! @azure/msal-common v13.3.
|
|
1351
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
1352
1352
|
|
|
1353
1353
|
/*
|
|
1354
1354
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1538,12 +1538,12 @@ var Logger = /** @class */ (function () {
|
|
|
1538
1538
|
return Logger;
|
|
1539
1539
|
}());
|
|
1540
1540
|
|
|
1541
|
-
/*! @azure/msal-common v13.3.
|
|
1541
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
1542
1542
|
/* eslint-disable header/header */
|
|
1543
1543
|
var name$1 = "@azure/msal-common";
|
|
1544
|
-
var version$1 = "13.3.
|
|
1544
|
+
var version$1 = "13.3.1";
|
|
1545
1545
|
|
|
1546
|
-
/*! @azure/msal-common v13.3.
|
|
1546
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
1547
1547
|
/*
|
|
1548
1548
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1549
1549
|
* Licensed under the MIT License.
|
|
@@ -1564,7 +1564,7 @@ exports.AzureCloudInstance = void 0;
|
|
|
1564
1564
|
AzureCloudInstance["AzureUsGovernment"] = "https://login.microsoftonline.us";
|
|
1565
1565
|
})(exports.AzureCloudInstance || (exports.AzureCloudInstance = {}));
|
|
1566
1566
|
|
|
1567
|
-
/*! @azure/msal-common v13.3.
|
|
1567
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
1568
1568
|
|
|
1569
1569
|
/*
|
|
1570
1570
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1829,7 +1829,7 @@ var ClientConfigurationError = /** @class */ (function (_super) {
|
|
|
1829
1829
|
return ClientConfigurationError;
|
|
1830
1830
|
}(ClientAuthError));
|
|
1831
1831
|
|
|
1832
|
-
/*! @azure/msal-common v13.3.
|
|
1832
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
1833
1833
|
|
|
1834
1834
|
/*
|
|
1835
1835
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2028,7 +2028,7 @@ var ScopeSet = /** @class */ (function () {
|
|
|
2028
2028
|
return ScopeSet;
|
|
2029
2029
|
}());
|
|
2030
2030
|
|
|
2031
|
-
/*! @azure/msal-common v13.3.
|
|
2031
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2032
2032
|
|
|
2033
2033
|
/*
|
|
2034
2034
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2066,7 +2066,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
2066
2066
|
};
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
|
-
/*! @azure/msal-common v13.3.
|
|
2069
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2070
2070
|
/*
|
|
2071
2071
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2072
2072
|
* Licensed under the MIT License.
|
|
@@ -2082,7 +2082,7 @@ var AuthorityType;
|
|
|
2082
2082
|
AuthorityType[AuthorityType["Ciam"] = 3] = "Ciam";
|
|
2083
2083
|
})(AuthorityType || (AuthorityType = {}));
|
|
2084
2084
|
|
|
2085
|
-
/*! @azure/msal-common v13.3.
|
|
2085
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2086
2086
|
|
|
2087
2087
|
/*
|
|
2088
2088
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2321,7 +2321,7 @@ var AccountEntity = /** @class */ (function () {
|
|
|
2321
2321
|
return AccountEntity;
|
|
2322
2322
|
}());
|
|
2323
2323
|
|
|
2324
|
-
/*! @azure/msal-common v13.3.
|
|
2324
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2325
2325
|
|
|
2326
2326
|
/*
|
|
2327
2327
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2373,7 +2373,7 @@ var AuthToken = /** @class */ (function () {
|
|
|
2373
2373
|
return AuthToken;
|
|
2374
2374
|
}());
|
|
2375
2375
|
|
|
2376
|
-
/*! @azure/msal-common v13.3.
|
|
2376
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2377
2377
|
|
|
2378
2378
|
/*
|
|
2379
2379
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2901,6 +2901,7 @@ var CacheManager = /** @class */ (function () {
|
|
|
2901
2901
|
* @param inputRealm
|
|
2902
2902
|
*/
|
|
2903
2903
|
CacheManager.prototype.getIdToken = function (account, tokenKeys) {
|
|
2904
|
+
var _this = this;
|
|
2904
2905
|
this.commonLogger.trace("CacheManager - getIdToken called");
|
|
2905
2906
|
var idTokenFilter = {
|
|
2906
2907
|
homeAccountId: account.homeAccountId,
|
|
@@ -2916,7 +2917,11 @@ var CacheManager = /** @class */ (function () {
|
|
|
2916
2917
|
return null;
|
|
2917
2918
|
}
|
|
2918
2919
|
else if (numIdTokens > 1) {
|
|
2919
|
-
|
|
2920
|
+
this.commonLogger.info("CacheManager:getIdToken - Multiple id tokens found, clearing them");
|
|
2921
|
+
idTokens.forEach(function (idToken) {
|
|
2922
|
+
_this.removeIdToken(idToken.generateCredentialKey());
|
|
2923
|
+
});
|
|
2924
|
+
return null;
|
|
2920
2925
|
}
|
|
2921
2926
|
this.commonLogger.info("CacheManager:getIdToken - Returning id token");
|
|
2922
2927
|
return idTokens[0];
|
|
@@ -3017,7 +3022,11 @@ var CacheManager = /** @class */ (function () {
|
|
|
3017
3022
|
return null;
|
|
3018
3023
|
}
|
|
3019
3024
|
else if (numAccessTokens > 1) {
|
|
3020
|
-
|
|
3025
|
+
this.commonLogger.info("CacheManager:getAccessToken - Multiple access tokens found, clearing them");
|
|
3026
|
+
accessTokens.forEach(function (accessToken) {
|
|
3027
|
+
_this.removeAccessToken(accessToken.generateCredentialKey());
|
|
3028
|
+
});
|
|
3029
|
+
return null;
|
|
3021
3030
|
}
|
|
3022
3031
|
this.commonLogger.info("CacheManager:getAccessToken - Returning access token");
|
|
3023
3032
|
return accessTokens[0];
|
|
@@ -3421,7 +3430,7 @@ var DefaultStorageClass = /** @class */ (function (_super) {
|
|
|
3421
3430
|
return DefaultStorageClass;
|
|
3422
3431
|
}(CacheManager));
|
|
3423
3432
|
|
|
3424
|
-
/*! @azure/msal-common v13.3.
|
|
3433
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3425
3434
|
|
|
3426
3435
|
/*
|
|
3427
3436
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3518,7 +3527,7 @@ function buildAuthOptions(authOptions) {
|
|
|
3518
3527
|
return __assign({ clientCapabilities: [], azureCloudOptions: DEFAULT_AZURE_CLOUD_OPTIONS, skipAuthorityMetadataCache: false }, authOptions);
|
|
3519
3528
|
}
|
|
3520
3529
|
|
|
3521
|
-
/*! @azure/msal-common v13.3.
|
|
3530
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3522
3531
|
|
|
3523
3532
|
/*
|
|
3524
3533
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3538,7 +3547,7 @@ var ServerError = /** @class */ (function (_super) {
|
|
|
3538
3547
|
return ServerError;
|
|
3539
3548
|
}(AuthError));
|
|
3540
3549
|
|
|
3541
|
-
/*! @azure/msal-common v13.3.
|
|
3550
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3542
3551
|
|
|
3543
3552
|
/*
|
|
3544
3553
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3634,7 +3643,7 @@ var ThrottlingUtils = /** @class */ (function () {
|
|
|
3634
3643
|
return ThrottlingUtils;
|
|
3635
3644
|
}());
|
|
3636
3645
|
|
|
3637
|
-
/*! @azure/msal-common v13.3.
|
|
3646
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3638
3647
|
|
|
3639
3648
|
/*
|
|
3640
3649
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3683,7 +3692,7 @@ var NetworkManager = /** @class */ (function () {
|
|
|
3683
3692
|
return NetworkManager;
|
|
3684
3693
|
}());
|
|
3685
3694
|
|
|
3686
|
-
/*! @azure/msal-common v13.3.
|
|
3695
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3687
3696
|
/*
|
|
3688
3697
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3689
3698
|
* Licensed under the MIT License.
|
|
@@ -3694,7 +3703,7 @@ var CcsCredentialType;
|
|
|
3694
3703
|
CcsCredentialType["UPN"] = "UPN";
|
|
3695
3704
|
})(CcsCredentialType || (CcsCredentialType = {}));
|
|
3696
3705
|
|
|
3697
|
-
/*! @azure/msal-common v13.3.
|
|
3706
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3698
3707
|
|
|
3699
3708
|
/*
|
|
3700
3709
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3785,7 +3794,7 @@ var RequestValidator = /** @class */ (function () {
|
|
|
3785
3794
|
return RequestValidator;
|
|
3786
3795
|
}());
|
|
3787
3796
|
|
|
3788
|
-
/*! @azure/msal-common v13.3.
|
|
3797
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
3789
3798
|
|
|
3790
3799
|
/*
|
|
3791
3800
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4163,7 +4172,7 @@ var RequestParameterBuilder = /** @class */ (function () {
|
|
|
4163
4172
|
return RequestParameterBuilder;
|
|
4164
4173
|
}());
|
|
4165
4174
|
|
|
4166
|
-
/*! @azure/msal-common v13.3.
|
|
4175
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4167
4176
|
|
|
4168
4177
|
/*
|
|
4169
4178
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4265,7 +4274,7 @@ var BaseClient = /** @class */ (function () {
|
|
|
4265
4274
|
return BaseClient;
|
|
4266
4275
|
}());
|
|
4267
4276
|
|
|
4268
|
-
/*! @azure/msal-common v13.3.
|
|
4277
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4269
4278
|
|
|
4270
4279
|
/*
|
|
4271
4280
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4403,7 +4412,7 @@ var CredentialEntity = /** @class */ (function () {
|
|
|
4403
4412
|
return CredentialEntity;
|
|
4404
4413
|
}());
|
|
4405
4414
|
|
|
4406
|
-
/*! @azure/msal-common v13.3.
|
|
4415
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4407
4416
|
|
|
4408
4417
|
/*
|
|
4409
4418
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4467,7 +4476,7 @@ var IdTokenEntity = /** @class */ (function (_super) {
|
|
|
4467
4476
|
return IdTokenEntity;
|
|
4468
4477
|
}(CredentialEntity));
|
|
4469
4478
|
|
|
4470
|
-
/*! @azure/msal-common v13.3.
|
|
4479
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4471
4480
|
/*
|
|
4472
4481
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4473
4482
|
* Licensed under the MIT License.
|
|
@@ -4517,7 +4526,7 @@ var TimeUtils = /** @class */ (function () {
|
|
|
4517
4526
|
return TimeUtils;
|
|
4518
4527
|
}());
|
|
4519
4528
|
|
|
4520
|
-
/*! @azure/msal-common v13.3.
|
|
4529
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4521
4530
|
|
|
4522
4531
|
/*
|
|
4523
4532
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4631,7 +4640,7 @@ var AccessTokenEntity = /** @class */ (function (_super) {
|
|
|
4631
4640
|
return AccessTokenEntity;
|
|
4632
4641
|
}(CredentialEntity));
|
|
4633
4642
|
|
|
4634
|
-
/*! @azure/msal-common v13.3.
|
|
4643
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4635
4644
|
|
|
4636
4645
|
/*
|
|
4637
4646
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4698,7 +4707,7 @@ var RefreshTokenEntity = /** @class */ (function (_super) {
|
|
|
4698
4707
|
return RefreshTokenEntity;
|
|
4699
4708
|
}(CredentialEntity));
|
|
4700
4709
|
|
|
4701
|
-
/*! @azure/msal-common v13.3.
|
|
4710
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4702
4711
|
|
|
4703
4712
|
/*
|
|
4704
4713
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4777,7 +4786,7 @@ var InteractionRequiredAuthError = /** @class */ (function (_super) {
|
|
|
4777
4786
|
return InteractionRequiredAuthError;
|
|
4778
4787
|
}(AuthError));
|
|
4779
4788
|
|
|
4780
|
-
/*! @azure/msal-common v13.3.
|
|
4789
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4781
4790
|
/*
|
|
4782
4791
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4783
4792
|
* Licensed under the MIT License.
|
|
@@ -4793,7 +4802,7 @@ var CacheRecord = /** @class */ (function () {
|
|
|
4793
4802
|
return CacheRecord;
|
|
4794
4803
|
}());
|
|
4795
4804
|
|
|
4796
|
-
/*! @azure/msal-common v13.3.
|
|
4805
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4797
4806
|
|
|
4798
4807
|
/*
|
|
4799
4808
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4864,7 +4873,7 @@ var ProtocolUtils = /** @class */ (function () {
|
|
|
4864
4873
|
return ProtocolUtils;
|
|
4865
4874
|
}());
|
|
4866
4875
|
|
|
4867
|
-
/*! @azure/msal-common v13.3.
|
|
4876
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
4868
4877
|
|
|
4869
4878
|
/*
|
|
4870
4879
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5098,7 +5107,7 @@ var UrlString = /** @class */ (function () {
|
|
|
5098
5107
|
return UrlString;
|
|
5099
5108
|
}());
|
|
5100
5109
|
|
|
5101
|
-
/*! @azure/msal-common v13.3.
|
|
5110
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
5102
5111
|
/*
|
|
5103
5112
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5104
5113
|
* Licensed under the MIT License.
|
|
@@ -5331,7 +5340,7 @@ var IntFields = new Set([
|
|
|
5331
5340
|
"status",
|
|
5332
5341
|
]);
|
|
5333
5342
|
|
|
5334
|
-
/*! @azure/msal-common v13.3.
|
|
5343
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
5335
5344
|
|
|
5336
5345
|
/*
|
|
5337
5346
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5440,7 +5449,7 @@ var PopTokenGenerator = /** @class */ (function () {
|
|
|
5440
5449
|
return PopTokenGenerator;
|
|
5441
5450
|
}());
|
|
5442
5451
|
|
|
5443
|
-
/*! @azure/msal-common v13.3.
|
|
5452
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
5444
5453
|
|
|
5445
5454
|
/*
|
|
5446
5455
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5510,7 +5519,7 @@ var AppMetadataEntity = /** @class */ (function () {
|
|
|
5510
5519
|
return AppMetadataEntity;
|
|
5511
5520
|
}());
|
|
5512
5521
|
|
|
5513
|
-
/*! @azure/msal-common v13.3.
|
|
5522
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
5514
5523
|
/*
|
|
5515
5524
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5516
5525
|
* Licensed under the MIT License.
|
|
@@ -5546,7 +5555,7 @@ var AppMetadataEntity = /** @class */ (function () {
|
|
|
5546
5555
|
return TokenCacheContext;
|
|
5547
5556
|
}());
|
|
5548
5557
|
|
|
5549
|
-
/*! @azure/msal-common v13.3.
|
|
5558
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
5550
5559
|
|
|
5551
5560
|
/*
|
|
5552
5561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5833,7 +5842,7 @@ var ResponseHandler = /** @class */ (function () {
|
|
|
5833
5842
|
return ResponseHandler;
|
|
5834
5843
|
}());
|
|
5835
5844
|
|
|
5836
|
-
/*! @azure/msal-common v13.3.
|
|
5845
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
5837
5846
|
|
|
5838
5847
|
/*
|
|
5839
5848
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6311,7 +6320,7 @@ var AuthorizationCodeClient = /** @class */ (function (_super) {
|
|
|
6311
6320
|
return AuthorizationCodeClient;
|
|
6312
6321
|
}(BaseClient));
|
|
6313
6322
|
|
|
6314
|
-
/*! @azure/msal-common v13.3.
|
|
6323
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6315
6324
|
|
|
6316
6325
|
/*
|
|
6317
6326
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6585,7 +6594,7 @@ var RefreshTokenClient = /** @class */ (function (_super) {
|
|
|
6585
6594
|
return RefreshTokenClient;
|
|
6586
6595
|
}(BaseClient));
|
|
6587
6596
|
|
|
6588
|
-
/*! @azure/msal-common v13.3.
|
|
6597
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6589
6598
|
|
|
6590
6599
|
/*
|
|
6591
6600
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6715,7 +6724,7 @@ var SilentFlowClient = /** @class */ (function (_super) {
|
|
|
6715
6724
|
return SilentFlowClient;
|
|
6716
6725
|
}(BaseClient));
|
|
6717
6726
|
|
|
6718
|
-
/*! @azure/msal-common v13.3.
|
|
6727
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6719
6728
|
/*
|
|
6720
6729
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6721
6730
|
* Licensed under the MIT License.
|
|
@@ -6727,7 +6736,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
6727
6736
|
response.hasOwnProperty("jwks_uri"));
|
|
6728
6737
|
}
|
|
6729
6738
|
|
|
6730
|
-
/*! @azure/msal-common v13.3.
|
|
6739
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6731
6740
|
/*
|
|
6732
6741
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6733
6742
|
* Licensed under the MIT License.
|
|
@@ -6736,7 +6745,7 @@ var rawMetdataJSON = { "endpointMetadata": { "https://login.microsoftonline.com/
|
|
|
6736
6745
|
var EndpointMetadata = rawMetdataJSON.endpointMetadata;
|
|
6737
6746
|
var InstanceDiscoveryMetadata = rawMetdataJSON.instanceDiscoveryMetadata;
|
|
6738
6747
|
|
|
6739
|
-
/*! @azure/msal-common v13.3.
|
|
6748
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6740
6749
|
/*
|
|
6741
6750
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6742
6751
|
* Licensed under the MIT License.
|
|
@@ -6750,7 +6759,7 @@ exports.ProtocolMode = void 0;
|
|
|
6750
6759
|
ProtocolMode["OIDC"] = "OIDC";
|
|
6751
6760
|
})(exports.ProtocolMode || (exports.ProtocolMode = {}));
|
|
6752
6761
|
|
|
6753
|
-
/*! @azure/msal-common v13.3.
|
|
6762
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6754
6763
|
|
|
6755
6764
|
/*
|
|
6756
6765
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6827,7 +6836,7 @@ var AuthorityMetadataEntity = /** @class */ (function () {
|
|
|
6827
6836
|
return AuthorityMetadataEntity;
|
|
6828
6837
|
}());
|
|
6829
6838
|
|
|
6830
|
-
/*! @azure/msal-common v13.3.
|
|
6839
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6831
6840
|
/*
|
|
6832
6841
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6833
6842
|
* Licensed under the MIT License.
|
|
@@ -6837,7 +6846,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
6837
6846
|
response.hasOwnProperty("metadata"));
|
|
6838
6847
|
}
|
|
6839
6848
|
|
|
6840
|
-
/*! @azure/msal-common v13.3.
|
|
6849
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6841
6850
|
/*
|
|
6842
6851
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6843
6852
|
* Licensed under the MIT License.
|
|
@@ -6847,7 +6856,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
6847
6856
|
response.hasOwnProperty("error_description"));
|
|
6848
6857
|
}
|
|
6849
6858
|
|
|
6850
|
-
/*! @azure/msal-common v13.3.
|
|
6859
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6851
6860
|
|
|
6852
6861
|
/*
|
|
6853
6862
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6979,7 +6988,7 @@ var RegionDiscovery = /** @class */ (function () {
|
|
|
6979
6988
|
return RegionDiscovery;
|
|
6980
6989
|
}());
|
|
6981
6990
|
|
|
6982
|
-
/*! @azure/msal-common v13.3.
|
|
6991
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
6983
6992
|
|
|
6984
6993
|
/*
|
|
6985
6994
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7772,7 +7781,7 @@ var Authority = /** @class */ (function () {
|
|
|
7772
7781
|
return Authority;
|
|
7773
7782
|
}());
|
|
7774
7783
|
|
|
7775
|
-
/*! @azure/msal-common v13.3.
|
|
7784
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7776
7785
|
|
|
7777
7786
|
/*
|
|
7778
7787
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7836,7 +7845,7 @@ var AuthorityFactory = /** @class */ (function () {
|
|
|
7836
7845
|
return AuthorityFactory;
|
|
7837
7846
|
}());
|
|
7838
7847
|
|
|
7839
|
-
/*! @azure/msal-common v13.3.
|
|
7848
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7840
7849
|
|
|
7841
7850
|
/*
|
|
7842
7851
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7867,7 +7876,7 @@ var ServerTelemetryEntity = /** @class */ (function () {
|
|
|
7867
7876
|
return ServerTelemetryEntity;
|
|
7868
7877
|
}());
|
|
7869
7878
|
|
|
7870
|
-
/*! @azure/msal-common v13.3.
|
|
7879
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7871
7880
|
|
|
7872
7881
|
/*
|
|
7873
7882
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7895,7 +7904,7 @@ var ThrottlingEntity = /** @class */ (function () {
|
|
|
7895
7904
|
return ThrottlingEntity;
|
|
7896
7905
|
}());
|
|
7897
7906
|
|
|
7898
|
-
/*! @azure/msal-common v13.3.
|
|
7907
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7899
7908
|
|
|
7900
7909
|
/*
|
|
7901
7910
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7912,7 +7921,7 @@ var StubbedNetworkModule = {
|
|
|
7912
7921
|
}
|
|
7913
7922
|
};
|
|
7914
7923
|
|
|
7915
|
-
/*! @azure/msal-common v13.3.
|
|
7924
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7916
7925
|
|
|
7917
7926
|
/*
|
|
7918
7927
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7957,7 +7966,7 @@ var JoseHeaderError = /** @class */ (function (_super) {
|
|
|
7957
7966
|
return JoseHeaderError;
|
|
7958
7967
|
}(AuthError));
|
|
7959
7968
|
|
|
7960
|
-
/*! @azure/msal-common v13.3.
|
|
7969
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7961
7970
|
|
|
7962
7971
|
/*
|
|
7963
7972
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7997,7 +8006,7 @@ var JoseHeader = /** @class */ (function () {
|
|
|
7997
8006
|
return JoseHeader;
|
|
7998
8007
|
}());
|
|
7999
8008
|
|
|
8000
|
-
/*! @azure/msal-common v13.3.
|
|
8009
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8001
8010
|
|
|
8002
8011
|
/*
|
|
8003
8012
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8056,7 +8065,7 @@ var AuthenticationHeaderParser = /** @class */ (function () {
|
|
|
8056
8065
|
return AuthenticationHeaderParser;
|
|
8057
8066
|
}());
|
|
8058
8067
|
|
|
8059
|
-
/*! @azure/msal-common v13.3.
|
|
8068
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8060
8069
|
|
|
8061
8070
|
/*
|
|
8062
8071
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8218,7 +8227,7 @@ var ServerTelemetryManager = /** @class */ (function () {
|
|
|
8218
8227
|
return ServerTelemetryManager;
|
|
8219
8228
|
}());
|
|
8220
8229
|
|
|
8221
|
-
/*! @azure/msal-common v13.3.
|
|
8230
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8222
8231
|
|
|
8223
8232
|
/*
|
|
8224
8233
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8621,7 +8630,7 @@ var PerformanceClient = /** @class */ (function () {
|
|
|
8621
8630
|
return PerformanceClient;
|
|
8622
8631
|
}());
|
|
8623
8632
|
|
|
8624
|
-
/*! @azure/msal-common v13.3.
|
|
8633
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8625
8634
|
|
|
8626
8635
|
/*
|
|
8627
8636
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10881,7 +10890,7 @@ var DEFAULT_BROWSER_CACHE_MANAGER = function (clientId, logger) {
|
|
|
10881
10890
|
|
|
10882
10891
|
/* eslint-disable header/header */
|
|
10883
10892
|
var name = "@azure/msal-browser";
|
|
10884
|
-
var version = "2.38.
|
|
10893
|
+
var version = "2.38.3";
|
|
10885
10894
|
|
|
10886
10895
|
/*
|
|
10887
10896
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|