@azure/msal-browser 4.11.0 → 4.11.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/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/ITokenCache.d.ts +4 -4
- package/dist/cache/ITokenCache.d.ts.map +1 -1
- package/dist/cache/LocalStorage.mjs +2 -2
- package/dist/cache/LocalStorage.mjs.map +1 -1
- package/dist/cache/MemoryStorage.mjs +1 -1
- package/dist/cache/SessionStorage.mjs +1 -1
- package/dist/cache/TokenCache.d.ts +3 -3
- package/dist/cache/TokenCache.d.ts.map +1 -1
- package/dist/cache/TokenCache.mjs +1 -1
- package/dist/config/Configuration.d.ts +5 -1
- package/dist/config/Configuration.d.ts.map +1 -1
- package/dist/config/Configuration.mjs +1 -1
- package/dist/config/Configuration.mjs.map +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/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.d.ts.map +1 -1
- package/dist/network/FetchClient.mjs +8 -8
- package/dist/network/FetchClient.mjs.map +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/protocol/Authorize.mjs +1 -1
- 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.d.ts +1 -1
- package/dist/utils/BrowserUtils.d.ts.map +1 -1
- package/dist/utils/BrowserUtils.mjs +1 -1
- package/lib/msal-browser.cjs +78 -77
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +78 -77
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +61 -61
- package/lib/types/cache/ITokenCache.d.ts +4 -4
- package/lib/types/cache/ITokenCache.d.ts.map +1 -1
- package/lib/types/cache/TokenCache.d.ts +3 -3
- package/lib/types/cache/TokenCache.d.ts.map +1 -1
- package/lib/types/config/Configuration.d.ts +5 -1
- package/lib/types/config/Configuration.d.ts.map +1 -1
- package/lib/types/network/FetchClient.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/lib/types/utils/BrowserUtils.d.ts +1 -1
- package/lib/types/utils/BrowserUtils.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/cache/ITokenCache.ts +4 -4
- package/src/cache/LocalStorage.ts +2 -2
- package/src/cache/TokenCache.ts +3 -3
- package/src/config/Configuration.ts +5 -1
- package/src/network/FetchClient.ts +27 -12
- package/src/packageMetadata.ts +1 -1
- package/src/utils/BrowserUtils.ts +1 -1
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.11.
|
|
1
|
+
/*! @azure/msal-browser v4.11.1 2025-04-29 */
|
|
2
2
|
'use strict';
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.msal = {}));
|
|
7
7
|
})(this, (function (exports) { 'use strict';
|
|
8
8
|
|
|
9
|
-
/*! @azure/msal-common v15.5.
|
|
9
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
// Token renewal offset default in seconds
|
|
310
310
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
311
311
|
|
|
312
|
-
/*! @azure/msal-common v15.5.
|
|
312
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
313
313
|
/*
|
|
314
314
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
315
315
|
* Licensed under the MIT License.
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
unexpectedError: unexpectedError
|
|
327
327
|
});
|
|
328
328
|
|
|
329
|
-
/*! @azure/msal-common v15.5.
|
|
329
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
330
330
|
|
|
331
331
|
/*
|
|
332
332
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
: AuthErrorMessages[code]);
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
/*! @azure/msal-common v15.5.
|
|
378
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
379
379
|
/*
|
|
380
380
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
381
381
|
* Licensed under the MIT License.
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
userTimeoutReached: userTimeoutReached
|
|
474
474
|
});
|
|
475
475
|
|
|
476
|
-
/*! @azure/msal-common v15.5.
|
|
476
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
477
477
|
|
|
478
478
|
/*
|
|
479
479
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
/*! @azure/msal-common v15.5.
|
|
728
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
729
729
|
|
|
730
730
|
/*
|
|
731
731
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
},
|
|
765
765
|
};
|
|
766
766
|
|
|
767
|
-
/*! @azure/msal-common v15.5.
|
|
767
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
768
768
|
|
|
769
769
|
/*
|
|
770
770
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -955,12 +955,12 @@
|
|
|
955
955
|
}
|
|
956
956
|
}
|
|
957
957
|
|
|
958
|
-
/*! @azure/msal-common v15.5.
|
|
958
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
959
959
|
/* eslint-disable header/header */
|
|
960
960
|
const name$1 = "@azure/msal-common";
|
|
961
|
-
const version$1 = "15.5.
|
|
961
|
+
const version$1 = "15.5.2";
|
|
962
962
|
|
|
963
|
-
/*! @azure/msal-common v15.5.
|
|
963
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
964
964
|
/*
|
|
965
965
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
966
966
|
* Licensed under the MIT License.
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
981
981
|
};
|
|
982
982
|
|
|
983
|
-
/*! @azure/msal-common v15.5.
|
|
983
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
984
984
|
|
|
985
985
|
/*
|
|
986
986
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
|
-
/*! @azure/msal-common v15.5.
|
|
1044
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1045
1045
|
/*
|
|
1046
1046
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1047
1047
|
* Licensed under the MIT License.
|
|
@@ -1096,7 +1096,7 @@
|
|
|
1096
1096
|
return cachedAtSec > nowSeconds();
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
|
-
/*! @azure/msal-common v15.5.
|
|
1099
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1100
1100
|
|
|
1101
1101
|
/*
|
|
1102
1102
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1423,7 +1423,7 @@
|
|
|
1423
1423
|
return metadata.expiresAt <= nowSeconds();
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
|
-
/*! @azure/msal-common v15.5.
|
|
1426
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1427
1427
|
/*
|
|
1428
1428
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1429
1429
|
* Licensed under the MIT License.
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
urlParseError: urlParseError
|
|
1478
1478
|
});
|
|
1479
1479
|
|
|
1480
|
-
/*! @azure/msal-common v15.5.
|
|
1480
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1481
1481
|
|
|
1482
1482
|
/*
|
|
1483
1483
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
return new ClientConfigurationError(errorCode);
|
|
1616
1616
|
}
|
|
1617
1617
|
|
|
1618
|
-
/*! @azure/msal-common v15.5.
|
|
1618
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1619
1619
|
/*
|
|
1620
1620
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1621
1621
|
* Licensed under the MIT License.
|
|
@@ -1712,7 +1712,7 @@
|
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
1714
1714
|
|
|
1715
|
-
/*! @azure/msal-common v15.5.
|
|
1715
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1716
1716
|
|
|
1717
1717
|
/*
|
|
1718
1718
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1903,7 +1903,7 @@
|
|
|
1903
1903
|
}
|
|
1904
1904
|
}
|
|
1905
1905
|
|
|
1906
|
-
/*! @azure/msal-common v15.5.
|
|
1906
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1907
1907
|
|
|
1908
1908
|
/*
|
|
1909
1909
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1943,7 +1943,7 @@
|
|
|
1943
1943
|
};
|
|
1944
1944
|
}
|
|
1945
1945
|
|
|
1946
|
-
/*! @azure/msal-common v15.5.
|
|
1946
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
1947
1947
|
/*
|
|
1948
1948
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1949
1949
|
* Licensed under the MIT License.
|
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
return updatedAccountInfo;
|
|
2023
2023
|
}
|
|
2024
2024
|
|
|
2025
|
-
/*! @azure/msal-common v15.5.
|
|
2025
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2026
2026
|
/*
|
|
2027
2027
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2028
2028
|
* Licensed under the MIT License.
|
|
@@ -2037,7 +2037,7 @@
|
|
|
2037
2037
|
Ciam: 3,
|
|
2038
2038
|
};
|
|
2039
2039
|
|
|
2040
|
-
/*! @azure/msal-common v15.5.
|
|
2040
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2041
2041
|
/*
|
|
2042
2042
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2043
2043
|
* Licensed under the MIT License.
|
|
@@ -2059,7 +2059,7 @@
|
|
|
2059
2059
|
return null;
|
|
2060
2060
|
}
|
|
2061
2061
|
|
|
2062
|
-
/*! @azure/msal-common v15.5.
|
|
2062
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2063
2063
|
/*
|
|
2064
2064
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2065
2065
|
* Licensed under the MIT License.
|
|
@@ -2083,7 +2083,7 @@
|
|
|
2083
2083
|
EAR: "EAR",
|
|
2084
2084
|
};
|
|
2085
2085
|
|
|
2086
|
-
/*! @azure/msal-common v15.5.
|
|
2086
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2087
2087
|
|
|
2088
2088
|
/*
|
|
2089
2089
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2326,7 +2326,7 @@
|
|
|
2326
2326
|
}
|
|
2327
2327
|
}
|
|
2328
2328
|
|
|
2329
|
-
/*! @azure/msal-common v15.5.
|
|
2329
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2330
2330
|
|
|
2331
2331
|
/*
|
|
2332
2332
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
return queryParameterArray.join("&");
|
|
2392
2392
|
}
|
|
2393
2393
|
|
|
2394
|
-
/*! @azure/msal-common v15.5.
|
|
2394
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2395
2395
|
|
|
2396
2396
|
/*
|
|
2397
2397
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
}
|
|
2556
2556
|
}
|
|
2557
2557
|
|
|
2558
|
-
/*! @azure/msal-common v15.5.
|
|
2558
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2559
2559
|
|
|
2560
2560
|
/*
|
|
2561
2561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2695,7 +2695,7 @@
|
|
|
2695
2695
|
return null;
|
|
2696
2696
|
}
|
|
2697
2697
|
|
|
2698
|
-
/*! @azure/msal-common v15.5.
|
|
2698
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2699
2699
|
/*
|
|
2700
2700
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2701
2701
|
* Licensed under the MIT License.
|
|
@@ -2703,7 +2703,7 @@
|
|
|
2703
2703
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
2704
2704
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
2705
2705
|
|
|
2706
|
-
/*! @azure/msal-common v15.5.
|
|
2706
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2707
2707
|
|
|
2708
2708
|
/*
|
|
2709
2709
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2730,7 +2730,7 @@
|
|
|
2730
2730
|
}
|
|
2731
2731
|
}
|
|
2732
2732
|
|
|
2733
|
-
/*! @azure/msal-common v15.5.
|
|
2733
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2734
2734
|
|
|
2735
2735
|
/*
|
|
2736
2736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3915,7 +3915,7 @@
|
|
|
3915
3915
|
}
|
|
3916
3916
|
}
|
|
3917
3917
|
|
|
3918
|
-
/*! @azure/msal-common v15.5.
|
|
3918
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
3919
3919
|
|
|
3920
3920
|
/*
|
|
3921
3921
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4015,7 +4015,7 @@
|
|
|
4015
4015
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4016
4016
|
}
|
|
4017
4017
|
|
|
4018
|
-
/*! @azure/msal-common v15.5.
|
|
4018
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4019
4019
|
/*
|
|
4020
4020
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4021
4021
|
* Licensed under the MIT License.
|
|
@@ -4025,7 +4025,7 @@
|
|
|
4025
4025
|
UPN: "UPN",
|
|
4026
4026
|
};
|
|
4027
4027
|
|
|
4028
|
-
/*! @azure/msal-common v15.5.
|
|
4028
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4029
4029
|
/*
|
|
4030
4030
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4031
4031
|
* Licensed under the MIT License.
|
|
@@ -4075,7 +4075,7 @@
|
|
|
4075
4075
|
const EAR_JWK = "ear_jwk";
|
|
4076
4076
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4077
4077
|
|
|
4078
|
-
/*! @azure/msal-common v15.5.
|
|
4078
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4079
4079
|
|
|
4080
4080
|
/*
|
|
4081
4081
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4443,7 +4443,7 @@
|
|
|
4443
4443
|
parameters.set(EAR_JWE_CRYPTO, jweCryptoB64Encoded);
|
|
4444
4444
|
}
|
|
4445
4445
|
|
|
4446
|
-
/*! @azure/msal-common v15.5.
|
|
4446
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4447
4447
|
/*
|
|
4448
4448
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4449
4449
|
* Licensed under the MIT License.
|
|
@@ -4455,7 +4455,7 @@
|
|
|
4455
4455
|
response.hasOwnProperty("jwks_uri"));
|
|
4456
4456
|
}
|
|
4457
4457
|
|
|
4458
|
-
/*! @azure/msal-common v15.5.
|
|
4458
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4459
4459
|
/*
|
|
4460
4460
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4461
4461
|
* Licensed under the MIT License.
|
|
@@ -4465,7 +4465,7 @@
|
|
|
4465
4465
|
response.hasOwnProperty("metadata"));
|
|
4466
4466
|
}
|
|
4467
4467
|
|
|
4468
|
-
/*! @azure/msal-common v15.5.
|
|
4468
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4469
4469
|
/*
|
|
4470
4470
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4471
4471
|
* Licensed under the MIT License.
|
|
@@ -4475,7 +4475,7 @@
|
|
|
4475
4475
|
response.hasOwnProperty("error_description"));
|
|
4476
4476
|
}
|
|
4477
4477
|
|
|
4478
|
-
/*! @azure/msal-common v15.5.
|
|
4478
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4479
4479
|
/*
|
|
4480
4480
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4481
4481
|
* Licensed under the MIT License.
|
|
@@ -4988,7 +4988,7 @@
|
|
|
4988
4988
|
"encryptedCacheExpiredCount",
|
|
4989
4989
|
]);
|
|
4990
4990
|
|
|
4991
|
-
/*! @azure/msal-common v15.5.
|
|
4991
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4992
4992
|
/*
|
|
4993
4993
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4994
4994
|
* Licensed under the MIT License.
|
|
@@ -5084,7 +5084,7 @@
|
|
|
5084
5084
|
};
|
|
5085
5085
|
};
|
|
5086
5086
|
|
|
5087
|
-
/*! @azure/msal-common v15.5.
|
|
5087
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
5088
5088
|
|
|
5089
5089
|
/*
|
|
5090
5090
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5193,7 +5193,7 @@
|
|
|
5193
5193
|
},
|
|
5194
5194
|
};
|
|
5195
5195
|
|
|
5196
|
-
/*! @azure/msal-common v15.5.
|
|
5196
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
5197
5197
|
|
|
5198
5198
|
/*
|
|
5199
5199
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6032,7 +6032,7 @@
|
|
|
6032
6032
|
};
|
|
6033
6033
|
}
|
|
6034
6034
|
|
|
6035
|
-
/*! @azure/msal-common v15.5.
|
|
6035
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6036
6036
|
|
|
6037
6037
|
/*
|
|
6038
6038
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6063,7 +6063,7 @@
|
|
|
6063
6063
|
}
|
|
6064
6064
|
}
|
|
6065
6065
|
|
|
6066
|
-
/*! @azure/msal-common v15.5.
|
|
6066
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6067
6067
|
|
|
6068
6068
|
/*
|
|
6069
6069
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6082,7 +6082,7 @@
|
|
|
6082
6082
|
}
|
|
6083
6083
|
}
|
|
6084
6084
|
|
|
6085
|
-
/*! @azure/msal-common v15.5.
|
|
6085
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6086
6086
|
/*
|
|
6087
6087
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6088
6088
|
* Licensed under the MIT License.
|
|
@@ -6103,7 +6103,7 @@
|
|
|
6103
6103
|
};
|
|
6104
6104
|
}
|
|
6105
6105
|
|
|
6106
|
-
/*! @azure/msal-common v15.5.
|
|
6106
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6107
6107
|
|
|
6108
6108
|
/*
|
|
6109
6109
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6190,7 +6190,7 @@
|
|
|
6190
6190
|
}
|
|
6191
6191
|
}
|
|
6192
6192
|
|
|
6193
|
-
/*! @azure/msal-common v15.5.
|
|
6193
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6194
6194
|
|
|
6195
6195
|
/*
|
|
6196
6196
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6216,11 +6216,12 @@
|
|
|
6216
6216
|
* @param responseHeaders - Response headers of the network request, when available
|
|
6217
6217
|
* @returns NetworkError object
|
|
6218
6218
|
*/
|
|
6219
|
-
function createNetworkError(error, httpStatus, responseHeaders) {
|
|
6219
|
+
function createNetworkError(error, httpStatus, responseHeaders, additionalError) {
|
|
6220
|
+
error.errorMessage = `${error.errorMessage}, additionalErrorInfo: error.name:${additionalError?.name}, error.message:${additionalError?.message}`;
|
|
6220
6221
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6221
6222
|
}
|
|
6222
6223
|
|
|
6223
|
-
/*! @azure/msal-common v15.5.
|
|
6224
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6224
6225
|
|
|
6225
6226
|
/*
|
|
6226
6227
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6368,7 +6369,7 @@
|
|
|
6368
6369
|
}
|
|
6369
6370
|
}
|
|
6370
6371
|
|
|
6371
|
-
/*! @azure/msal-common v15.5.
|
|
6372
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6372
6373
|
/*
|
|
6373
6374
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6374
6375
|
* Licensed under the MIT License.
|
|
@@ -6394,7 +6395,7 @@
|
|
|
6394
6395
|
refreshTokenExpired: refreshTokenExpired
|
|
6395
6396
|
});
|
|
6396
6397
|
|
|
6397
|
-
/*! @azure/msal-common v15.5.
|
|
6398
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6398
6399
|
|
|
6399
6400
|
/*
|
|
6400
6401
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6482,7 +6483,7 @@
|
|
|
6482
6483
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6483
6484
|
}
|
|
6484
6485
|
|
|
6485
|
-
/*! @azure/msal-common v15.5.
|
|
6486
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6486
6487
|
|
|
6487
6488
|
/*
|
|
6488
6489
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6554,7 +6555,7 @@
|
|
|
6554
6555
|
}
|
|
6555
6556
|
}
|
|
6556
6557
|
|
|
6557
|
-
/*! @azure/msal-common v15.5.
|
|
6558
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6558
6559
|
|
|
6559
6560
|
/*
|
|
6560
6561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6638,7 +6639,7 @@
|
|
|
6638
6639
|
}
|
|
6639
6640
|
}
|
|
6640
6641
|
|
|
6641
|
-
/*! @azure/msal-common v15.5.
|
|
6642
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6642
6643
|
/*
|
|
6643
6644
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6644
6645
|
* Licensed under the MIT License.
|
|
@@ -6665,7 +6666,7 @@
|
|
|
6665
6666
|
}
|
|
6666
6667
|
}
|
|
6667
6668
|
|
|
6668
|
-
/*! @azure/msal-common v15.5.
|
|
6669
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6669
6670
|
|
|
6670
6671
|
/*
|
|
6671
6672
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6996,7 +6997,7 @@
|
|
|
6996
6997
|
return baseAccount;
|
|
6997
6998
|
}
|
|
6998
6999
|
|
|
6999
|
-
/*! @azure/msal-common v15.5.
|
|
7000
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7000
7001
|
|
|
7001
7002
|
/*
|
|
7002
7003
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7063,7 +7064,7 @@
|
|
|
7063
7064
|
}
|
|
7064
7065
|
}
|
|
7065
7066
|
|
|
7066
|
-
/*! @azure/msal-common v15.5.
|
|
7067
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7067
7068
|
/*
|
|
7068
7069
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7069
7070
|
* Licensed under the MIT License.
|
|
@@ -7081,7 +7082,7 @@
|
|
|
7081
7082
|
}
|
|
7082
7083
|
}
|
|
7083
7084
|
|
|
7084
|
-
/*! @azure/msal-common v15.5.
|
|
7085
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7085
7086
|
|
|
7086
7087
|
/*
|
|
7087
7088
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7314,7 +7315,7 @@
|
|
|
7314
7315
|
}
|
|
7315
7316
|
}
|
|
7316
7317
|
|
|
7317
|
-
/*! @azure/msal-common v15.5.
|
|
7318
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7318
7319
|
|
|
7319
7320
|
/*
|
|
7320
7321
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7523,7 +7524,7 @@
|
|
|
7523
7524
|
}
|
|
7524
7525
|
}
|
|
7525
7526
|
|
|
7526
|
-
/*! @azure/msal-common v15.5.
|
|
7527
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7527
7528
|
|
|
7528
7529
|
/*
|
|
7529
7530
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7621,7 +7622,7 @@
|
|
|
7621
7622
|
}
|
|
7622
7623
|
}
|
|
7623
7624
|
|
|
7624
|
-
/*! @azure/msal-common v15.5.
|
|
7625
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7625
7626
|
|
|
7626
7627
|
/*
|
|
7627
7628
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7636,7 +7637,7 @@
|
|
|
7636
7637
|
},
|
|
7637
7638
|
};
|
|
7638
7639
|
|
|
7639
|
-
/*! @azure/msal-common v15.5.
|
|
7640
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7640
7641
|
|
|
7641
7642
|
/*
|
|
7642
7643
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7860,7 +7861,7 @@
|
|
|
7860
7861
|
return account.idTokenClaims?.login_hint || null;
|
|
7861
7862
|
}
|
|
7862
7863
|
|
|
7863
|
-
/*! @azure/msal-common v15.5.
|
|
7864
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7864
7865
|
|
|
7865
7866
|
/*
|
|
7866
7867
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7918,7 +7919,7 @@
|
|
|
7918
7919
|
}
|
|
7919
7920
|
}
|
|
7920
7921
|
|
|
7921
|
-
/*! @azure/msal-common v15.5.
|
|
7922
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7922
7923
|
|
|
7923
7924
|
/*
|
|
7924
7925
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8181,7 +8182,7 @@
|
|
|
8181
8182
|
}
|
|
8182
8183
|
}
|
|
8183
8184
|
|
|
8184
|
-
/*! @azure/msal-common v15.5.
|
|
8185
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8185
8186
|
/*
|
|
8186
8187
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8187
8188
|
* Licensed under the MIT License.
|
|
@@ -8189,7 +8190,7 @@
|
|
|
8189
8190
|
const missingKidError = "missing_kid_error";
|
|
8190
8191
|
const missingAlgError = "missing_alg_error";
|
|
8191
8192
|
|
|
8192
|
-
/*! @azure/msal-common v15.5.
|
|
8193
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8193
8194
|
|
|
8194
8195
|
/*
|
|
8195
8196
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8214,7 +8215,7 @@
|
|
|
8214
8215
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8215
8216
|
}
|
|
8216
8217
|
|
|
8217
|
-
/*! @azure/msal-common v15.5.
|
|
8218
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8218
8219
|
|
|
8219
8220
|
/*
|
|
8220
8221
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8254,7 +8255,7 @@
|
|
|
8254
8255
|
}
|
|
8255
8256
|
}
|
|
8256
8257
|
|
|
8257
|
-
/*! @azure/msal-common v15.5.
|
|
8258
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8258
8259
|
|
|
8259
8260
|
/*
|
|
8260
8261
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8333,7 +8334,7 @@
|
|
|
8333
8334
|
}
|
|
8334
8335
|
}
|
|
8335
8336
|
|
|
8336
|
-
/*! @azure/msal-common v15.5.
|
|
8337
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8337
8338
|
|
|
8338
8339
|
/*
|
|
8339
8340
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10205,9 +10206,9 @@
|
|
|
10205
10206
|
});
|
|
10206
10207
|
}
|
|
10207
10208
|
catch (e) {
|
|
10208
|
-
throw createBrowserAuthError(window.navigator.onLine
|
|
10209
|
+
throw createNetworkError(createBrowserAuthError(window.navigator.onLine
|
|
10209
10210
|
? getRequestFailed
|
|
10210
|
-
: noNetworkConnectivity);
|
|
10211
|
+
: noNetworkConnectivity), undefined, undefined, e);
|
|
10211
10212
|
}
|
|
10212
10213
|
responseHeaders = getHeaderDict(response.headers);
|
|
10213
10214
|
try {
|
|
@@ -10219,7 +10220,7 @@
|
|
|
10219
10220
|
};
|
|
10220
10221
|
}
|
|
10221
10222
|
catch (e) {
|
|
10222
|
-
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders);
|
|
10223
|
+
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders, e);
|
|
10223
10224
|
}
|
|
10224
10225
|
}
|
|
10225
10226
|
/**
|
|
@@ -10242,9 +10243,9 @@
|
|
|
10242
10243
|
});
|
|
10243
10244
|
}
|
|
10244
10245
|
catch (e) {
|
|
10245
|
-
throw createBrowserAuthError(window.navigator.onLine
|
|
10246
|
+
throw createNetworkError(createBrowserAuthError(window.navigator.onLine
|
|
10246
10247
|
? postRequestFailed
|
|
10247
|
-
: noNetworkConnectivity);
|
|
10248
|
+
: noNetworkConnectivity), undefined, undefined, e);
|
|
10248
10249
|
}
|
|
10249
10250
|
responseHeaders = getHeaderDict(response.headers);
|
|
10250
10251
|
try {
|
|
@@ -10256,7 +10257,7 @@
|
|
|
10256
10257
|
};
|
|
10257
10258
|
}
|
|
10258
10259
|
catch (e) {
|
|
10259
|
-
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders);
|
|
10260
|
+
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders, e);
|
|
10260
10261
|
}
|
|
10261
10262
|
}
|
|
10262
10263
|
}
|
|
@@ -10277,7 +10278,7 @@
|
|
|
10277
10278
|
return headers;
|
|
10278
10279
|
}
|
|
10279
10280
|
catch (e) {
|
|
10280
|
-
throw createBrowserAuthError(failedToBuildHeaders);
|
|
10281
|
+
throw createNetworkError(createBrowserAuthError(failedToBuildHeaders), undefined, undefined, e);
|
|
10281
10282
|
}
|
|
10282
10283
|
}
|
|
10283
10284
|
/**
|
|
@@ -10431,7 +10432,7 @@
|
|
|
10431
10432
|
|
|
10432
10433
|
/* eslint-disable header/header */
|
|
10433
10434
|
const name = "@azure/msal-browser";
|
|
10434
|
-
const version = "4.11.
|
|
10435
|
+
const version = "4.11.1";
|
|
10435
10436
|
|
|
10436
10437
|
/*
|
|
10437
10438
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -11489,7 +11490,6 @@
|
|
|
11489
11490
|
this.broadcast = new BroadcastChannel(BROADCAST_CHANNEL_NAME$1);
|
|
11490
11491
|
}
|
|
11491
11492
|
async initialize(correlationId) {
|
|
11492
|
-
this.initialized = true;
|
|
11493
11493
|
const cookies = new CookieStorage();
|
|
11494
11494
|
const cookieString = cookies.getItem(ENCRYPTION_KEY);
|
|
11495
11495
|
let parsedCookie = { key: "", id: "" };
|
|
@@ -11529,6 +11529,7 @@
|
|
|
11529
11529
|
}
|
|
11530
11530
|
// Register listener for cache updates in other tabs
|
|
11531
11531
|
this.broadcast.addEventListener("message", this.updateCache.bind(this));
|
|
11532
|
+
this.initialized = true;
|
|
11532
11533
|
}
|
|
11533
11534
|
getItem(key) {
|
|
11534
11535
|
return window.localStorage.getItem(key);
|