@azure/msal-browser 4.13.0 → 4.13.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/NativeStatusCodes.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
- package/dist/broker/nativeBroker/PlatformAuthProvider.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/PlatformAuthInteractionClient.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 +3 -3
- package/dist/navigation/NavigationClient.mjs.map +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/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.mjs +1 -1
- package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
- package/lib/msal-browser.cjs +69 -69
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +69 -69
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +61 -61
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +1 -1
- package/src/navigation/NavigationClient.ts +2 -2
- package/src/packageMetadata.ts +1 -1
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.13.
|
|
1
|
+
/*! @azure/msal-browser v4.13.1 2025-06-10 */
|
|
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.7.0 2025-
|
|
9
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
// Token renewal offset default in seconds
|
|
303
303
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
304
304
|
|
|
305
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
305
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
306
306
|
/*
|
|
307
307
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
308
308
|
* Licensed under the MIT License.
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
unexpectedError: unexpectedError
|
|
320
320
|
});
|
|
321
321
|
|
|
322
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
322
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
323
323
|
|
|
324
324
|
/*
|
|
325
325
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
: AuthErrorMessages[code]);
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
371
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
372
372
|
/*
|
|
373
373
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
374
374
|
* Licensed under the MIT License.
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
userTimeoutReached: userTimeoutReached
|
|
467
467
|
});
|
|
468
468
|
|
|
469
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
469
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
470
470
|
|
|
471
471
|
/*
|
|
472
472
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
721
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
722
722
|
|
|
723
723
|
/*
|
|
724
724
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
},
|
|
758
758
|
};
|
|
759
759
|
|
|
760
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
760
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
761
761
|
|
|
762
762
|
/*
|
|
763
763
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -948,12 +948,12 @@
|
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
950
|
|
|
951
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
951
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
952
952
|
/* eslint-disable header/header */
|
|
953
953
|
const name$1 = "@azure/msal-common";
|
|
954
954
|
const version$1 = "15.7.0";
|
|
955
955
|
|
|
956
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
956
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
957
957
|
/*
|
|
958
958
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
959
959
|
* Licensed under the MIT License.
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
974
974
|
};
|
|
975
975
|
|
|
976
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
976
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
977
977
|
|
|
978
978
|
/*
|
|
979
979
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
}
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1037
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1038
1038
|
/*
|
|
1039
1039
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1040
1040
|
* Licensed under the MIT License.
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
return cachedAtSec > nowSeconds();
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1092
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1093
1093
|
|
|
1094
1094
|
/*
|
|
1095
1095
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1416,7 +1416,7 @@
|
|
|
1416
1416
|
return metadata.expiresAt <= nowSeconds();
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1419
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1420
1420
|
/*
|
|
1421
1421
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1422
1422
|
* Licensed under the MIT License.
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
urlParseError: urlParseError
|
|
1471
1471
|
});
|
|
1472
1472
|
|
|
1473
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1473
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1474
1474
|
|
|
1475
1475
|
/*
|
|
1476
1476
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
return new ClientConfigurationError(errorCode);
|
|
1609
1609
|
}
|
|
1610
1610
|
|
|
1611
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1611
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1612
1612
|
/*
|
|
1613
1613
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1614
1614
|
* Licensed under the MIT License.
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
}
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1708
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1709
1709
|
|
|
1710
1710
|
/*
|
|
1711
1711
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
}
|
|
1897
1897
|
}
|
|
1898
1898
|
|
|
1899
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1899
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1900
1900
|
|
|
1901
1901
|
/*
|
|
1902
1902
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1936,7 +1936,7 @@
|
|
|
1936
1936
|
};
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
1939
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
1940
1940
|
/*
|
|
1941
1941
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1942
1942
|
* Licensed under the MIT License.
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
return updatedAccountInfo;
|
|
2016
2016
|
}
|
|
2017
2017
|
|
|
2018
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2018
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2019
2019
|
/*
|
|
2020
2020
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2021
2021
|
* Licensed under the MIT License.
|
|
@@ -2030,7 +2030,7 @@
|
|
|
2030
2030
|
Ciam: 3,
|
|
2031
2031
|
};
|
|
2032
2032
|
|
|
2033
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2033
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2034
2034
|
/*
|
|
2035
2035
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2036
2036
|
* Licensed under the MIT License.
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
return null;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2055
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2056
2056
|
/*
|
|
2057
2057
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2058
2058
|
* Licensed under the MIT License.
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
EAR: "EAR",
|
|
2077
2077
|
};
|
|
2078
2078
|
|
|
2079
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2079
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2080
2080
|
|
|
2081
2081
|
/*
|
|
2082
2082
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2319,7 +2319,7 @@
|
|
|
2319
2319
|
}
|
|
2320
2320
|
}
|
|
2321
2321
|
|
|
2322
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2322
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2323
2323
|
|
|
2324
2324
|
/*
|
|
2325
2325
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
return queryParameterArray.join("&");
|
|
2385
2385
|
}
|
|
2386
2386
|
|
|
2387
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2387
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2388
2388
|
|
|
2389
2389
|
/*
|
|
2390
2390
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2548,7 +2548,7 @@
|
|
|
2548
2548
|
}
|
|
2549
2549
|
}
|
|
2550
2550
|
|
|
2551
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2551
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2552
2552
|
|
|
2553
2553
|
/*
|
|
2554
2554
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
return null;
|
|
2689
2689
|
}
|
|
2690
2690
|
|
|
2691
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2691
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2692
2692
|
/*
|
|
2693
2693
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2694
2694
|
* Licensed under the MIT License.
|
|
@@ -2696,7 +2696,7 @@
|
|
|
2696
2696
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
2697
2697
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
2698
2698
|
|
|
2699
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2699
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2700
2700
|
|
|
2701
2701
|
/*
|
|
2702
2702
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2723,7 +2723,7 @@
|
|
|
2723
2723
|
}
|
|
2724
2724
|
}
|
|
2725
2725
|
|
|
2726
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
2726
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
2727
2727
|
|
|
2728
2728
|
/*
|
|
2729
2729
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3908,7 +3908,7 @@
|
|
|
3908
3908
|
}
|
|
3909
3909
|
}
|
|
3910
3910
|
|
|
3911
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
3911
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
3912
3912
|
|
|
3913
3913
|
/*
|
|
3914
3914
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4009
4009
|
}
|
|
4010
4010
|
|
|
4011
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4011
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4012
4012
|
/*
|
|
4013
4013
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4014
4014
|
* Licensed under the MIT License.
|
|
@@ -4018,7 +4018,7 @@
|
|
|
4018
4018
|
UPN: "UPN",
|
|
4019
4019
|
};
|
|
4020
4020
|
|
|
4021
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4021
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4022
4022
|
/*
|
|
4023
4023
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4024
4024
|
* Licensed under the MIT License.
|
|
@@ -4068,7 +4068,7 @@
|
|
|
4068
4068
|
const EAR_JWK = "ear_jwk";
|
|
4069
4069
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4070
4070
|
|
|
4071
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4071
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4072
4072
|
|
|
4073
4073
|
/*
|
|
4074
4074
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4436,7 +4436,7 @@
|
|
|
4436
4436
|
parameters.set(EAR_JWE_CRYPTO, jweCryptoB64Encoded);
|
|
4437
4437
|
}
|
|
4438
4438
|
|
|
4439
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4439
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4440
4440
|
/*
|
|
4441
4441
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4442
4442
|
* Licensed under the MIT License.
|
|
@@ -4448,7 +4448,7 @@
|
|
|
4448
4448
|
response.hasOwnProperty("jwks_uri"));
|
|
4449
4449
|
}
|
|
4450
4450
|
|
|
4451
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4451
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4452
4452
|
/*
|
|
4453
4453
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4454
4454
|
* Licensed under the MIT License.
|
|
@@ -4458,7 +4458,7 @@
|
|
|
4458
4458
|
response.hasOwnProperty("metadata"));
|
|
4459
4459
|
}
|
|
4460
4460
|
|
|
4461
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4461
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4462
4462
|
/*
|
|
4463
4463
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4464
4464
|
* Licensed under the MIT License.
|
|
@@ -4468,7 +4468,7 @@
|
|
|
4468
4468
|
response.hasOwnProperty("error_description"));
|
|
4469
4469
|
}
|
|
4470
4470
|
|
|
4471
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4471
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4472
4472
|
/*
|
|
4473
4473
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4474
4474
|
* Licensed under the MIT License.
|
|
@@ -4981,7 +4981,7 @@
|
|
|
4981
4981
|
"encryptedCacheExpiredCount",
|
|
4982
4982
|
]);
|
|
4983
4983
|
|
|
4984
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
4984
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
4985
4985
|
/*
|
|
4986
4986
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4987
4987
|
* Licensed under the MIT License.
|
|
@@ -5077,7 +5077,7 @@
|
|
|
5077
5077
|
};
|
|
5078
5078
|
};
|
|
5079
5079
|
|
|
5080
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
5080
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
5081
5081
|
|
|
5082
5082
|
/*
|
|
5083
5083
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5183,7 +5183,7 @@
|
|
|
5183
5183
|
},
|
|
5184
5184
|
};
|
|
5185
5185
|
|
|
5186
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
5186
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
5187
5187
|
|
|
5188
5188
|
/*
|
|
5189
5189
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6022,7 +6022,7 @@
|
|
|
6022
6022
|
};
|
|
6023
6023
|
}
|
|
6024
6024
|
|
|
6025
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6025
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6026
6026
|
|
|
6027
6027
|
/*
|
|
6028
6028
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6053,7 +6053,7 @@
|
|
|
6053
6053
|
}
|
|
6054
6054
|
}
|
|
6055
6055
|
|
|
6056
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6056
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6057
6057
|
|
|
6058
6058
|
/*
|
|
6059
6059
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6072,7 +6072,7 @@
|
|
|
6072
6072
|
}
|
|
6073
6073
|
}
|
|
6074
6074
|
|
|
6075
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6075
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6076
6076
|
/*
|
|
6077
6077
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6078
6078
|
* Licensed under the MIT License.
|
|
@@ -6093,7 +6093,7 @@
|
|
|
6093
6093
|
};
|
|
6094
6094
|
}
|
|
6095
6095
|
|
|
6096
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6096
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6097
6097
|
|
|
6098
6098
|
/*
|
|
6099
6099
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6180,7 +6180,7 @@
|
|
|
6180
6180
|
}
|
|
6181
6181
|
}
|
|
6182
6182
|
|
|
6183
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6183
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6184
6184
|
|
|
6185
6185
|
/*
|
|
6186
6186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6211,7 +6211,7 @@
|
|
|
6211
6211
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6212
6212
|
}
|
|
6213
6213
|
|
|
6214
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6214
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6215
6215
|
|
|
6216
6216
|
/*
|
|
6217
6217
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6359,7 +6359,7 @@
|
|
|
6359
6359
|
}
|
|
6360
6360
|
}
|
|
6361
6361
|
|
|
6362
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6362
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6363
6363
|
/*
|
|
6364
6364
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6365
6365
|
* Licensed under the MIT License.
|
|
@@ -6385,7 +6385,7 @@
|
|
|
6385
6385
|
refreshTokenExpired: refreshTokenExpired
|
|
6386
6386
|
});
|
|
6387
6387
|
|
|
6388
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6388
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6389
6389
|
|
|
6390
6390
|
/*
|
|
6391
6391
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6473,7 +6473,7 @@
|
|
|
6473
6473
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6474
6474
|
}
|
|
6475
6475
|
|
|
6476
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6476
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6477
6477
|
|
|
6478
6478
|
/*
|
|
6479
6479
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6545,7 +6545,7 @@
|
|
|
6545
6545
|
}
|
|
6546
6546
|
}
|
|
6547
6547
|
|
|
6548
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6548
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6549
6549
|
|
|
6550
6550
|
/*
|
|
6551
6551
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6629,7 +6629,7 @@
|
|
|
6629
6629
|
}
|
|
6630
6630
|
}
|
|
6631
6631
|
|
|
6632
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6632
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6633
6633
|
/*
|
|
6634
6634
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6635
6635
|
* Licensed under the MIT License.
|
|
@@ -6656,7 +6656,7 @@
|
|
|
6656
6656
|
}
|
|
6657
6657
|
}
|
|
6658
6658
|
|
|
6659
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6659
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6660
6660
|
|
|
6661
6661
|
/*
|
|
6662
6662
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
return baseAccount;
|
|
6988
6988
|
}
|
|
6989
6989
|
|
|
6990
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
6990
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
6991
6991
|
|
|
6992
6992
|
/*
|
|
6993
6993
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7054,7 +7054,7 @@
|
|
|
7054
7054
|
}
|
|
7055
7055
|
}
|
|
7056
7056
|
|
|
7057
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7057
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7058
7058
|
/*
|
|
7059
7059
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7060
7060
|
* Licensed under the MIT License.
|
|
@@ -7072,7 +7072,7 @@
|
|
|
7072
7072
|
}
|
|
7073
7073
|
}
|
|
7074
7074
|
|
|
7075
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7075
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7076
7076
|
|
|
7077
7077
|
/*
|
|
7078
7078
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7305,7 +7305,7 @@
|
|
|
7305
7305
|
}
|
|
7306
7306
|
}
|
|
7307
7307
|
|
|
7308
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7308
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7309
7309
|
|
|
7310
7310
|
/*
|
|
7311
7311
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7514,7 +7514,7 @@
|
|
|
7514
7514
|
}
|
|
7515
7515
|
}
|
|
7516
7516
|
|
|
7517
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7517
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7518
7518
|
|
|
7519
7519
|
/*
|
|
7520
7520
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7612,7 +7612,7 @@
|
|
|
7612
7612
|
}
|
|
7613
7613
|
}
|
|
7614
7614
|
|
|
7615
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7615
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7616
7616
|
|
|
7617
7617
|
/*
|
|
7618
7618
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7627,7 +7627,7 @@
|
|
|
7627
7627
|
},
|
|
7628
7628
|
};
|
|
7629
7629
|
|
|
7630
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7630
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7631
7631
|
|
|
7632
7632
|
/*
|
|
7633
7633
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7851,7 +7851,7 @@
|
|
|
7851
7851
|
return account.idTokenClaims?.login_hint || null;
|
|
7852
7852
|
}
|
|
7853
7853
|
|
|
7854
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7854
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7855
7855
|
|
|
7856
7856
|
/*
|
|
7857
7857
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7909,7 +7909,7 @@
|
|
|
7909
7909
|
}
|
|
7910
7910
|
}
|
|
7911
7911
|
|
|
7912
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
7912
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
7913
7913
|
|
|
7914
7914
|
/*
|
|
7915
7915
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8172,7 +8172,7 @@
|
|
|
8172
8172
|
}
|
|
8173
8173
|
}
|
|
8174
8174
|
|
|
8175
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
8175
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
8176
8176
|
/*
|
|
8177
8177
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8178
8178
|
* Licensed under the MIT License.
|
|
@@ -8180,7 +8180,7 @@
|
|
|
8180
8180
|
const missingKidError = "missing_kid_error";
|
|
8181
8181
|
const missingAlgError = "missing_alg_error";
|
|
8182
8182
|
|
|
8183
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
8183
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
8184
8184
|
|
|
8185
8185
|
/*
|
|
8186
8186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8205,7 +8205,7 @@
|
|
|
8205
8205
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8206
8206
|
}
|
|
8207
8207
|
|
|
8208
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
8208
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
8209
8209
|
|
|
8210
8210
|
/*
|
|
8211
8211
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8245,7 +8245,7 @@
|
|
|
8245
8245
|
}
|
|
8246
8246
|
}
|
|
8247
8247
|
|
|
8248
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
8248
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
8249
8249
|
|
|
8250
8250
|
/*
|
|
8251
8251
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8324,7 +8324,7 @@
|
|
|
8324
8324
|
}
|
|
8325
8325
|
}
|
|
8326
8326
|
|
|
8327
|
-
/*! @azure/msal-common v15.7.0 2025-
|
|
8327
|
+
/*! @azure/msal-common v15.7.0 2025-06-10 */
|
|
8328
8328
|
|
|
8329
8329
|
/*
|
|
8330
8330
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10164,10 +10164,10 @@
|
|
|
10164
10164
|
*/
|
|
10165
10165
|
static defaultNavigateWindow(url, options) {
|
|
10166
10166
|
if (options.noHistory) {
|
|
10167
|
-
window.location.replace(url);
|
|
10167
|
+
window.location.replace(url); // CodeQL [SM03712] Application owner controls the URL. User can't change it.
|
|
10168
10168
|
}
|
|
10169
10169
|
else {
|
|
10170
|
-
window.location.assign(url);
|
|
10170
|
+
window.location.assign(url); // CodeQL [SM03712] Application owner controls the URL. User can't change it.
|
|
10171
10171
|
}
|
|
10172
10172
|
return new Promise((resolve) => {
|
|
10173
10173
|
setTimeout(() => {
|
|
@@ -10429,7 +10429,7 @@
|
|
|
10429
10429
|
|
|
10430
10430
|
/* eslint-disable header/header */
|
|
10431
10431
|
const name = "@azure/msal-browser";
|
|
10432
|
-
const version = "4.13.
|
|
10432
|
+
const version = "4.13.1";
|
|
10433
10433
|
|
|
10434
10434
|
/*
|
|
10435
10435
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|