@azure/msal-browser 4.3.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/IPublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientApplication.mjs +1 -1
- package/dist/app/PublicClientNext.mjs +1 -1
- package/dist/broker/nativeBroker/NativeMessageHandler.mjs +1 -1
- package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
- package/dist/cache/AccountManager.mjs +1 -1
- package/dist/cache/AsyncMemoryStorage.mjs +1 -1
- package/dist/cache/BrowserCacheManager.mjs +1 -1
- package/dist/cache/CacheHelpers.mjs +1 -1
- package/dist/cache/CookieStorage.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/LocalStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/SessionStorage.mjs +1 -1
- package/dist/cache/TokenCache.mjs +1 -1
- package/dist/config/Configuration.mjs +1 -1
- package/dist/controllers/ControllerFactory.mjs +1 -1
- package/dist/controllers/NestedAppAuthController.mjs +1 -1
- package/dist/controllers/StandardController.mjs +1 -1
- package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
- package/dist/crypto/BrowserCrypto.mjs +1 -1
- package/dist/crypto/CryptoOps.mjs +1 -1
- package/dist/crypto/PkceGenerator.mjs +1 -1
- package/dist/crypto/SignedHttpRequest.mjs +1 -1
- package/dist/encode/Base64Decode.mjs +1 -1
- package/dist/encode/Base64Encode.mjs +1 -1
- package/dist/error/BrowserAuthError.mjs +1 -1
- package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
- package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
- package/dist/error/NativeAuthError.mjs +1 -1
- package/dist/error/NativeAuthErrorCodes.mjs +1 -1
- package/dist/error/NestedAppAuthError.mjs +1 -1
- package/dist/event/EventHandler.mjs +1 -1
- package/dist/event/EventMessage.mjs +1 -1
- package/dist/event/EventType.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
- package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
- package/dist/interaction_client/NativeInteractionClient.mjs +1 -1
- package/dist/interaction_client/PopupClient.mjs +1 -1
- package/dist/interaction_client/RedirectClient.mjs +1 -1
- package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
- package/dist/interaction_client/SilentCacheClient.mjs +1 -1
- package/dist/interaction_client/SilentIframeClient.mjs +1 -1
- package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
- package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
- package/dist/interaction_handler/InteractionHandler.mjs +1 -1
- package/dist/interaction_handler/RedirectHandler.mjs +1 -1
- package/dist/interaction_handler/SilentHandler.mjs +1 -1
- package/dist/naa/BridgeError.mjs +1 -1
- package/dist/naa/BridgeProxy.mjs +1 -1
- package/dist/naa/BridgeStatusCode.mjs +1 -1
- package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
- package/dist/navigation/NavigationClient.mjs +1 -1
- package/dist/network/FetchClient.mjs +1 -1
- package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
- package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
- package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
- package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.mjs +2 -2
- package/dist/request/RequestHelpers.mjs +1 -1
- package/dist/response/ResponseHandler.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
- package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
- package/dist/utils/BrowserConstants.mjs +1 -1
- package/dist/utils/BrowserProtocolUtils.mjs +1 -1
- package/dist/utils/BrowserUtils.mjs +1 -1
- package/lib/msal-browser.cjs +65 -65
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +65 -65
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +59 -59
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +1 -1
- package/src/packageMetadata.ts +1 -1
package/lib/msal-browser.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.
|
|
1
|
+
/*! @azure/msal-browser v4.4.0 2025-02-20 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
5
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6
6
|
/*
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8
8
|
* Licensed under the MIT License.
|
|
@@ -306,7 +306,7 @@ const JsonWebTokenTypes = {
|
|
|
306
306
|
// Token renewal offset default in seconds
|
|
307
307
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
308
308
|
|
|
309
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
309
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
310
310
|
/*
|
|
311
311
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
312
312
|
* Licensed under the MIT License.
|
|
@@ -323,7 +323,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
323
323
|
unexpectedError: unexpectedError
|
|
324
324
|
});
|
|
325
325
|
|
|
326
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
326
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
327
327
|
|
|
328
328
|
/*
|
|
329
329
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -372,7 +372,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
372
372
|
: AuthErrorMessages[code]);
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
375
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
376
376
|
/*
|
|
377
377
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
378
378
|
* Licensed under the MIT License.
|
|
@@ -470,7 +470,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
470
470
|
userTimeoutReached: userTimeoutReached
|
|
471
471
|
});
|
|
472
472
|
|
|
473
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
473
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
474
474
|
|
|
475
475
|
/*
|
|
476
476
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -722,7 +722,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
722
722
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
723
723
|
}
|
|
724
724
|
|
|
725
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
725
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
726
726
|
|
|
727
727
|
/*
|
|
728
728
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -761,7 +761,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
761
761
|
},
|
|
762
762
|
};
|
|
763
763
|
|
|
764
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
764
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
765
765
|
|
|
766
766
|
/*
|
|
767
767
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -952,12 +952,12 @@ class Logger {
|
|
|
952
952
|
}
|
|
953
953
|
}
|
|
954
954
|
|
|
955
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
955
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
956
956
|
/* eslint-disable header/header */
|
|
957
957
|
const name$1 = "@azure/msal-common";
|
|
958
958
|
const version$1 = "15.2.0";
|
|
959
959
|
|
|
960
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
960
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
961
961
|
/*
|
|
962
962
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
963
963
|
* Licensed under the MIT License.
|
|
@@ -977,7 +977,7 @@ const AzureCloudInstance = {
|
|
|
977
977
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
978
978
|
};
|
|
979
979
|
|
|
980
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
980
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
981
981
|
|
|
982
982
|
/*
|
|
983
983
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1038,7 +1038,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1041
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1042
1042
|
/*
|
|
1043
1043
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1044
1044
|
* Licensed under the MIT License.
|
|
@@ -1075,7 +1075,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
1075
1075
|
return cachedAtSec > nowSeconds();
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1078
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1079
1079
|
|
|
1080
1080
|
/*
|
|
1081
1081
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1402,7 +1402,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
1402
1402
|
return metadata.expiresAt <= nowSeconds();
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1405
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1406
1406
|
/*
|
|
1407
1407
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1408
1408
|
* Licensed under the MIT License.
|
|
@@ -1456,7 +1456,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
1456
1456
|
urlParseError: urlParseError
|
|
1457
1457
|
});
|
|
1458
1458
|
|
|
1459
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1459
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1460
1460
|
|
|
1461
1461
|
/*
|
|
1462
1462
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1594,7 +1594,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
1594
1594
|
return new ClientConfigurationError(errorCode);
|
|
1595
1595
|
}
|
|
1596
1596
|
|
|
1597
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1597
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1598
1598
|
/*
|
|
1599
1599
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1600
1600
|
* Licensed under the MIT License.
|
|
@@ -1691,7 +1691,7 @@ class StringUtils {
|
|
|
1691
1691
|
}
|
|
1692
1692
|
}
|
|
1693
1693
|
|
|
1694
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1694
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1695
1695
|
|
|
1696
1696
|
/*
|
|
1697
1697
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1882,7 +1882,7 @@ class ScopeSet {
|
|
|
1882
1882
|
}
|
|
1883
1883
|
}
|
|
1884
1884
|
|
|
1885
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1885
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1886
1886
|
|
|
1887
1887
|
/*
|
|
1888
1888
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1922,7 +1922,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
1922
1922
|
};
|
|
1923
1923
|
}
|
|
1924
1924
|
|
|
1925
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
1925
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
1926
1926
|
/*
|
|
1927
1927
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1928
1928
|
* Licensed under the MIT License.
|
|
@@ -2001,7 +2001,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
2001
2001
|
return updatedAccountInfo;
|
|
2002
2002
|
}
|
|
2003
2003
|
|
|
2004
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2004
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2005
2005
|
/*
|
|
2006
2006
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2007
2007
|
* Licensed under the MIT License.
|
|
@@ -2016,7 +2016,7 @@ const AuthorityType = {
|
|
|
2016
2016
|
Ciam: 3,
|
|
2017
2017
|
};
|
|
2018
2018
|
|
|
2019
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2019
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2020
2020
|
/*
|
|
2021
2021
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2022
2022
|
* Licensed under the MIT License.
|
|
@@ -2038,7 +2038,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
2038
2038
|
return null;
|
|
2039
2039
|
}
|
|
2040
2040
|
|
|
2041
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2041
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2042
2042
|
/*
|
|
2043
2043
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2044
2044
|
* Licensed under the MIT License.
|
|
@@ -2051,7 +2051,7 @@ const ProtocolMode = {
|
|
|
2051
2051
|
OIDC: "OIDC",
|
|
2052
2052
|
};
|
|
2053
2053
|
|
|
2054
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2054
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2055
2055
|
|
|
2056
2056
|
/*
|
|
2057
2057
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2294,7 +2294,7 @@ class AccountEntity {
|
|
|
2294
2294
|
}
|
|
2295
2295
|
}
|
|
2296
2296
|
|
|
2297
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2297
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2298
2298
|
|
|
2299
2299
|
/*
|
|
2300
2300
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2341,7 +2341,7 @@ function getDeserializedResponse(responseString) {
|
|
|
2341
2341
|
return null;
|
|
2342
2342
|
}
|
|
2343
2343
|
|
|
2344
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2344
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2345
2345
|
|
|
2346
2346
|
/*
|
|
2347
2347
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2505,7 +2505,7 @@ class UrlString {
|
|
|
2505
2505
|
}
|
|
2506
2506
|
}
|
|
2507
2507
|
|
|
2508
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2508
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2509
2509
|
|
|
2510
2510
|
/*
|
|
2511
2511
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2645,7 +2645,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2645
2645
|
return null;
|
|
2646
2646
|
}
|
|
2647
2647
|
|
|
2648
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2648
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2649
2649
|
/*
|
|
2650
2650
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2651
2651
|
* Licensed under the MIT License.
|
|
@@ -2653,7 +2653,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
2653
2653
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
2654
2654
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
2655
2655
|
|
|
2656
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2656
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2657
2657
|
|
|
2658
2658
|
/*
|
|
2659
2659
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2680,7 +2680,7 @@ class CacheError extends Error {
|
|
|
2680
2680
|
}
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
2683
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
2684
2684
|
|
|
2685
2685
|
/*
|
|
2686
2686
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3865,7 +3865,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
3865
3865
|
}
|
|
3866
3866
|
}
|
|
3867
3867
|
|
|
3868
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
3868
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
3869
3869
|
|
|
3870
3870
|
/*
|
|
3871
3871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3964,7 +3964,7 @@ function isOidcProtocolMode(config) {
|
|
|
3964
3964
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
3965
3965
|
}
|
|
3966
3966
|
|
|
3967
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
3967
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
3968
3968
|
/*
|
|
3969
3969
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3970
3970
|
* Licensed under the MIT License.
|
|
@@ -3974,7 +3974,7 @@ const CcsCredentialType = {
|
|
|
3974
3974
|
UPN: "UPN",
|
|
3975
3975
|
};
|
|
3976
3976
|
|
|
3977
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
3977
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
3978
3978
|
/*
|
|
3979
3979
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3980
3980
|
* Licensed under the MIT License.
|
|
@@ -4024,7 +4024,7 @@ const X_CLIENT_EXTRA_SKU = "x-client-xtra-sku";
|
|
|
4024
4024
|
const BROKER_CLIENT_ID = "brk_client_id";
|
|
4025
4025
|
const BROKER_REDIRECT_URI = "brk_redirect_uri";
|
|
4026
4026
|
|
|
4027
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
4027
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
4028
4028
|
|
|
4029
4029
|
/*
|
|
4030
4030
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4091,7 +4091,7 @@ class RequestValidator {
|
|
|
4091
4091
|
}
|
|
4092
4092
|
}
|
|
4093
4093
|
|
|
4094
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
4094
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
4095
4095
|
|
|
4096
4096
|
/*
|
|
4097
4097
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4499,7 +4499,7 @@ class RequestParameterBuilder {
|
|
|
4499
4499
|
}
|
|
4500
4500
|
}
|
|
4501
4501
|
|
|
4502
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
4502
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
4503
4503
|
/*
|
|
4504
4504
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4505
4505
|
* Licensed under the MIT License.
|
|
@@ -4511,7 +4511,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
4511
4511
|
response.hasOwnProperty("jwks_uri"));
|
|
4512
4512
|
}
|
|
4513
4513
|
|
|
4514
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
4514
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
4515
4515
|
/*
|
|
4516
4516
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4517
4517
|
* Licensed under the MIT License.
|
|
@@ -4521,7 +4521,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
4521
4521
|
response.hasOwnProperty("metadata"));
|
|
4522
4522
|
}
|
|
4523
4523
|
|
|
4524
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
4524
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
4525
4525
|
/*
|
|
4526
4526
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4527
4527
|
* Licensed under the MIT License.
|
|
@@ -4531,7 +4531,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
4531
4531
|
response.hasOwnProperty("error_description"));
|
|
4532
4532
|
}
|
|
4533
4533
|
|
|
4534
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
4534
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
4535
4535
|
/*
|
|
4536
4536
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4537
4537
|
* Licensed under the MIT License.
|
|
@@ -5040,7 +5040,7 @@ const IntFields = new Set([
|
|
|
5040
5040
|
"encryptedCacheExpiredCount",
|
|
5041
5041
|
]);
|
|
5042
5042
|
|
|
5043
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
5043
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
5044
5044
|
/*
|
|
5045
5045
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5046
5046
|
* Licensed under the MIT License.
|
|
@@ -5136,7 +5136,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
5136
5136
|
};
|
|
5137
5137
|
};
|
|
5138
5138
|
|
|
5139
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
5139
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
5140
5140
|
|
|
5141
5141
|
/*
|
|
5142
5142
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5245,7 +5245,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
5245
5245
|
},
|
|
5246
5246
|
};
|
|
5247
5247
|
|
|
5248
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
5248
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
5249
5249
|
|
|
5250
5250
|
/*
|
|
5251
5251
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6084,7 +6084,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
6084
6084
|
};
|
|
6085
6085
|
}
|
|
6086
6086
|
|
|
6087
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6087
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6088
6088
|
|
|
6089
6089
|
/*
|
|
6090
6090
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6115,7 +6115,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
6115
6115
|
}
|
|
6116
6116
|
}
|
|
6117
6117
|
|
|
6118
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6118
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6119
6119
|
|
|
6120
6120
|
/*
|
|
6121
6121
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6134,7 +6134,7 @@ class ServerError extends AuthError {
|
|
|
6134
6134
|
}
|
|
6135
6135
|
}
|
|
6136
6136
|
|
|
6137
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6137
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6138
6138
|
|
|
6139
6139
|
/*
|
|
6140
6140
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6232,7 +6232,7 @@ class ThrottlingUtils {
|
|
|
6232
6232
|
}
|
|
6233
6233
|
}
|
|
6234
6234
|
|
|
6235
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6235
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6236
6236
|
|
|
6237
6237
|
/*
|
|
6238
6238
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6262,7 +6262,7 @@ function createNetworkError(error, httpStatus, responseHeaders) {
|
|
|
6262
6262
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6263
6263
|
}
|
|
6264
6264
|
|
|
6265
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6265
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6266
6266
|
|
|
6267
6267
|
/*
|
|
6268
6268
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6412,7 +6412,7 @@ class BaseClient {
|
|
|
6412
6412
|
}
|
|
6413
6413
|
}
|
|
6414
6414
|
|
|
6415
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6415
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6416
6416
|
/*
|
|
6417
6417
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6418
6418
|
* Licensed under the MIT License.
|
|
@@ -6438,7 +6438,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
6438
6438
|
refreshTokenExpired: refreshTokenExpired
|
|
6439
6439
|
});
|
|
6440
6440
|
|
|
6441
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6441
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6442
6442
|
|
|
6443
6443
|
/*
|
|
6444
6444
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6526,7 +6526,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
6526
6526
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6527
6527
|
}
|
|
6528
6528
|
|
|
6529
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6529
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6530
6530
|
|
|
6531
6531
|
/*
|
|
6532
6532
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6598,7 +6598,7 @@ class ProtocolUtils {
|
|
|
6598
6598
|
}
|
|
6599
6599
|
}
|
|
6600
6600
|
|
|
6601
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6601
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6602
6602
|
|
|
6603
6603
|
/*
|
|
6604
6604
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6682,7 +6682,7 @@ class PopTokenGenerator {
|
|
|
6682
6682
|
}
|
|
6683
6683
|
}
|
|
6684
6684
|
|
|
6685
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6685
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6686
6686
|
/*
|
|
6687
6687
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6688
6688
|
* Licensed under the MIT License.
|
|
@@ -6709,7 +6709,7 @@ class PopTokenGenerator {
|
|
|
6709
6709
|
}
|
|
6710
6710
|
}
|
|
6711
6711
|
|
|
6712
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
6712
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
6713
6713
|
|
|
6714
6714
|
/*
|
|
6715
6715
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7086,7 +7086,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
7086
7086
|
return baseAccount;
|
|
7087
7087
|
}
|
|
7088
7088
|
|
|
7089
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7089
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7090
7090
|
/*
|
|
7091
7091
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7092
7092
|
* Licensed under the MIT License.
|
|
@@ -7104,7 +7104,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
7104
7104
|
}
|
|
7105
7105
|
}
|
|
7106
7106
|
|
|
7107
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7107
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7108
7108
|
|
|
7109
7109
|
/*
|
|
7110
7110
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7554,7 +7554,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
7554
7554
|
}
|
|
7555
7555
|
}
|
|
7556
7556
|
|
|
7557
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7557
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7558
7558
|
|
|
7559
7559
|
/*
|
|
7560
7560
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7777,7 +7777,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
7777
7777
|
}
|
|
7778
7778
|
}
|
|
7779
7779
|
|
|
7780
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7780
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7781
7781
|
|
|
7782
7782
|
/*
|
|
7783
7783
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7875,7 +7875,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
7875
7875
|
}
|
|
7876
7876
|
}
|
|
7877
7877
|
|
|
7878
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7878
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7879
7879
|
|
|
7880
7880
|
/*
|
|
7881
7881
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7890,7 +7890,7 @@ const StubbedNetworkModule = {
|
|
|
7890
7890
|
},
|
|
7891
7891
|
};
|
|
7892
7892
|
|
|
7893
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7893
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7894
7894
|
|
|
7895
7895
|
/*
|
|
7896
7896
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7948,7 +7948,7 @@ class AuthenticationHeaderParser {
|
|
|
7948
7948
|
}
|
|
7949
7949
|
}
|
|
7950
7950
|
|
|
7951
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
7951
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
7952
7952
|
|
|
7953
7953
|
/*
|
|
7954
7954
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8211,7 +8211,7 @@ class ServerTelemetryManager {
|
|
|
8211
8211
|
}
|
|
8212
8212
|
}
|
|
8213
8213
|
|
|
8214
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
8214
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
8215
8215
|
/*
|
|
8216
8216
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8217
8217
|
* Licensed under the MIT License.
|
|
@@ -8219,7 +8219,7 @@ class ServerTelemetryManager {
|
|
|
8219
8219
|
const missingKidError = "missing_kid_error";
|
|
8220
8220
|
const missingAlgError = "missing_alg_error";
|
|
8221
8221
|
|
|
8222
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
8222
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
8223
8223
|
|
|
8224
8224
|
/*
|
|
8225
8225
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8244,7 +8244,7 @@ function createJoseHeaderError(code) {
|
|
|
8244
8244
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8245
8245
|
}
|
|
8246
8246
|
|
|
8247
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
8247
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
8248
8248
|
|
|
8249
8249
|
/*
|
|
8250
8250
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8284,7 +8284,7 @@ class JoseHeader {
|
|
|
8284
8284
|
}
|
|
8285
8285
|
}
|
|
8286
8286
|
|
|
8287
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
8287
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
8288
8288
|
|
|
8289
8289
|
/*
|
|
8290
8290
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8363,7 +8363,7 @@ class StubPerformanceClient {
|
|
|
8363
8363
|
}
|
|
8364
8364
|
}
|
|
8365
8365
|
|
|
8366
|
-
/*! @azure/msal-common v15.2.0 2025-02-
|
|
8366
|
+
/*! @azure/msal-common v15.2.0 2025-02-20 */
|
|
8367
8367
|
|
|
8368
8368
|
/*
|
|
8369
8369
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10400,7 +10400,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
|
|
|
10400
10400
|
|
|
10401
10401
|
/* eslint-disable header/header */
|
|
10402
10402
|
const name = "@azure/msal-browser";
|
|
10403
|
-
const version = "4.
|
|
10403
|
+
const version = "4.4.0";
|
|
10404
10404
|
|
|
10405
10405
|
/*
|
|
10406
10406
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|