@azure/msal-browser 3.24.0 → 3.25.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/README.md +1 -1
- 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/BrowserStorage.mjs +1 -1
- package/dist/cache/DatabaseStorage.mjs +1 -1
- package/dist/cache/MemoryStorage.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.d.ts.map +1 -1
- package/dist/interaction_client/RedirectClient.mjs +20 -2
- package/dist/interaction_client/RedirectClient.mjs.map +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 +84 -66
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +84 -66
- package/lib/msal-browser.js.map +1 -1
- package/lib/msal-browser.min.js +61 -61
- package/lib/types/interaction_client/RedirectClient.d.ts.map +1 -1
- package/lib/types/packageMetadata.d.ts +1 -1
- package/package.json +2 -4
- package/src/interaction_client/RedirectClient.ts +25 -1
- package/src/packageMetadata.ts +1 -1
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v3.
|
|
1
|
+
/*! @azure/msal-browser v3.25.0 2024-10-03 */
|
|
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 v14.15.0 2024-
|
|
9
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
10
10
|
/*
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
12
|
* Licensed under the MIT License.
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
// Token renewal offset default in seconds
|
|
316
316
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
317
317
|
|
|
318
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
318
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
319
319
|
/*
|
|
320
320
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
321
321
|
* Licensed under the MIT License.
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
unexpectedError: unexpectedError
|
|
333
333
|
});
|
|
334
334
|
|
|
335
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
335
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
336
336
|
|
|
337
337
|
/*
|
|
338
338
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
: AuthErrorMessages[code]);
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
384
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
385
385
|
/*
|
|
386
386
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
387
387
|
* Licensed under the MIT License.
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
userTimeoutReached: userTimeoutReached
|
|
480
480
|
});
|
|
481
481
|
|
|
482
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
482
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
483
483
|
|
|
484
484
|
/*
|
|
485
485
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
734
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
735
735
|
|
|
736
736
|
/*
|
|
737
737
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
},
|
|
771
771
|
};
|
|
772
772
|
|
|
773
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
773
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
774
774
|
|
|
775
775
|
/*
|
|
776
776
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -961,12 +961,12 @@
|
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
|
|
964
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
964
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
965
965
|
/* eslint-disable header/header */
|
|
966
966
|
const name$1 = "@azure/msal-common";
|
|
967
967
|
const version$1 = "14.15.0";
|
|
968
968
|
|
|
969
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
969
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
970
970
|
/*
|
|
971
971
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
972
972
|
* Licensed under the MIT License.
|
|
@@ -986,7 +986,7 @@
|
|
|
986
986
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
987
987
|
};
|
|
988
988
|
|
|
989
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
989
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
990
990
|
|
|
991
991
|
/*
|
|
992
992
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
}
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1050
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1051
1051
|
/*
|
|
1052
1052
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1053
1053
|
* Licensed under the MIT License.
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
return cachedAtSec > nowSeconds();
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1087
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1088
1088
|
|
|
1089
1089
|
/*
|
|
1090
1090
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1411,7 +1411,7 @@
|
|
|
1411
1411
|
return metadata.expiresAt <= nowSeconds();
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1414
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1415
1415
|
/*
|
|
1416
1416
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1417
1417
|
* Licensed under the MIT License.
|
|
@@ -1465,7 +1465,7 @@
|
|
|
1465
1465
|
urlParseError: urlParseError
|
|
1466
1466
|
});
|
|
1467
1467
|
|
|
1468
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1468
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1469
1469
|
|
|
1470
1470
|
/*
|
|
1471
1471
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
return new ClientConfigurationError(errorCode);
|
|
1604
1604
|
}
|
|
1605
1605
|
|
|
1606
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1606
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1607
1607
|
/*
|
|
1608
1608
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1609
1609
|
* Licensed under the MIT License.
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
}
|
|
1701
1701
|
}
|
|
1702
1702
|
|
|
1703
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1703
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1704
1704
|
|
|
1705
1705
|
/*
|
|
1706
1706
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1900,7 +1900,7 @@
|
|
|
1900
1900
|
}
|
|
1901
1901
|
}
|
|
1902
1902
|
|
|
1903
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1903
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1904
1904
|
|
|
1905
1905
|
/*
|
|
1906
1906
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1940,7 +1940,7 @@
|
|
|
1940
1940
|
};
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
1943
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
1944
1944
|
/*
|
|
1945
1945
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1946
1946
|
* Licensed under the MIT License.
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
return updatedAccountInfo;
|
|
2020
2020
|
}
|
|
2021
2021
|
|
|
2022
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2022
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2023
2023
|
/*
|
|
2024
2024
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2025
2025
|
* Licensed under the MIT License.
|
|
@@ -2034,7 +2034,7 @@
|
|
|
2034
2034
|
Ciam: 3,
|
|
2035
2035
|
};
|
|
2036
2036
|
|
|
2037
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2037
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2038
2038
|
/*
|
|
2039
2039
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2040
2040
|
* Licensed under the MIT License.
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
return null;
|
|
2057
2057
|
}
|
|
2058
2058
|
|
|
2059
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2059
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2060
2060
|
/*
|
|
2061
2061
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2062
2062
|
* Licensed under the MIT License.
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
OIDC: "OIDC",
|
|
2070
2070
|
};
|
|
2071
2071
|
|
|
2072
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2072
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2073
2073
|
|
|
2074
2074
|
/*
|
|
2075
2075
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2312,7 +2312,7 @@
|
|
|
2312
2312
|
}
|
|
2313
2313
|
}
|
|
2314
2314
|
|
|
2315
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2315
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2316
2316
|
|
|
2317
2317
|
/*
|
|
2318
2318
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2359,7 +2359,7 @@
|
|
|
2359
2359
|
return null;
|
|
2360
2360
|
}
|
|
2361
2361
|
|
|
2362
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2362
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2363
2363
|
|
|
2364
2364
|
/*
|
|
2365
2365
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2523,7 +2523,7 @@
|
|
|
2523
2523
|
}
|
|
2524
2524
|
}
|
|
2525
2525
|
|
|
2526
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2526
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2527
2527
|
|
|
2528
2528
|
/*
|
|
2529
2529
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2663,7 +2663,7 @@
|
|
|
2663
2663
|
return null;
|
|
2664
2664
|
}
|
|
2665
2665
|
|
|
2666
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2666
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2667
2667
|
/*
|
|
2668
2668
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2669
2669
|
* Licensed under the MIT License.
|
|
@@ -2671,7 +2671,7 @@
|
|
|
2671
2671
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
2672
2672
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
2673
2673
|
|
|
2674
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2674
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2675
2675
|
|
|
2676
2676
|
/*
|
|
2677
2677
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2698,7 +2698,7 @@
|
|
|
2698
2698
|
}
|
|
2699
2699
|
}
|
|
2700
2700
|
|
|
2701
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
2701
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
2702
2702
|
|
|
2703
2703
|
/*
|
|
2704
2704
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
}
|
|
3951
3951
|
}
|
|
3952
3952
|
|
|
3953
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
3953
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
3954
3954
|
|
|
3955
3955
|
/*
|
|
3956
3956
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4049,7 +4049,7 @@
|
|
|
4049
4049
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4050
4050
|
}
|
|
4051
4051
|
|
|
4052
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4052
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4053
4053
|
|
|
4054
4054
|
/*
|
|
4055
4055
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4068,7 +4068,7 @@
|
|
|
4068
4068
|
}
|
|
4069
4069
|
}
|
|
4070
4070
|
|
|
4071
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4071
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4072
4072
|
|
|
4073
4073
|
/*
|
|
4074
4074
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4166,7 +4166,7 @@
|
|
|
4166
4166
|
}
|
|
4167
4167
|
}
|
|
4168
4168
|
|
|
4169
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4169
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4170
4170
|
|
|
4171
4171
|
/*
|
|
4172
4172
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4203,7 +4203,7 @@
|
|
|
4203
4203
|
}
|
|
4204
4204
|
}
|
|
4205
4205
|
|
|
4206
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4206
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4207
4207
|
/*
|
|
4208
4208
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4209
4209
|
* Licensed under the MIT License.
|
|
@@ -4213,7 +4213,7 @@
|
|
|
4213
4213
|
UPN: "UPN",
|
|
4214
4214
|
};
|
|
4215
4215
|
|
|
4216
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4216
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4217
4217
|
/*
|
|
4218
4218
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4219
4219
|
* Licensed under the MIT License.
|
|
@@ -4261,7 +4261,7 @@
|
|
|
4261
4261
|
const DOMAIN_HINT = "domain_hint";
|
|
4262
4262
|
const X_CLIENT_EXTRA_SKU = "x-client-xtra-sku";
|
|
4263
4263
|
|
|
4264
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4264
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4265
4265
|
|
|
4266
4266
|
/*
|
|
4267
4267
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4328,7 +4328,7 @@
|
|
|
4328
4328
|
}
|
|
4329
4329
|
}
|
|
4330
4330
|
|
|
4331
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4331
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4332
4332
|
|
|
4333
4333
|
/*
|
|
4334
4334
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4713,7 +4713,7 @@
|
|
|
4713
4713
|
}
|
|
4714
4714
|
}
|
|
4715
4715
|
|
|
4716
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4716
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4717
4717
|
/*
|
|
4718
4718
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4719
4719
|
* Licensed under the MIT License.
|
|
@@ -4725,7 +4725,7 @@
|
|
|
4725
4725
|
response.hasOwnProperty("jwks_uri"));
|
|
4726
4726
|
}
|
|
4727
4727
|
|
|
4728
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4728
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4729
4729
|
/*
|
|
4730
4730
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4731
4731
|
* Licensed under the MIT License.
|
|
@@ -4735,7 +4735,7 @@
|
|
|
4735
4735
|
response.hasOwnProperty("metadata"));
|
|
4736
4736
|
}
|
|
4737
4737
|
|
|
4738
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4738
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4739
4739
|
/*
|
|
4740
4740
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4741
4741
|
* Licensed under the MIT License.
|
|
@@ -4745,7 +4745,7 @@
|
|
|
4745
4745
|
response.hasOwnProperty("error_description"));
|
|
4746
4746
|
}
|
|
4747
4747
|
|
|
4748
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
4748
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
4749
4749
|
/*
|
|
4750
4750
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4751
4751
|
* Licensed under the MIT License.
|
|
@@ -5227,7 +5227,7 @@
|
|
|
5227
5227
|
"multiMatchedRT",
|
|
5228
5228
|
]);
|
|
5229
5229
|
|
|
5230
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
5230
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
5231
5231
|
/*
|
|
5232
5232
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5233
5233
|
* Licensed under the MIT License.
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
};
|
|
5324
5324
|
};
|
|
5325
5325
|
|
|
5326
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
5326
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
5327
5327
|
|
|
5328
5328
|
/*
|
|
5329
5329
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5432,7 +5432,7 @@
|
|
|
5432
5432
|
},
|
|
5433
5433
|
};
|
|
5434
5434
|
|
|
5435
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
5435
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
5436
5436
|
|
|
5437
5437
|
/*
|
|
5438
5438
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6271,7 +6271,7 @@
|
|
|
6271
6271
|
};
|
|
6272
6272
|
}
|
|
6273
6273
|
|
|
6274
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6274
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6275
6275
|
|
|
6276
6276
|
/*
|
|
6277
6277
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6302,7 +6302,7 @@
|
|
|
6302
6302
|
}
|
|
6303
6303
|
}
|
|
6304
6304
|
|
|
6305
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6305
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6306
6306
|
|
|
6307
6307
|
/*
|
|
6308
6308
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6405,7 +6405,7 @@
|
|
|
6405
6405
|
}
|
|
6406
6406
|
}
|
|
6407
6407
|
|
|
6408
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6408
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6409
6409
|
/*
|
|
6410
6410
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6411
6411
|
* Licensed under the MIT License.
|
|
@@ -6431,7 +6431,7 @@
|
|
|
6431
6431
|
refreshTokenExpired: refreshTokenExpired
|
|
6432
6432
|
});
|
|
6433
6433
|
|
|
6434
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6434
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6435
6435
|
|
|
6436
6436
|
/*
|
|
6437
6437
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6519,7 +6519,7 @@
|
|
|
6519
6519
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6520
6520
|
}
|
|
6521
6521
|
|
|
6522
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6522
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6523
6523
|
|
|
6524
6524
|
/*
|
|
6525
6525
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6591,7 +6591,7 @@
|
|
|
6591
6591
|
}
|
|
6592
6592
|
}
|
|
6593
6593
|
|
|
6594
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6594
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6595
6595
|
|
|
6596
6596
|
/*
|
|
6597
6597
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6675,7 +6675,7 @@
|
|
|
6675
6675
|
}
|
|
6676
6676
|
}
|
|
6677
6677
|
|
|
6678
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6678
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6679
6679
|
/*
|
|
6680
6680
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6681
6681
|
* Licensed under the MIT License.
|
|
@@ -6702,7 +6702,7 @@
|
|
|
6702
6702
|
}
|
|
6703
6703
|
}
|
|
6704
6704
|
|
|
6705
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
6705
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
6706
6706
|
|
|
6707
6707
|
/*
|
|
6708
6708
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7079,7 +7079,7 @@
|
|
|
7079
7079
|
return baseAccount;
|
|
7080
7080
|
}
|
|
7081
7081
|
|
|
7082
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7082
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7083
7083
|
/*
|
|
7084
7084
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7085
7085
|
* Licensed under the MIT License.
|
|
@@ -7097,7 +7097,7 @@
|
|
|
7097
7097
|
}
|
|
7098
7098
|
}
|
|
7099
7099
|
|
|
7100
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7100
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7101
7101
|
|
|
7102
7102
|
/*
|
|
7103
7103
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7528,7 +7528,7 @@
|
|
|
7528
7528
|
}
|
|
7529
7529
|
}
|
|
7530
7530
|
|
|
7531
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7531
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7532
7532
|
|
|
7533
7533
|
/*
|
|
7534
7534
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7742,7 +7742,7 @@
|
|
|
7742
7742
|
}
|
|
7743
7743
|
}
|
|
7744
7744
|
|
|
7745
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7745
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7746
7746
|
|
|
7747
7747
|
/*
|
|
7748
7748
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7878,7 +7878,7 @@
|
|
|
7878
7878
|
}
|
|
7879
7879
|
}
|
|
7880
7880
|
|
|
7881
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7881
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7882
7882
|
|
|
7883
7883
|
/*
|
|
7884
7884
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7893,7 +7893,7 @@
|
|
|
7893
7893
|
},
|
|
7894
7894
|
};
|
|
7895
7895
|
|
|
7896
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7896
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7897
7897
|
|
|
7898
7898
|
/*
|
|
7899
7899
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7951,7 +7951,7 @@
|
|
|
7951
7951
|
}
|
|
7952
7952
|
}
|
|
7953
7953
|
|
|
7954
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
7954
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
7955
7955
|
|
|
7956
7956
|
/*
|
|
7957
7957
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8214,7 +8214,7 @@
|
|
|
8214
8214
|
}
|
|
8215
8215
|
}
|
|
8216
8216
|
|
|
8217
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
8217
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
8218
8218
|
/*
|
|
8219
8219
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8220
8220
|
* Licensed under the MIT License.
|
|
@@ -8222,7 +8222,7 @@
|
|
|
8222
8222
|
const missingKidError = "missing_kid_error";
|
|
8223
8223
|
const missingAlgError = "missing_alg_error";
|
|
8224
8224
|
|
|
8225
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
8225
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
8226
8226
|
|
|
8227
8227
|
/*
|
|
8228
8228
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8247,7 +8247,7 @@
|
|
|
8247
8247
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8248
8248
|
}
|
|
8249
8249
|
|
|
8250
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
8250
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
8251
8251
|
|
|
8252
8252
|
/*
|
|
8253
8253
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8287,7 +8287,7 @@
|
|
|
8287
8287
|
}
|
|
8288
8288
|
}
|
|
8289
8289
|
|
|
8290
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
8290
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
8291
8291
|
|
|
8292
8292
|
/*
|
|
8293
8293
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8366,7 +8366,7 @@
|
|
|
8366
8366
|
}
|
|
8367
8367
|
}
|
|
8368
8368
|
|
|
8369
|
-
/*! @azure/msal-common v14.15.0 2024-
|
|
8369
|
+
/*! @azure/msal-common v14.15.0 2024-10-03 */
|
|
8370
8370
|
|
|
8371
8371
|
/*
|
|
8372
8372
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10238,7 +10238,7 @@
|
|
|
10238
10238
|
|
|
10239
10239
|
/* eslint-disable header/header */
|
|
10240
10240
|
const name = "@azure/msal-browser";
|
|
10241
|
-
const version = "3.
|
|
10241
|
+
const version = "3.25.0";
|
|
10242
10242
|
|
|
10243
10243
|
/*
|
|
10244
10244
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -14992,6 +14992,18 @@
|
|
|
14992
14992
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
14993
14993
|
* Licensed under the MIT License.
|
|
14994
14994
|
*/
|
|
14995
|
+
function getNavigationType() {
|
|
14996
|
+
if (typeof window === "undefined" ||
|
|
14997
|
+
typeof window.performance === "undefined" ||
|
|
14998
|
+
typeof window.performance.getEntriesByType !== "function") {
|
|
14999
|
+
return undefined;
|
|
15000
|
+
}
|
|
15001
|
+
const navigationEntries = window.performance.getEntriesByType("navigation");
|
|
15002
|
+
const navigation = navigationEntries.length
|
|
15003
|
+
? navigationEntries[0]
|
|
15004
|
+
: undefined;
|
|
15005
|
+
return navigation?.type;
|
|
15006
|
+
}
|
|
14995
15007
|
class RedirectClient extends StandardInteractionClient {
|
|
14996
15008
|
constructor(config, storageImpl, browserCrypto, logger, eventHandler, navigationClient, performanceClient, nativeStorageImpl, nativeMessageHandler, correlationId) {
|
|
14997
15009
|
super(config, storageImpl, browserCrypto, logger, eventHandler, navigationClient, performanceClient, nativeMessageHandler, correlationId);
|
|
@@ -15073,7 +15085,13 @@
|
|
|
15073
15085
|
// Not a recognized server response hash or hash not associated with a redirect request
|
|
15074
15086
|
this.logger.info("handleRedirectPromise did not detect a response as a result of a redirect. Cleaning temporary cache.");
|
|
15075
15087
|
this.browserStorage.cleanRequestByInteractionType(exports.InteractionType.Redirect);
|
|
15076
|
-
|
|
15088
|
+
// Do not instrument "no_server_response" if user clicked back button
|
|
15089
|
+
if (getNavigationType() !== "back_forward") {
|
|
15090
|
+
parentMeasurement.event.errorCode = "no_server_response";
|
|
15091
|
+
}
|
|
15092
|
+
else {
|
|
15093
|
+
this.logger.verbose("Back navigation event detected. Muting no_server_response error");
|
|
15094
|
+
}
|
|
15077
15095
|
return null;
|
|
15078
15096
|
}
|
|
15079
15097
|
// If navigateToLoginRequestUrl is true, get the url where the redirect request was initiated
|