@azure/msal-browser 2.38.0 → 2.38.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.
- 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.d.ts.map +1 -1
- package/dist/app/PublicClientApplication.js +5 -3
- package/dist/app/PublicClientApplication.js.map +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/config/Configuration.js.map +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 +65 -63
- 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 +65 -63
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +28 -28
- package/package.json +3 -3
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v2.38.
|
|
1
|
+
/*! @azure/msal-browser v2.38.1 2023-08-07 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
return ar;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
/*! @azure/msal-common v13.2.
|
|
122
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
123
123
|
/*! *****************************************************************************
|
|
124
124
|
Copyright (c) Microsoft Corporation.
|
|
125
125
|
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
return r;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
/*! @azure/msal-common v13.2.
|
|
209
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
210
210
|
|
|
211
211
|
/*
|
|
212
212
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
JsonTypes["Pop"] = "pop";
|
|
580
580
|
})(JsonTypes || (JsonTypes = {}));
|
|
581
581
|
|
|
582
|
-
/*! @azure/msal-common v13.2.
|
|
582
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
583
583
|
|
|
584
584
|
/*
|
|
585
585
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
return AuthError;
|
|
636
636
|
}(Error));
|
|
637
637
|
|
|
638
|
-
/*! @azure/msal-common v13.2.
|
|
638
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
639
639
|
|
|
640
640
|
/*
|
|
641
641
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -710,7 +710,7 @@
|
|
|
710
710
|
}
|
|
711
711
|
};
|
|
712
712
|
|
|
713
|
-
/*! @azure/msal-common v13.2.
|
|
713
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
714
714
|
|
|
715
715
|
/*
|
|
716
716
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
return ClientAuthError;
|
|
1226
1226
|
}(AuthError));
|
|
1227
1227
|
|
|
1228
|
-
/*! @azure/msal-common v13.2.
|
|
1228
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
1229
1229
|
|
|
1230
1230
|
/*
|
|
1231
1231
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1350,7 +1350,7 @@
|
|
|
1350
1350
|
return StringUtils;
|
|
1351
1351
|
}());
|
|
1352
1352
|
|
|
1353
|
-
/*! @azure/msal-common v13.2.
|
|
1353
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
1354
1354
|
|
|
1355
1355
|
/*
|
|
1356
1356
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1540,12 +1540,12 @@
|
|
|
1540
1540
|
return Logger;
|
|
1541
1541
|
}());
|
|
1542
1542
|
|
|
1543
|
-
/*! @azure/msal-common v13.2.
|
|
1543
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
1544
1544
|
/* eslint-disable header/header */
|
|
1545
1545
|
var name$1 = "@azure/msal-common";
|
|
1546
|
-
var version$1 = "13.2.
|
|
1546
|
+
var version$1 = "13.2.1";
|
|
1547
1547
|
|
|
1548
|
-
/*! @azure/msal-common v13.2.
|
|
1548
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
1549
1549
|
/*
|
|
1550
1550
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1551
1551
|
* Licensed under the MIT License.
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
AzureCloudInstance["AzureUsGovernment"] = "https://login.microsoftonline.us";
|
|
1567
1567
|
})(exports.AzureCloudInstance || (exports.AzureCloudInstance = {}));
|
|
1568
1568
|
|
|
1569
|
-
/*! @azure/msal-common v13.2.
|
|
1569
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
1570
1570
|
|
|
1571
1571
|
/*
|
|
1572
1572
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
return ClientConfigurationError;
|
|
1832
1832
|
}(ClientAuthError));
|
|
1833
1833
|
|
|
1834
|
-
/*! @azure/msal-common v13.2.
|
|
1834
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
1835
1835
|
|
|
1836
1836
|
/*
|
|
1837
1837
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
return ScopeSet;
|
|
2031
2031
|
}());
|
|
2032
2032
|
|
|
2033
|
-
/*! @azure/msal-common v13.2.
|
|
2033
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
2034
2034
|
|
|
2035
2035
|
/*
|
|
2036
2036
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2068,7 +2068,7 @@
|
|
|
2068
2068
|
};
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
|
-
/*! @azure/msal-common v13.2.
|
|
2071
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
2072
2072
|
/*
|
|
2073
2073
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2074
2074
|
* Licensed under the MIT License.
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
AuthorityType[AuthorityType["Ciam"] = 3] = "Ciam";
|
|
2085
2085
|
})(AuthorityType || (AuthorityType = {}));
|
|
2086
2086
|
|
|
2087
|
-
/*! @azure/msal-common v13.2.
|
|
2087
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
2088
2088
|
|
|
2089
2089
|
/*
|
|
2090
2090
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2323,7 +2323,7 @@
|
|
|
2323
2323
|
return AccountEntity;
|
|
2324
2324
|
}());
|
|
2325
2325
|
|
|
2326
|
-
/*! @azure/msal-common v13.2.
|
|
2326
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
2327
2327
|
|
|
2328
2328
|
/*
|
|
2329
2329
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
return AuthToken;
|
|
2376
2376
|
}());
|
|
2377
2377
|
|
|
2378
|
-
/*! @azure/msal-common v13.2.
|
|
2378
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
2379
2379
|
|
|
2380
2380
|
/*
|
|
2381
2381
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3423,7 +3423,7 @@
|
|
|
3423
3423
|
return DefaultStorageClass;
|
|
3424
3424
|
}(CacheManager));
|
|
3425
3425
|
|
|
3426
|
-
/*! @azure/msal-common v13.2.
|
|
3426
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3427
3427
|
|
|
3428
3428
|
/*
|
|
3429
3429
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3520,7 +3520,7 @@
|
|
|
3520
3520
|
return __assign({ clientCapabilities: [], azureCloudOptions: DEFAULT_AZURE_CLOUD_OPTIONS, skipAuthorityMetadataCache: false }, authOptions);
|
|
3521
3521
|
}
|
|
3522
3522
|
|
|
3523
|
-
/*! @azure/msal-common v13.2.
|
|
3523
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3524
3524
|
|
|
3525
3525
|
/*
|
|
3526
3526
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3540,7 +3540,7 @@
|
|
|
3540
3540
|
return ServerError;
|
|
3541
3541
|
}(AuthError));
|
|
3542
3542
|
|
|
3543
|
-
/*! @azure/msal-common v13.2.
|
|
3543
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3544
3544
|
|
|
3545
3545
|
/*
|
|
3546
3546
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
return ThrottlingUtils;
|
|
3637
3637
|
}());
|
|
3638
3638
|
|
|
3639
|
-
/*! @azure/msal-common v13.2.
|
|
3639
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3640
3640
|
|
|
3641
3641
|
/*
|
|
3642
3642
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3685,7 +3685,7 @@
|
|
|
3685
3685
|
return NetworkManager;
|
|
3686
3686
|
}());
|
|
3687
3687
|
|
|
3688
|
-
/*! @azure/msal-common v13.2.
|
|
3688
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3689
3689
|
/*
|
|
3690
3690
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3691
3691
|
* Licensed under the MIT License.
|
|
@@ -3696,7 +3696,7 @@
|
|
|
3696
3696
|
CcsCredentialType["UPN"] = "UPN";
|
|
3697
3697
|
})(CcsCredentialType || (CcsCredentialType = {}));
|
|
3698
3698
|
|
|
3699
|
-
/*! @azure/msal-common v13.2.
|
|
3699
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3700
3700
|
|
|
3701
3701
|
/*
|
|
3702
3702
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3787,7 +3787,7 @@
|
|
|
3787
3787
|
return RequestValidator;
|
|
3788
3788
|
}());
|
|
3789
3789
|
|
|
3790
|
-
/*! @azure/msal-common v13.2.
|
|
3790
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
3791
3791
|
|
|
3792
3792
|
/*
|
|
3793
3793
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4165,7 +4165,7 @@
|
|
|
4165
4165
|
return RequestParameterBuilder;
|
|
4166
4166
|
}());
|
|
4167
4167
|
|
|
4168
|
-
/*! @azure/msal-common v13.2.
|
|
4168
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4169
4169
|
|
|
4170
4170
|
/*
|
|
4171
4171
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
return BaseClient;
|
|
4268
4268
|
}());
|
|
4269
4269
|
|
|
4270
|
-
/*! @azure/msal-common v13.2.
|
|
4270
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4271
4271
|
|
|
4272
4272
|
/*
|
|
4273
4273
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4405,7 +4405,7 @@
|
|
|
4405
4405
|
return CredentialEntity;
|
|
4406
4406
|
}());
|
|
4407
4407
|
|
|
4408
|
-
/*! @azure/msal-common v13.2.
|
|
4408
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4409
4409
|
|
|
4410
4410
|
/*
|
|
4411
4411
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4469,7 +4469,7 @@
|
|
|
4469
4469
|
return IdTokenEntity;
|
|
4470
4470
|
}(CredentialEntity));
|
|
4471
4471
|
|
|
4472
|
-
/*! @azure/msal-common v13.2.
|
|
4472
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4473
4473
|
/*
|
|
4474
4474
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4475
4475
|
* Licensed under the MIT License.
|
|
@@ -4519,7 +4519,7 @@
|
|
|
4519
4519
|
return TimeUtils;
|
|
4520
4520
|
}());
|
|
4521
4521
|
|
|
4522
|
-
/*! @azure/msal-common v13.2.
|
|
4522
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4523
4523
|
|
|
4524
4524
|
/*
|
|
4525
4525
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4633,7 +4633,7 @@
|
|
|
4633
4633
|
return AccessTokenEntity;
|
|
4634
4634
|
}(CredentialEntity));
|
|
4635
4635
|
|
|
4636
|
-
/*! @azure/msal-common v13.2.
|
|
4636
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4637
4637
|
|
|
4638
4638
|
/*
|
|
4639
4639
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4700,7 +4700,7 @@
|
|
|
4700
4700
|
return RefreshTokenEntity;
|
|
4701
4701
|
}(CredentialEntity));
|
|
4702
4702
|
|
|
4703
|
-
/*! @azure/msal-common v13.2.
|
|
4703
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4704
4704
|
|
|
4705
4705
|
/*
|
|
4706
4706
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4779,7 +4779,7 @@
|
|
|
4779
4779
|
return InteractionRequiredAuthError;
|
|
4780
4780
|
}(AuthError));
|
|
4781
4781
|
|
|
4782
|
-
/*! @azure/msal-common v13.2.
|
|
4782
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4783
4783
|
/*
|
|
4784
4784
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4785
4785
|
* Licensed under the MIT License.
|
|
@@ -4795,7 +4795,7 @@
|
|
|
4795
4795
|
return CacheRecord;
|
|
4796
4796
|
}());
|
|
4797
4797
|
|
|
4798
|
-
/*! @azure/msal-common v13.2.
|
|
4798
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4799
4799
|
|
|
4800
4800
|
/*
|
|
4801
4801
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4866,7 +4866,7 @@
|
|
|
4866
4866
|
return ProtocolUtils;
|
|
4867
4867
|
}());
|
|
4868
4868
|
|
|
4869
|
-
/*! @azure/msal-common v13.2.
|
|
4869
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
4870
4870
|
|
|
4871
4871
|
/*
|
|
4872
4872
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5100,7 +5100,7 @@
|
|
|
5100
5100
|
return UrlString;
|
|
5101
5101
|
}());
|
|
5102
5102
|
|
|
5103
|
-
/*! @azure/msal-common v13.2.
|
|
5103
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
5104
5104
|
/*
|
|
5105
5105
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5106
5106
|
* Licensed under the MIT License.
|
|
@@ -5329,7 +5329,7 @@
|
|
|
5329
5329
|
"status",
|
|
5330
5330
|
]);
|
|
5331
5331
|
|
|
5332
|
-
/*! @azure/msal-common v13.2.
|
|
5332
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
5333
5333
|
|
|
5334
5334
|
/*
|
|
5335
5335
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5438,7 +5438,7 @@
|
|
|
5438
5438
|
return PopTokenGenerator;
|
|
5439
5439
|
}());
|
|
5440
5440
|
|
|
5441
|
-
/*! @azure/msal-common v13.2.
|
|
5441
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
5442
5442
|
|
|
5443
5443
|
/*
|
|
5444
5444
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5508,7 +5508,7 @@
|
|
|
5508
5508
|
return AppMetadataEntity;
|
|
5509
5509
|
}());
|
|
5510
5510
|
|
|
5511
|
-
/*! @azure/msal-common v13.2.
|
|
5511
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
5512
5512
|
/*
|
|
5513
5513
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5514
5514
|
* Licensed under the MIT License.
|
|
@@ -5544,7 +5544,7 @@
|
|
|
5544
5544
|
return TokenCacheContext;
|
|
5545
5545
|
}());
|
|
5546
5546
|
|
|
5547
|
-
/*! @azure/msal-common v13.2.
|
|
5547
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
5548
5548
|
|
|
5549
5549
|
/*
|
|
5550
5550
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5831,7 +5831,7 @@
|
|
|
5831
5831
|
return ResponseHandler;
|
|
5832
5832
|
}());
|
|
5833
5833
|
|
|
5834
|
-
/*! @azure/msal-common v13.2.
|
|
5834
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
5835
5835
|
|
|
5836
5836
|
/*
|
|
5837
5837
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6309,7 +6309,7 @@
|
|
|
6309
6309
|
return AuthorizationCodeClient;
|
|
6310
6310
|
}(BaseClient));
|
|
6311
6311
|
|
|
6312
|
-
/*! @azure/msal-common v13.2.
|
|
6312
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6313
6313
|
|
|
6314
6314
|
/*
|
|
6315
6315
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6583,7 +6583,7 @@
|
|
|
6583
6583
|
return RefreshTokenClient;
|
|
6584
6584
|
}(BaseClient));
|
|
6585
6585
|
|
|
6586
|
-
/*! @azure/msal-common v13.2.
|
|
6586
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6587
6587
|
|
|
6588
6588
|
/*
|
|
6589
6589
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6713,7 +6713,7 @@
|
|
|
6713
6713
|
return SilentFlowClient;
|
|
6714
6714
|
}(BaseClient));
|
|
6715
6715
|
|
|
6716
|
-
/*! @azure/msal-common v13.2.
|
|
6716
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6717
6717
|
/*
|
|
6718
6718
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6719
6719
|
* Licensed under the MIT License.
|
|
@@ -6725,7 +6725,7 @@
|
|
|
6725
6725
|
response.hasOwnProperty("jwks_uri"));
|
|
6726
6726
|
}
|
|
6727
6727
|
|
|
6728
|
-
/*! @azure/msal-common v13.2.
|
|
6728
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6729
6729
|
/*
|
|
6730
6730
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6731
6731
|
* Licensed under the MIT License.
|
|
@@ -6734,7 +6734,7 @@
|
|
|
6734
6734
|
var EndpointMetadata = rawMetdataJSON.endpointMetadata;
|
|
6735
6735
|
var InstanceDiscoveryMetadata = rawMetdataJSON.instanceDiscoveryMetadata;
|
|
6736
6736
|
|
|
6737
|
-
/*! @azure/msal-common v13.2.
|
|
6737
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6738
6738
|
/*
|
|
6739
6739
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6740
6740
|
* Licensed under the MIT License.
|
|
@@ -6748,7 +6748,7 @@
|
|
|
6748
6748
|
ProtocolMode["OIDC"] = "OIDC";
|
|
6749
6749
|
})(exports.ProtocolMode || (exports.ProtocolMode = {}));
|
|
6750
6750
|
|
|
6751
|
-
/*! @azure/msal-common v13.2.
|
|
6751
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6752
6752
|
|
|
6753
6753
|
/*
|
|
6754
6754
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6825,7 +6825,7 @@
|
|
|
6825
6825
|
return AuthorityMetadataEntity;
|
|
6826
6826
|
}());
|
|
6827
6827
|
|
|
6828
|
-
/*! @azure/msal-common v13.2.
|
|
6828
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6829
6829
|
/*
|
|
6830
6830
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6831
6831
|
* Licensed under the MIT License.
|
|
@@ -6835,7 +6835,7 @@
|
|
|
6835
6835
|
response.hasOwnProperty("metadata"));
|
|
6836
6836
|
}
|
|
6837
6837
|
|
|
6838
|
-
/*! @azure/msal-common v13.2.
|
|
6838
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6839
6839
|
/*
|
|
6840
6840
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6841
6841
|
* Licensed under the MIT License.
|
|
@@ -6845,7 +6845,7 @@
|
|
|
6845
6845
|
response.hasOwnProperty("error_description"));
|
|
6846
6846
|
}
|
|
6847
6847
|
|
|
6848
|
-
/*! @azure/msal-common v13.2.
|
|
6848
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6849
6849
|
|
|
6850
6850
|
/*
|
|
6851
6851
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6977,7 +6977,7 @@
|
|
|
6977
6977
|
return RegionDiscovery;
|
|
6978
6978
|
}());
|
|
6979
6979
|
|
|
6980
|
-
/*! @azure/msal-common v13.2.
|
|
6980
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
6981
6981
|
|
|
6982
6982
|
/*
|
|
6983
6983
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7770,7 +7770,7 @@
|
|
|
7770
7770
|
return Authority;
|
|
7771
7771
|
}());
|
|
7772
7772
|
|
|
7773
|
-
/*! @azure/msal-common v13.2.
|
|
7773
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7774
7774
|
|
|
7775
7775
|
/*
|
|
7776
7776
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7834,7 +7834,7 @@
|
|
|
7834
7834
|
return AuthorityFactory;
|
|
7835
7835
|
}());
|
|
7836
7836
|
|
|
7837
|
-
/*! @azure/msal-common v13.2.
|
|
7837
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7838
7838
|
|
|
7839
7839
|
/*
|
|
7840
7840
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7865,7 +7865,7 @@
|
|
|
7865
7865
|
return ServerTelemetryEntity;
|
|
7866
7866
|
}());
|
|
7867
7867
|
|
|
7868
|
-
/*! @azure/msal-common v13.2.
|
|
7868
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7869
7869
|
|
|
7870
7870
|
/*
|
|
7871
7871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7893,7 +7893,7 @@
|
|
|
7893
7893
|
return ThrottlingEntity;
|
|
7894
7894
|
}());
|
|
7895
7895
|
|
|
7896
|
-
/*! @azure/msal-common v13.2.
|
|
7896
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7897
7897
|
|
|
7898
7898
|
/*
|
|
7899
7899
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7910,7 +7910,7 @@
|
|
|
7910
7910
|
}
|
|
7911
7911
|
};
|
|
7912
7912
|
|
|
7913
|
-
/*! @azure/msal-common v13.2.
|
|
7913
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7914
7914
|
|
|
7915
7915
|
/*
|
|
7916
7916
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7955,7 +7955,7 @@
|
|
|
7955
7955
|
return JoseHeaderError;
|
|
7956
7956
|
}(AuthError));
|
|
7957
7957
|
|
|
7958
|
-
/*! @azure/msal-common v13.2.
|
|
7958
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7959
7959
|
|
|
7960
7960
|
/*
|
|
7961
7961
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7995,7 +7995,7 @@
|
|
|
7995
7995
|
return JoseHeader;
|
|
7996
7996
|
}());
|
|
7997
7997
|
|
|
7998
|
-
/*! @azure/msal-common v13.2.
|
|
7998
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
7999
7999
|
|
|
8000
8000
|
/*
|
|
8001
8001
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8054,7 +8054,7 @@
|
|
|
8054
8054
|
return AuthenticationHeaderParser;
|
|
8055
8055
|
}());
|
|
8056
8056
|
|
|
8057
|
-
/*! @azure/msal-common v13.2.
|
|
8057
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
8058
8058
|
|
|
8059
8059
|
/*
|
|
8060
8060
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8216,7 +8216,7 @@
|
|
|
8216
8216
|
return ServerTelemetryManager;
|
|
8217
8217
|
}());
|
|
8218
8218
|
|
|
8219
|
-
/*! @azure/msal-common v13.2.
|
|
8219
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
8220
8220
|
|
|
8221
8221
|
/*
|
|
8222
8222
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8619,7 +8619,7 @@
|
|
|
8619
8619
|
return PerformanceClient;
|
|
8620
8620
|
}());
|
|
8621
8621
|
|
|
8622
|
-
/*! @azure/msal-common v13.2.
|
|
8622
|
+
/*! @azure/msal-common v13.2.1 2023-08-07 */
|
|
8623
8623
|
|
|
8624
8624
|
/*
|
|
8625
8625
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10845,7 +10845,7 @@
|
|
|
10845
10845
|
|
|
10846
10846
|
/* eslint-disable header/header */
|
|
10847
10847
|
var name = "@azure/msal-browser";
|
|
10848
|
-
var version = "2.38.
|
|
10848
|
+
var version = "2.38.1";
|
|
10849
10849
|
|
|
10850
10850
|
/*
|
|
10851
10851
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -17875,13 +17875,15 @@
|
|
|
17875
17875
|
return _this.acquireTokenByRefreshToken(silentRequest_1, requestWithCLP_1).catch(function (refreshTokenError) {
|
|
17876
17876
|
var isServerError = refreshTokenError instanceof ServerError;
|
|
17877
17877
|
var isInteractionRequiredError = refreshTokenError instanceof InteractionRequiredAuthError;
|
|
17878
|
+
var rtNotFound = (refreshTokenError.errorCode === InteractionRequiredAuthErrorMessage.noTokensFoundError.code);
|
|
17878
17879
|
var isInvalidGrantError = (refreshTokenError.errorCode === BrowserConstants.INVALID_GRANT_ERROR);
|
|
17879
17880
|
if ((!isServerError ||
|
|
17880
17881
|
!isInvalidGrantError ||
|
|
17881
17882
|
isInteractionRequiredError ||
|
|
17882
17883
|
requestWithCLP_1.cacheLookupPolicy === exports.CacheLookupPolicy.AccessTokenAndRefreshToken ||
|
|
17883
17884
|
requestWithCLP_1.cacheLookupPolicy === exports.CacheLookupPolicy.RefreshToken)
|
|
17884
|
-
&& (requestWithCLP_1.cacheLookupPolicy !== exports.CacheLookupPolicy.Skip)
|
|
17885
|
+
&& (requestWithCLP_1.cacheLookupPolicy !== exports.CacheLookupPolicy.Skip)
|
|
17886
|
+
&& !rtNotFound) {
|
|
17885
17887
|
throw refreshTokenError;
|
|
17886
17888
|
}
|
|
17887
17889
|
_this.logger.verbose("Refresh token expired/invalid or CacheLookupPolicy is set to Skip, attempting acquire token by iframe.", request.correlationId);
|