@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/lib/msal-browser.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
|
(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 v9.0.
|
|
122
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
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 v9.0.
|
|
209
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
210
210
|
|
|
211
211
|
/*
|
|
212
212
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -588,9 +588,10 @@
|
|
|
588
588
|
(function (JsonTypes) {
|
|
589
589
|
JsonTypes["Jwt"] = "JWT";
|
|
590
590
|
JsonTypes["Jwk"] = "JWK";
|
|
591
|
+
JsonTypes["Pop"] = "pop";
|
|
591
592
|
})(JsonTypes || (JsonTypes = {}));
|
|
592
593
|
|
|
593
|
-
/*! @azure/msal-common v9.0.
|
|
594
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
594
595
|
|
|
595
596
|
/*
|
|
596
597
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -646,7 +647,7 @@
|
|
|
646
647
|
return AuthError;
|
|
647
648
|
}(Error));
|
|
648
649
|
|
|
649
|
-
/*! @azure/msal-common v9.0.
|
|
650
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
650
651
|
|
|
651
652
|
/*
|
|
652
653
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -721,7 +722,7 @@
|
|
|
721
722
|
}
|
|
722
723
|
};
|
|
723
724
|
|
|
724
|
-
/*! @azure/msal-common v9.0.
|
|
725
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
725
726
|
|
|
726
727
|
/*
|
|
727
728
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1216,7 +1217,7 @@
|
|
|
1216
1217
|
return ClientAuthError;
|
|
1217
1218
|
}(AuthError));
|
|
1218
1219
|
|
|
1219
|
-
/*! @azure/msal-common v9.0.
|
|
1220
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1220
1221
|
|
|
1221
1222
|
/*
|
|
1222
1223
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1341,7 +1342,7 @@
|
|
|
1341
1342
|
return StringUtils;
|
|
1342
1343
|
}());
|
|
1343
1344
|
|
|
1344
|
-
/*! @azure/msal-common v9.0.
|
|
1345
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1345
1346
|
|
|
1346
1347
|
/*
|
|
1347
1348
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1531,12 +1532,12 @@
|
|
|
1531
1532
|
return Logger;
|
|
1532
1533
|
}());
|
|
1533
1534
|
|
|
1534
|
-
/*! @azure/msal-common v9.0.
|
|
1535
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1535
1536
|
/* eslint-disable header/header */
|
|
1536
1537
|
var name$1 = "@azure/msal-common";
|
|
1537
|
-
var version$1 = "9.0.
|
|
1538
|
+
var version$1 = "9.0.3";
|
|
1538
1539
|
|
|
1539
|
-
/*! @azure/msal-common v9.0.
|
|
1540
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1540
1541
|
/*
|
|
1541
1542
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1542
1543
|
* Licensed under the MIT License.
|
|
@@ -1557,7 +1558,7 @@
|
|
|
1557
1558
|
AzureCloudInstance["AzureUsGovernment"] = "https://login.microsoftonline.us";
|
|
1558
1559
|
})(exports.AzureCloudInstance || (exports.AzureCloudInstance = {}));
|
|
1559
1560
|
|
|
1560
|
-
/*! @azure/msal-common v9.0.
|
|
1561
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1561
1562
|
|
|
1562
1563
|
/*
|
|
1563
1564
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1713,7 +1714,7 @@
|
|
|
1713
1714
|
return CredentialEntity;
|
|
1714
1715
|
}());
|
|
1715
1716
|
|
|
1716
|
-
/*! @azure/msal-common v9.0.
|
|
1717
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1717
1718
|
|
|
1718
1719
|
/*
|
|
1719
1720
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1968,7 +1969,7 @@
|
|
|
1968
1969
|
return ClientConfigurationError;
|
|
1969
1970
|
}(ClientAuthError));
|
|
1970
1971
|
|
|
1971
|
-
/*! @azure/msal-common v9.0.
|
|
1972
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
1972
1973
|
|
|
1973
1974
|
/*
|
|
1974
1975
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2152,7 +2153,7 @@
|
|
|
2152
2153
|
return ScopeSet;
|
|
2153
2154
|
}());
|
|
2154
2155
|
|
|
2155
|
-
/*! @azure/msal-common v9.0.
|
|
2156
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2156
2157
|
|
|
2157
2158
|
/*
|
|
2158
2159
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2190,7 +2191,7 @@
|
|
|
2190
2191
|
};
|
|
2191
2192
|
}
|
|
2192
2193
|
|
|
2193
|
-
/*! @azure/msal-common v9.0.
|
|
2194
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2194
2195
|
/*
|
|
2195
2196
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2196
2197
|
* Licensed under the MIT License.
|
|
@@ -2205,7 +2206,7 @@
|
|
|
2205
2206
|
AuthorityType[AuthorityType["Dsts"] = 2] = "Dsts";
|
|
2206
2207
|
})(AuthorityType || (AuthorityType = {}));
|
|
2207
2208
|
|
|
2208
|
-
/*! @azure/msal-common v9.0.
|
|
2209
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2209
2210
|
|
|
2210
2211
|
/*
|
|
2211
2212
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2444,7 +2445,7 @@
|
|
|
2444
2445
|
return AccountEntity;
|
|
2445
2446
|
}());
|
|
2446
2447
|
|
|
2447
|
-
/*! @azure/msal-common v9.0.
|
|
2448
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2448
2449
|
|
|
2449
2450
|
/*
|
|
2450
2451
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2496,7 +2497,7 @@
|
|
|
2496
2497
|
return AuthToken;
|
|
2497
2498
|
}());
|
|
2498
2499
|
|
|
2499
|
-
/*! @azure/msal-common v9.0.
|
|
2500
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
2500
2501
|
|
|
2501
2502
|
/*
|
|
2502
2503
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3375,7 +3376,7 @@
|
|
|
3375
3376
|
return DefaultStorageClass;
|
|
3376
3377
|
}(CacheManager));
|
|
3377
3378
|
|
|
3378
|
-
/*! @azure/msal-common v9.0.
|
|
3379
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3379
3380
|
|
|
3380
3381
|
/*
|
|
3381
3382
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3469,7 +3470,7 @@
|
|
|
3469
3470
|
return __assign({ clientCapabilities: [], azureCloudOptions: DEFAULT_AZURE_CLOUD_OPTIONS, skipAuthorityMetadataCache: false }, authOptions);
|
|
3470
3471
|
}
|
|
3471
3472
|
|
|
3472
|
-
/*! @azure/msal-common v9.0.
|
|
3473
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3473
3474
|
|
|
3474
3475
|
/*
|
|
3475
3476
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3489,7 +3490,7 @@
|
|
|
3489
3490
|
return ServerError;
|
|
3490
3491
|
}(AuthError));
|
|
3491
3492
|
|
|
3492
|
-
/*! @azure/msal-common v9.0.
|
|
3493
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3493
3494
|
|
|
3494
3495
|
/*
|
|
3495
3496
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3585,7 +3586,7 @@
|
|
|
3585
3586
|
return ThrottlingUtils;
|
|
3586
3587
|
}());
|
|
3587
3588
|
|
|
3588
|
-
/*! @azure/msal-common v9.0.
|
|
3589
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3589
3590
|
|
|
3590
3591
|
/*
|
|
3591
3592
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3634,7 +3635,7 @@
|
|
|
3634
3635
|
return NetworkManager;
|
|
3635
3636
|
}());
|
|
3636
3637
|
|
|
3637
|
-
/*! @azure/msal-common v9.0.
|
|
3638
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3638
3639
|
/*
|
|
3639
3640
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3640
3641
|
* Licensed under the MIT License.
|
|
@@ -3645,7 +3646,7 @@
|
|
|
3645
3646
|
CcsCredentialType["UPN"] = "UPN";
|
|
3646
3647
|
})(CcsCredentialType || (CcsCredentialType = {}));
|
|
3647
3648
|
|
|
3648
|
-
/*! @azure/msal-common v9.0.
|
|
3649
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3649
3650
|
|
|
3650
3651
|
/*
|
|
3651
3652
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3736,7 +3737,7 @@
|
|
|
3736
3737
|
return BaseClient;
|
|
3737
3738
|
}());
|
|
3738
3739
|
|
|
3739
|
-
/*! @azure/msal-common v9.0.
|
|
3740
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3740
3741
|
|
|
3741
3742
|
/*
|
|
3742
3743
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3822,7 +3823,7 @@
|
|
|
3822
3823
|
return RequestValidator;
|
|
3823
3824
|
}());
|
|
3824
3825
|
|
|
3825
|
-
/*! @azure/msal-common v9.0.
|
|
3826
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
3826
3827
|
|
|
3827
3828
|
/*
|
|
3828
3829
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4200,7 +4201,7 @@
|
|
|
4200
4201
|
return RequestParameterBuilder;
|
|
4201
4202
|
}());
|
|
4202
4203
|
|
|
4203
|
-
/*! @azure/msal-common v9.0.
|
|
4204
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4204
4205
|
|
|
4205
4206
|
/*
|
|
4206
4207
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4264,7 +4265,7 @@
|
|
|
4264
4265
|
return IdTokenEntity;
|
|
4265
4266
|
}(CredentialEntity));
|
|
4266
4267
|
|
|
4267
|
-
/*! @azure/msal-common v9.0.
|
|
4268
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4268
4269
|
/*
|
|
4269
4270
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4270
4271
|
* Licensed under the MIT License.
|
|
@@ -4314,7 +4315,7 @@
|
|
|
4314
4315
|
return TimeUtils;
|
|
4315
4316
|
}());
|
|
4316
4317
|
|
|
4317
|
-
/*! @azure/msal-common v9.0.
|
|
4318
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4318
4319
|
|
|
4319
4320
|
/*
|
|
4320
4321
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4428,7 +4429,7 @@
|
|
|
4428
4429
|
return AccessTokenEntity;
|
|
4429
4430
|
}(CredentialEntity));
|
|
4430
4431
|
|
|
4431
|
-
/*! @azure/msal-common v9.0.
|
|
4432
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4432
4433
|
|
|
4433
4434
|
/*
|
|
4434
4435
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4495,7 +4496,7 @@
|
|
|
4495
4496
|
return RefreshTokenEntity;
|
|
4496
4497
|
}(CredentialEntity));
|
|
4497
4498
|
|
|
4498
|
-
/*! @azure/msal-common v9.0.
|
|
4499
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4499
4500
|
|
|
4500
4501
|
/*
|
|
4501
4502
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4570,7 +4571,7 @@
|
|
|
4570
4571
|
return InteractionRequiredAuthError;
|
|
4571
4572
|
}(AuthError));
|
|
4572
4573
|
|
|
4573
|
-
/*! @azure/msal-common v9.0.
|
|
4574
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4574
4575
|
/*
|
|
4575
4576
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4576
4577
|
* Licensed under the MIT License.
|
|
@@ -4586,7 +4587,7 @@
|
|
|
4586
4587
|
return CacheRecord;
|
|
4587
4588
|
}());
|
|
4588
4589
|
|
|
4589
|
-
/*! @azure/msal-common v9.0.
|
|
4590
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4590
4591
|
|
|
4591
4592
|
/*
|
|
4592
4593
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4657,7 +4658,7 @@
|
|
|
4657
4658
|
return ProtocolUtils;
|
|
4658
4659
|
}());
|
|
4659
4660
|
|
|
4660
|
-
/*! @azure/msal-common v9.0.
|
|
4661
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4661
4662
|
|
|
4662
4663
|
/*
|
|
4663
4664
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4891,7 +4892,7 @@
|
|
|
4891
4892
|
return UrlString;
|
|
4892
4893
|
}());
|
|
4893
4894
|
|
|
4894
|
-
/*! @azure/msal-common v9.0.
|
|
4895
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4895
4896
|
|
|
4896
4897
|
/*
|
|
4897
4898
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4992,7 +4993,7 @@
|
|
|
4992
4993
|
return PopTokenGenerator;
|
|
4993
4994
|
}());
|
|
4994
4995
|
|
|
4995
|
-
/*! @azure/msal-common v9.0.
|
|
4996
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
4996
4997
|
|
|
4997
4998
|
/*
|
|
4998
4999
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5062,7 +5063,7 @@
|
|
|
5062
5063
|
return AppMetadataEntity;
|
|
5063
5064
|
}());
|
|
5064
5065
|
|
|
5065
|
-
/*! @azure/msal-common v9.0.
|
|
5066
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5066
5067
|
/*
|
|
5067
5068
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5068
5069
|
* Licensed under the MIT License.
|
|
@@ -5098,7 +5099,7 @@
|
|
|
5098
5099
|
return TokenCacheContext;
|
|
5099
5100
|
}());
|
|
5100
5101
|
|
|
5101
|
-
/*! @azure/msal-common v9.0.
|
|
5102
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5102
5103
|
|
|
5103
5104
|
/*
|
|
5104
5105
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5378,7 +5379,7 @@
|
|
|
5378
5379
|
return ResponseHandler;
|
|
5379
5380
|
}());
|
|
5380
5381
|
|
|
5381
|
-
/*! @azure/msal-common v9.0.
|
|
5382
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5382
5383
|
|
|
5383
5384
|
/*
|
|
5384
5385
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5852,7 +5853,7 @@
|
|
|
5852
5853
|
return AuthorizationCodeClient;
|
|
5853
5854
|
}(BaseClient));
|
|
5854
5855
|
|
|
5855
|
-
/*! @azure/msal-common v9.0.
|
|
5856
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5856
5857
|
/*
|
|
5857
5858
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5858
5859
|
* Licensed under the MIT License.
|
|
@@ -5982,7 +5983,7 @@
|
|
|
5982
5983
|
PerformanceEventStatus[PerformanceEventStatus["Completed"] = 2] = "Completed";
|
|
5983
5984
|
})(PerformanceEventStatus || (PerformanceEventStatus = {}));
|
|
5984
5985
|
|
|
5985
|
-
/*! @azure/msal-common v9.0.
|
|
5986
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
5986
5987
|
|
|
5987
5988
|
/*
|
|
5988
5989
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6253,7 +6254,7 @@
|
|
|
6253
6254
|
return RefreshTokenClient;
|
|
6254
6255
|
}(BaseClient));
|
|
6255
6256
|
|
|
6256
|
-
/*! @azure/msal-common v9.0.
|
|
6257
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6257
6258
|
|
|
6258
6259
|
/*
|
|
6259
6260
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6377,7 +6378,7 @@
|
|
|
6377
6378
|
return SilentFlowClient;
|
|
6378
6379
|
}(BaseClient));
|
|
6379
6380
|
|
|
6380
|
-
/*! @azure/msal-common v9.0.
|
|
6381
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6381
6382
|
/*
|
|
6382
6383
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6383
6384
|
* Licensed under the MIT License.
|
|
@@ -6389,7 +6390,7 @@
|
|
|
6389
6390
|
response.hasOwnProperty("jwks_uri"));
|
|
6390
6391
|
}
|
|
6391
6392
|
|
|
6392
|
-
/*! @azure/msal-common v9.0.
|
|
6393
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6393
6394
|
/*
|
|
6394
6395
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6395
6396
|
* Licensed under the MIT License.
|
|
@@ -6398,7 +6399,7 @@
|
|
|
6398
6399
|
var EndpointMetadata = rawMetdataJSON.endpointMetadata;
|
|
6399
6400
|
var InstanceDiscoveryMetadata = rawMetdataJSON.instanceDiscoveryMetadata;
|
|
6400
6401
|
|
|
6401
|
-
/*! @azure/msal-common v9.0.
|
|
6402
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6402
6403
|
/*
|
|
6403
6404
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6404
6405
|
* Licensed under the MIT License.
|
|
@@ -6412,7 +6413,7 @@
|
|
|
6412
6413
|
ProtocolMode["OIDC"] = "OIDC";
|
|
6413
6414
|
})(exports.ProtocolMode || (exports.ProtocolMode = {}));
|
|
6414
6415
|
|
|
6415
|
-
/*! @azure/msal-common v9.0.
|
|
6416
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6416
6417
|
|
|
6417
6418
|
/*
|
|
6418
6419
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6489,7 +6490,7 @@
|
|
|
6489
6490
|
return AuthorityMetadataEntity;
|
|
6490
6491
|
}());
|
|
6491
6492
|
|
|
6492
|
-
/*! @azure/msal-common v9.0.
|
|
6493
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6493
6494
|
/*
|
|
6494
6495
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6495
6496
|
* Licensed under the MIT License.
|
|
@@ -6499,7 +6500,7 @@
|
|
|
6499
6500
|
response.hasOwnProperty("metadata"));
|
|
6500
6501
|
}
|
|
6501
6502
|
|
|
6502
|
-
/*! @azure/msal-common v9.0.
|
|
6503
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6503
6504
|
/*
|
|
6504
6505
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6505
6506
|
* Licensed under the MIT License.
|
|
@@ -6509,7 +6510,7 @@
|
|
|
6509
6510
|
response.hasOwnProperty("error_description"));
|
|
6510
6511
|
}
|
|
6511
6512
|
|
|
6512
|
-
/*! @azure/msal-common v9.0.
|
|
6513
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6513
6514
|
|
|
6514
6515
|
/*
|
|
6515
6516
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6631,7 +6632,7 @@
|
|
|
6631
6632
|
return RegionDiscovery;
|
|
6632
6633
|
}());
|
|
6633
6634
|
|
|
6634
|
-
/*! @azure/msal-common v9.0.
|
|
6635
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
6635
6636
|
|
|
6636
6637
|
/*
|
|
6637
6638
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7353,7 +7354,7 @@
|
|
|
7353
7354
|
return Authority;
|
|
7354
7355
|
}());
|
|
7355
7356
|
|
|
7356
|
-
/*! @azure/msal-common v9.0.
|
|
7357
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7357
7358
|
|
|
7358
7359
|
/*
|
|
7359
7360
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7414,7 +7415,7 @@
|
|
|
7414
7415
|
return AuthorityFactory;
|
|
7415
7416
|
}());
|
|
7416
7417
|
|
|
7417
|
-
/*! @azure/msal-common v9.0.
|
|
7418
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7418
7419
|
|
|
7419
7420
|
/*
|
|
7420
7421
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7445,7 +7446,7 @@
|
|
|
7445
7446
|
return ServerTelemetryEntity;
|
|
7446
7447
|
}());
|
|
7447
7448
|
|
|
7448
|
-
/*! @azure/msal-common v9.0.
|
|
7449
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7449
7450
|
|
|
7450
7451
|
/*
|
|
7451
7452
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7473,7 +7474,7 @@
|
|
|
7473
7474
|
return ThrottlingEntity;
|
|
7474
7475
|
}());
|
|
7475
7476
|
|
|
7476
|
-
/*! @azure/msal-common v9.0.
|
|
7477
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7477
7478
|
|
|
7478
7479
|
/*
|
|
7479
7480
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7490,7 +7491,7 @@
|
|
|
7490
7491
|
}
|
|
7491
7492
|
};
|
|
7492
7493
|
|
|
7493
|
-
/*! @azure/msal-common v9.0.
|
|
7494
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7494
7495
|
|
|
7495
7496
|
/*
|
|
7496
7497
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7535,7 +7536,7 @@
|
|
|
7535
7536
|
return JoseHeaderError;
|
|
7536
7537
|
}(AuthError));
|
|
7537
7538
|
|
|
7538
|
-
/*! @azure/msal-common v9.0.
|
|
7539
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7539
7540
|
|
|
7540
7541
|
/*
|
|
7541
7542
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7565,8 +7566,8 @@
|
|
|
7565
7566
|
throw JoseHeaderError.createMissingAlgError();
|
|
7566
7567
|
}
|
|
7567
7568
|
var shrHeader = new JoseHeader({
|
|
7568
|
-
// Access Token PoP headers must have type
|
|
7569
|
-
typ: shrHeaderOptions.typ || JsonTypes.
|
|
7569
|
+
// Access Token PoP headers must have type pop, but the type header can be overriden for special cases
|
|
7570
|
+
typ: shrHeaderOptions.typ || JsonTypes.Pop,
|
|
7570
7571
|
kid: shrHeaderOptions.kid,
|
|
7571
7572
|
alg: shrHeaderOptions.alg
|
|
7572
7573
|
});
|
|
@@ -7575,7 +7576,7 @@
|
|
|
7575
7576
|
return JoseHeader;
|
|
7576
7577
|
}());
|
|
7577
7578
|
|
|
7578
|
-
/*! @azure/msal-common v9.0.
|
|
7579
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7579
7580
|
|
|
7580
7581
|
/*
|
|
7581
7582
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7634,7 +7635,7 @@
|
|
|
7634
7635
|
return AuthenticationHeaderParser;
|
|
7635
7636
|
}());
|
|
7636
7637
|
|
|
7637
|
-
/*! @azure/msal-common v9.0.
|
|
7638
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7638
7639
|
|
|
7639
7640
|
/*
|
|
7640
7641
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7796,7 +7797,7 @@
|
|
|
7796
7797
|
return ServerTelemetryManager;
|
|
7797
7798
|
}());
|
|
7798
7799
|
|
|
7799
|
-
/*! @azure/msal-common v9.0.
|
|
7800
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
7800
7801
|
|
|
7801
7802
|
/*
|
|
7802
7803
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8091,7 +8092,7 @@
|
|
|
8091
8092
|
return PerformanceClient;
|
|
8092
8093
|
}());
|
|
8093
8094
|
|
|
8094
|
-
/*! @azure/msal-common v9.0.
|
|
8095
|
+
/*! @azure/msal-common v9.0.3 2023-03-10 */
|
|
8095
8096
|
|
|
8096
8097
|
/*
|
|
8097
8098
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -9981,7 +9982,7 @@
|
|
|
9981
9982
|
|
|
9982
9983
|
/* eslint-disable header/header */
|
|
9983
9984
|
var name = "@azure/msal-browser";
|
|
9984
|
-
var version = "2.32.
|
|
9985
|
+
var version = "2.32.3";
|
|
9985
9986
|
|
|
9986
9987
|
/*
|
|
9987
9988
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|