@azure/msal-browser 3.22.0 → 3.22.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/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.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/package.json +1 -1
- package/src/packageMetadata.ts +1 -1
package/lib/msal-browser.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-browser v3.22.
|
|
1
|
+
/*! @azure/msal-browser v3.22.1 2024-09-03 */
|
|
2
2
|
'use strict';
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6
6
|
/*
|
|
7
7
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8
8
|
* Licensed under the MIT License.
|
|
@@ -311,7 +311,7 @@ const JsonWebTokenTypes = {
|
|
|
311
311
|
// Token renewal offset default in seconds
|
|
312
312
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
313
313
|
|
|
314
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
314
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
315
315
|
/*
|
|
316
316
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
317
317
|
* Licensed under the MIT License.
|
|
@@ -328,7 +328,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
328
328
|
unexpectedError: unexpectedError
|
|
329
329
|
});
|
|
330
330
|
|
|
331
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
331
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
332
332
|
|
|
333
333
|
/*
|
|
334
334
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -377,7 +377,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
377
377
|
: AuthErrorMessages[code]);
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
380
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
381
381
|
/*
|
|
382
382
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
383
383
|
* Licensed under the MIT License.
|
|
@@ -475,7 +475,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
475
475
|
userTimeoutReached: userTimeoutReached
|
|
476
476
|
});
|
|
477
477
|
|
|
478
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
478
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
479
479
|
|
|
480
480
|
/*
|
|
481
481
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -727,7 +727,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
727
727
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
730
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
731
731
|
|
|
732
732
|
/*
|
|
733
733
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -788,7 +788,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
791
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
792
792
|
/*
|
|
793
793
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
794
794
|
* Licensed under the MIT License.
|
|
@@ -803,7 +803,7 @@ const AuthorityType = {
|
|
|
803
803
|
Ciam: 3,
|
|
804
804
|
};
|
|
805
805
|
|
|
806
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
806
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
807
807
|
/*
|
|
808
808
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
809
809
|
* Licensed under the MIT License.
|
|
@@ -815,7 +815,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
815
815
|
response.hasOwnProperty("jwks_uri"));
|
|
816
816
|
}
|
|
817
817
|
|
|
818
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
818
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
819
819
|
/*
|
|
820
820
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
821
821
|
* Licensed under the MIT License.
|
|
@@ -869,7 +869,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
869
869
|
urlParseError: urlParseError
|
|
870
870
|
});
|
|
871
871
|
|
|
872
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
872
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
873
873
|
|
|
874
874
|
/*
|
|
875
875
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1007,7 +1007,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
1007
1007
|
return new ClientConfigurationError(errorCode);
|
|
1008
1008
|
}
|
|
1009
1009
|
|
|
1010
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1010
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1011
1011
|
/*
|
|
1012
1012
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1013
1013
|
* Licensed under the MIT License.
|
|
@@ -1104,7 +1104,7 @@ class StringUtils {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1107
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1108
1108
|
|
|
1109
1109
|
/*
|
|
1110
1110
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1151,7 +1151,7 @@ function getDeserializedResponse(responseString) {
|
|
|
1151
1151
|
return null;
|
|
1152
1152
|
}
|
|
1153
1153
|
|
|
1154
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1154
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1155
1155
|
|
|
1156
1156
|
/*
|
|
1157
1157
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1315,7 +1315,7 @@ class UrlString {
|
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1318
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1319
1319
|
|
|
1320
1320
|
/*
|
|
1321
1321
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1455,7 +1455,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
1455
1455
|
return null;
|
|
1456
1456
|
}
|
|
1457
1457
|
|
|
1458
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1458
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1459
1459
|
/*
|
|
1460
1460
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1461
1461
|
* Licensed under the MIT License.
|
|
@@ -1468,7 +1468,7 @@ const ProtocolMode = {
|
|
|
1468
1468
|
OIDC: "OIDC",
|
|
1469
1469
|
};
|
|
1470
1470
|
|
|
1471
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1471
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1472
1472
|
/*
|
|
1473
1473
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1474
1474
|
* Licensed under the MIT License.
|
|
@@ -1488,7 +1488,7 @@ const AzureCloudInstance = {
|
|
|
1488
1488
|
AzureUsGovernment: "https://login.microsoftonline.us",
|
|
1489
1489
|
};
|
|
1490
1490
|
|
|
1491
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1491
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1492
1492
|
/*
|
|
1493
1493
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1494
1494
|
* Licensed under the MIT License.
|
|
@@ -1498,7 +1498,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
1498
1498
|
response.hasOwnProperty("metadata"));
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1501
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1502
1502
|
/*
|
|
1503
1503
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1504
1504
|
* Licensed under the MIT License.
|
|
@@ -1508,7 +1508,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
1508
1508
|
response.hasOwnProperty("error_description"));
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1511
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1512
1512
|
/*
|
|
1513
1513
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1514
1514
|
* Licensed under the MIT License.
|
|
@@ -1990,7 +1990,7 @@ const IntFields = new Set([
|
|
|
1990
1990
|
"multiMatchedRT",
|
|
1991
1991
|
]);
|
|
1992
1992
|
|
|
1993
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
1993
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
1994
1994
|
/*
|
|
1995
1995
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
1996
1996
|
* Licensed under the MIT License.
|
|
@@ -2086,7 +2086,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
2086
2086
|
};
|
|
2087
2087
|
};
|
|
2088
2088
|
|
|
2089
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
2089
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
2090
2090
|
|
|
2091
2091
|
/*
|
|
2092
2092
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2195,7 +2195,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
2195
2195
|
},
|
|
2196
2196
|
};
|
|
2197
2197
|
|
|
2198
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
2198
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
2199
2199
|
/*
|
|
2200
2200
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2201
2201
|
* Licensed under the MIT License.
|
|
@@ -2232,7 +2232,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
2232
2232
|
return cachedAtSec > nowSeconds();
|
|
2233
2233
|
}
|
|
2234
2234
|
|
|
2235
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
2235
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
2236
2236
|
|
|
2237
2237
|
/*
|
|
2238
2238
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2559,7 +2559,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
2559
2559
|
return metadata.expiresAt <= nowSeconds();
|
|
2560
2560
|
}
|
|
2561
2561
|
|
|
2562
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
2562
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
2563
2563
|
|
|
2564
2564
|
/*
|
|
2565
2565
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3398,7 +3398,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
3398
3398
|
};
|
|
3399
3399
|
}
|
|
3400
3400
|
|
|
3401
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3401
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3402
3402
|
|
|
3403
3403
|
/*
|
|
3404
3404
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3429,7 +3429,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
3429
3429
|
}
|
|
3430
3430
|
}
|
|
3431
3431
|
|
|
3432
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3432
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3433
3433
|
/*
|
|
3434
3434
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3435
3435
|
* Licensed under the MIT License.
|
|
@@ -3447,7 +3447,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
3447
3447
|
}
|
|
3448
3448
|
}
|
|
3449
3449
|
|
|
3450
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3450
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3451
3451
|
/*
|
|
3452
3452
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3453
3453
|
* Licensed under the MIT License.
|
|
@@ -3495,7 +3495,7 @@ const LOGIN_HINT = "login_hint";
|
|
|
3495
3495
|
const DOMAIN_HINT = "domain_hint";
|
|
3496
3496
|
const X_CLIENT_EXTRA_SKU = "x-client-xtra-sku";
|
|
3497
3497
|
|
|
3498
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3498
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3499
3499
|
|
|
3500
3500
|
/*
|
|
3501
3501
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3534,7 +3534,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
3534
3534
|
},
|
|
3535
3535
|
};
|
|
3536
3536
|
|
|
3537
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3537
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3538
3538
|
|
|
3539
3539
|
/*
|
|
3540
3540
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3725,12 +3725,12 @@ class Logger {
|
|
|
3725
3725
|
}
|
|
3726
3726
|
}
|
|
3727
3727
|
|
|
3728
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3728
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3729
3729
|
/* eslint-disable header/header */
|
|
3730
3730
|
const name$1 = "@azure/msal-common";
|
|
3731
3731
|
const version$1 = "14.14.2";
|
|
3732
3732
|
|
|
3733
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3733
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3734
3734
|
|
|
3735
3735
|
/*
|
|
3736
3736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3930,7 +3930,7 @@ class ScopeSet {
|
|
|
3930
3930
|
}
|
|
3931
3931
|
}
|
|
3932
3932
|
|
|
3933
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3933
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3934
3934
|
|
|
3935
3935
|
/*
|
|
3936
3936
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3970,7 +3970,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
3970
3970
|
};
|
|
3971
3971
|
}
|
|
3972
3972
|
|
|
3973
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
3973
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
3974
3974
|
/*
|
|
3975
3975
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3976
3976
|
* Licensed under the MIT License.
|
|
@@ -4049,7 +4049,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
4049
4049
|
return updatedAccountInfo;
|
|
4050
4050
|
}
|
|
4051
4051
|
|
|
4052
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
4052
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
4053
4053
|
/*
|
|
4054
4054
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4055
4055
|
* Licensed under the MIT License.
|
|
@@ -4071,7 +4071,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
4071
4071
|
return null;
|
|
4072
4072
|
}
|
|
4073
4073
|
|
|
4074
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
4074
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
4075
4075
|
|
|
4076
4076
|
/*
|
|
4077
4077
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4314,7 +4314,7 @@ class AccountEntity {
|
|
|
4314
4314
|
}
|
|
4315
4315
|
}
|
|
4316
4316
|
|
|
4317
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
4317
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
4318
4318
|
/*
|
|
4319
4319
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4320
4320
|
* Licensed under the MIT License.
|
|
@@ -4322,7 +4322,7 @@ class AccountEntity {
|
|
|
4322
4322
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
4323
4323
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
4324
4324
|
|
|
4325
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
4325
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
4326
4326
|
|
|
4327
4327
|
/*
|
|
4328
4328
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4349,7 +4349,7 @@ class CacheError extends Error {
|
|
|
4349
4349
|
}
|
|
4350
4350
|
}
|
|
4351
4351
|
|
|
4352
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
4352
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
4353
4353
|
|
|
4354
4354
|
/*
|
|
4355
4355
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5601,7 +5601,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
5601
5601
|
}
|
|
5602
5602
|
}
|
|
5603
5603
|
|
|
5604
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5604
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5605
5605
|
|
|
5606
5606
|
/*
|
|
5607
5607
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5699,7 +5699,7 @@ function isOidcProtocolMode(config) {
|
|
|
5699
5699
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
5700
5700
|
}
|
|
5701
5701
|
|
|
5702
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5702
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5703
5703
|
|
|
5704
5704
|
/*
|
|
5705
5705
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5718,7 +5718,7 @@ class ServerError extends AuthError {
|
|
|
5718
5718
|
}
|
|
5719
5719
|
}
|
|
5720
5720
|
|
|
5721
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5721
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5722
5722
|
|
|
5723
5723
|
/*
|
|
5724
5724
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5816,7 +5816,7 @@ class ThrottlingUtils {
|
|
|
5816
5816
|
}
|
|
5817
5817
|
}
|
|
5818
5818
|
|
|
5819
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5819
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5820
5820
|
|
|
5821
5821
|
/*
|
|
5822
5822
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5853,7 +5853,7 @@ class NetworkManager {
|
|
|
5853
5853
|
}
|
|
5854
5854
|
}
|
|
5855
5855
|
|
|
5856
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5856
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5857
5857
|
/*
|
|
5858
5858
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
5859
5859
|
* Licensed under the MIT License.
|
|
@@ -5863,7 +5863,7 @@ const CcsCredentialType = {
|
|
|
5863
5863
|
UPN: "UPN",
|
|
5864
5864
|
};
|
|
5865
5865
|
|
|
5866
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5866
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5867
5867
|
|
|
5868
5868
|
/*
|
|
5869
5869
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5930,7 +5930,7 @@ class RequestValidator {
|
|
|
5930
5930
|
}
|
|
5931
5931
|
}
|
|
5932
5932
|
|
|
5933
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
5933
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
5934
5934
|
|
|
5935
5935
|
/*
|
|
5936
5936
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6315,7 +6315,7 @@ class RequestParameterBuilder {
|
|
|
6315
6315
|
}
|
|
6316
6316
|
}
|
|
6317
6317
|
|
|
6318
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6318
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6319
6319
|
|
|
6320
6320
|
/*
|
|
6321
6321
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6418,7 +6418,7 @@ class BaseClient {
|
|
|
6418
6418
|
}
|
|
6419
6419
|
}
|
|
6420
6420
|
|
|
6421
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6421
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6422
6422
|
/*
|
|
6423
6423
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6424
6424
|
* Licensed under the MIT License.
|
|
@@ -6444,7 +6444,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
|
|
|
6444
6444
|
refreshTokenExpired: refreshTokenExpired
|
|
6445
6445
|
});
|
|
6446
6446
|
|
|
6447
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6447
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6448
6448
|
|
|
6449
6449
|
/*
|
|
6450
6450
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6532,7 +6532,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
6532
6532
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6533
6533
|
}
|
|
6534
6534
|
|
|
6535
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6535
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6536
6536
|
|
|
6537
6537
|
/*
|
|
6538
6538
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6604,7 +6604,7 @@ class ProtocolUtils {
|
|
|
6604
6604
|
}
|
|
6605
6605
|
}
|
|
6606
6606
|
|
|
6607
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6607
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6608
6608
|
|
|
6609
6609
|
/*
|
|
6610
6610
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6688,7 +6688,7 @@ class PopTokenGenerator {
|
|
|
6688
6688
|
}
|
|
6689
6689
|
}
|
|
6690
6690
|
|
|
6691
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6691
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6692
6692
|
/*
|
|
6693
6693
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6694
6694
|
* Licensed under the MIT License.
|
|
@@ -6715,7 +6715,7 @@ class PopTokenGenerator {
|
|
|
6715
6715
|
}
|
|
6716
6716
|
}
|
|
6717
6717
|
|
|
6718
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
6718
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
6719
6719
|
|
|
6720
6720
|
/*
|
|
6721
6721
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7092,7 +7092,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
7092
7092
|
return baseAccount;
|
|
7093
7093
|
}
|
|
7094
7094
|
|
|
7095
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7095
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7096
7096
|
|
|
7097
7097
|
/*
|
|
7098
7098
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7515,7 +7515,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
7515
7515
|
}
|
|
7516
7516
|
}
|
|
7517
7517
|
|
|
7518
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7518
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7519
7519
|
|
|
7520
7520
|
/*
|
|
7521
7521
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7729,7 +7729,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
7729
7729
|
}
|
|
7730
7730
|
}
|
|
7731
7731
|
|
|
7732
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7732
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7733
7733
|
|
|
7734
7734
|
/*
|
|
7735
7735
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7865,7 +7865,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
7865
7865
|
}
|
|
7866
7866
|
}
|
|
7867
7867
|
|
|
7868
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7868
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7869
7869
|
|
|
7870
7870
|
/*
|
|
7871
7871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7880,7 +7880,7 @@ const StubbedNetworkModule = {
|
|
|
7880
7880
|
},
|
|
7881
7881
|
};
|
|
7882
7882
|
|
|
7883
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7883
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7884
7884
|
/*
|
|
7885
7885
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7886
7886
|
* Licensed under the MIT License.
|
|
@@ -7888,7 +7888,7 @@ const StubbedNetworkModule = {
|
|
|
7888
7888
|
const missingKidError = "missing_kid_error";
|
|
7889
7889
|
const missingAlgError = "missing_alg_error";
|
|
7890
7890
|
|
|
7891
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7891
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7892
7892
|
|
|
7893
7893
|
/*
|
|
7894
7894
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7913,7 +7913,7 @@ function createJoseHeaderError(code) {
|
|
|
7913
7913
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
7914
7914
|
}
|
|
7915
7915
|
|
|
7916
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7916
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7917
7917
|
|
|
7918
7918
|
/*
|
|
7919
7919
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7953,7 +7953,7 @@ class JoseHeader {
|
|
|
7953
7953
|
}
|
|
7954
7954
|
}
|
|
7955
7955
|
|
|
7956
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
7956
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
7957
7957
|
|
|
7958
7958
|
/*
|
|
7959
7959
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8011,7 +8011,7 @@ class AuthenticationHeaderParser {
|
|
|
8011
8011
|
}
|
|
8012
8012
|
}
|
|
8013
8013
|
|
|
8014
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
8014
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
8015
8015
|
|
|
8016
8016
|
/*
|
|
8017
8017
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8274,7 +8274,7 @@ class ServerTelemetryManager {
|
|
|
8274
8274
|
}
|
|
8275
8275
|
}
|
|
8276
8276
|
|
|
8277
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
8277
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
8278
8278
|
|
|
8279
8279
|
/*
|
|
8280
8280
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8353,7 +8353,7 @@ class StubPerformanceClient {
|
|
|
8353
8353
|
}
|
|
8354
8354
|
}
|
|
8355
8355
|
|
|
8356
|
-
/*! @azure/msal-common v14.14.2 2024-
|
|
8356
|
+
/*! @azure/msal-common v14.14.2 2024-09-03 */
|
|
8357
8357
|
|
|
8358
8358
|
/*
|
|
8359
8359
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10224,7 +10224,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
|
|
|
10224
10224
|
|
|
10225
10225
|
/* eslint-disable header/header */
|
|
10226
10226
|
const name = "@azure/msal-browser";
|
|
10227
|
-
const version = "3.22.
|
|
10227
|
+
const version = "3.22.1";
|
|
10228
10228
|
|
|
10229
10229
|
/*
|
|
10230
10230
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|