@azure/msal-browser 4.10.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 +10 -1
- package/dist/config/Configuration.d.ts.map +1 -1
- package/dist/config/Configuration.mjs +2 -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.d.ts.map +1 -1
- package/dist/protocol/Authorize.mjs +3 -3
- package/dist/protocol/Authorize.mjs.map +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 +94 -84
- package/lib/msal-browser.cjs.map +1 -1
- package/lib/msal-browser.js +94 -84
- 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 +10 -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/protocol/Authorize.d.ts.map +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 +11 -1
- package/src/network/FetchClient.ts +27 -12
- package/src/packageMetadata.ts +1 -1
- package/src/protocol/Authorize.ts +12 -2
- package/src/utils/BrowserUtils.ts +1 -1
package/lib/msal-browser.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-browser v4.
|
|
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.
|
|
@@ -2376,15 +2376,22 @@
|
|
|
2376
2376
|
/**
|
|
2377
2377
|
* Utility to create a URL from the params map
|
|
2378
2378
|
*/
|
|
2379
|
-
function mapToQueryString(parameters) {
|
|
2379
|
+
function mapToQueryString(parameters, encodeExtraParams = true, extraQueryParameters) {
|
|
2380
2380
|
const queryParameterArray = new Array();
|
|
2381
2381
|
parameters.forEach((value, key) => {
|
|
2382
|
-
|
|
2382
|
+
if (!encodeExtraParams &&
|
|
2383
|
+
extraQueryParameters &&
|
|
2384
|
+
key in extraQueryParameters) {
|
|
2385
|
+
queryParameterArray.push(`${key}=${value}`);
|
|
2386
|
+
}
|
|
2387
|
+
else {
|
|
2388
|
+
queryParameterArray.push(`${key}=${encodeURIComponent(value)}`);
|
|
2389
|
+
}
|
|
2383
2390
|
});
|
|
2384
2391
|
return queryParameterArray.join("&");
|
|
2385
2392
|
}
|
|
2386
2393
|
|
|
2387
|
-
/*! @azure/msal-common v15.5.
|
|
2394
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2388
2395
|
|
|
2389
2396
|
/*
|
|
2390
2397
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2548,7 +2555,7 @@
|
|
|
2548
2555
|
}
|
|
2549
2556
|
}
|
|
2550
2557
|
|
|
2551
|
-
/*! @azure/msal-common v15.5.
|
|
2558
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2552
2559
|
|
|
2553
2560
|
/*
|
|
2554
2561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2688,7 +2695,7 @@
|
|
|
2688
2695
|
return null;
|
|
2689
2696
|
}
|
|
2690
2697
|
|
|
2691
|
-
/*! @azure/msal-common v15.5.
|
|
2698
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2692
2699
|
/*
|
|
2693
2700
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
2694
2701
|
* Licensed under the MIT License.
|
|
@@ -2696,7 +2703,7 @@
|
|
|
2696
2703
|
const cacheQuotaExceededErrorCode = "cache_quota_exceeded";
|
|
2697
2704
|
const cacheUnknownErrorCode = "cache_error_unknown";
|
|
2698
2705
|
|
|
2699
|
-
/*! @azure/msal-common v15.5.
|
|
2706
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2700
2707
|
|
|
2701
2708
|
/*
|
|
2702
2709
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -2723,7 +2730,7 @@
|
|
|
2723
2730
|
}
|
|
2724
2731
|
}
|
|
2725
2732
|
|
|
2726
|
-
/*! @azure/msal-common v15.5.
|
|
2733
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
2727
2734
|
|
|
2728
2735
|
/*
|
|
2729
2736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3908,7 +3915,7 @@
|
|
|
3908
3915
|
}
|
|
3909
3916
|
}
|
|
3910
3917
|
|
|
3911
|
-
/*! @azure/msal-common v15.5.
|
|
3918
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
3912
3919
|
|
|
3913
3920
|
/*
|
|
3914
3921
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -3996,6 +4003,7 @@
|
|
|
3996
4003
|
azureCloudOptions: DEFAULT_AZURE_CLOUD_OPTIONS,
|
|
3997
4004
|
skipAuthorityMetadataCache: false,
|
|
3998
4005
|
instanceAware: false,
|
|
4006
|
+
encodeExtraQueryParams: false,
|
|
3999
4007
|
...authOptions,
|
|
4000
4008
|
};
|
|
4001
4009
|
}
|
|
@@ -4007,7 +4015,7 @@
|
|
|
4007
4015
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
4008
4016
|
}
|
|
4009
4017
|
|
|
4010
|
-
/*! @azure/msal-common v15.5.
|
|
4018
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4011
4019
|
/*
|
|
4012
4020
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4013
4021
|
* Licensed under the MIT License.
|
|
@@ -4017,7 +4025,7 @@
|
|
|
4017
4025
|
UPN: "UPN",
|
|
4018
4026
|
};
|
|
4019
4027
|
|
|
4020
|
-
/*! @azure/msal-common v15.5.
|
|
4028
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4021
4029
|
/*
|
|
4022
4030
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4023
4031
|
* Licensed under the MIT License.
|
|
@@ -4067,7 +4075,7 @@
|
|
|
4067
4075
|
const EAR_JWK = "ear_jwk";
|
|
4068
4076
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
4069
4077
|
|
|
4070
|
-
/*! @azure/msal-common v15.5.
|
|
4078
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4071
4079
|
|
|
4072
4080
|
/*
|
|
4073
4081
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -4435,7 +4443,7 @@
|
|
|
4435
4443
|
parameters.set(EAR_JWE_CRYPTO, jweCryptoB64Encoded);
|
|
4436
4444
|
}
|
|
4437
4445
|
|
|
4438
|
-
/*! @azure/msal-common v15.5.
|
|
4446
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4439
4447
|
/*
|
|
4440
4448
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4441
4449
|
* Licensed under the MIT License.
|
|
@@ -4447,7 +4455,7 @@
|
|
|
4447
4455
|
response.hasOwnProperty("jwks_uri"));
|
|
4448
4456
|
}
|
|
4449
4457
|
|
|
4450
|
-
/*! @azure/msal-common v15.5.
|
|
4458
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4451
4459
|
/*
|
|
4452
4460
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4453
4461
|
* Licensed under the MIT License.
|
|
@@ -4457,7 +4465,7 @@
|
|
|
4457
4465
|
response.hasOwnProperty("metadata"));
|
|
4458
4466
|
}
|
|
4459
4467
|
|
|
4460
|
-
/*! @azure/msal-common v15.5.
|
|
4468
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4461
4469
|
/*
|
|
4462
4470
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4463
4471
|
* Licensed under the MIT License.
|
|
@@ -4467,7 +4475,7 @@
|
|
|
4467
4475
|
response.hasOwnProperty("error_description"));
|
|
4468
4476
|
}
|
|
4469
4477
|
|
|
4470
|
-
/*! @azure/msal-common v15.5.
|
|
4478
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4471
4479
|
/*
|
|
4472
4480
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4473
4481
|
* Licensed under the MIT License.
|
|
@@ -4980,7 +4988,7 @@
|
|
|
4980
4988
|
"encryptedCacheExpiredCount",
|
|
4981
4989
|
]);
|
|
4982
4990
|
|
|
4983
|
-
/*! @azure/msal-common v15.5.
|
|
4991
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
4984
4992
|
/*
|
|
4985
4993
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4986
4994
|
* Licensed under the MIT License.
|
|
@@ -5076,7 +5084,7 @@
|
|
|
5076
5084
|
};
|
|
5077
5085
|
};
|
|
5078
5086
|
|
|
5079
|
-
/*! @azure/msal-common v15.5.
|
|
5087
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
5080
5088
|
|
|
5081
5089
|
/*
|
|
5082
5090
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -5185,7 +5193,7 @@
|
|
|
5185
5193
|
},
|
|
5186
5194
|
};
|
|
5187
5195
|
|
|
5188
|
-
/*! @azure/msal-common v15.5.
|
|
5196
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
5189
5197
|
|
|
5190
5198
|
/*
|
|
5191
5199
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6024,7 +6032,7 @@
|
|
|
6024
6032
|
};
|
|
6025
6033
|
}
|
|
6026
6034
|
|
|
6027
|
-
/*! @azure/msal-common v15.5.
|
|
6035
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6028
6036
|
|
|
6029
6037
|
/*
|
|
6030
6038
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6055,7 +6063,7 @@
|
|
|
6055
6063
|
}
|
|
6056
6064
|
}
|
|
6057
6065
|
|
|
6058
|
-
/*! @azure/msal-common v15.5.
|
|
6066
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6059
6067
|
|
|
6060
6068
|
/*
|
|
6061
6069
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6074,7 +6082,7 @@
|
|
|
6074
6082
|
}
|
|
6075
6083
|
}
|
|
6076
6084
|
|
|
6077
|
-
/*! @azure/msal-common v15.5.
|
|
6085
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6078
6086
|
/*
|
|
6079
6087
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6080
6088
|
* Licensed under the MIT License.
|
|
@@ -6095,7 +6103,7 @@
|
|
|
6095
6103
|
};
|
|
6096
6104
|
}
|
|
6097
6105
|
|
|
6098
|
-
/*! @azure/msal-common v15.5.
|
|
6106
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6099
6107
|
|
|
6100
6108
|
/*
|
|
6101
6109
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6182,7 +6190,7 @@
|
|
|
6182
6190
|
}
|
|
6183
6191
|
}
|
|
6184
6192
|
|
|
6185
|
-
/*! @azure/msal-common v15.5.
|
|
6193
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6186
6194
|
|
|
6187
6195
|
/*
|
|
6188
6196
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6208,11 +6216,12 @@
|
|
|
6208
6216
|
* @param responseHeaders - Response headers of the network request, when available
|
|
6209
6217
|
* @returns NetworkError object
|
|
6210
6218
|
*/
|
|
6211
|
-
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}`;
|
|
6212
6221
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
6213
6222
|
}
|
|
6214
6223
|
|
|
6215
|
-
/*! @azure/msal-common v15.5.
|
|
6224
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6216
6225
|
|
|
6217
6226
|
/*
|
|
6218
6227
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6360,7 +6369,7 @@
|
|
|
6360
6369
|
}
|
|
6361
6370
|
}
|
|
6362
6371
|
|
|
6363
|
-
/*! @azure/msal-common v15.5.
|
|
6372
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6364
6373
|
/*
|
|
6365
6374
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6366
6375
|
* Licensed under the MIT License.
|
|
@@ -6386,7 +6395,7 @@
|
|
|
6386
6395
|
refreshTokenExpired: refreshTokenExpired
|
|
6387
6396
|
});
|
|
6388
6397
|
|
|
6389
|
-
/*! @azure/msal-common v15.5.
|
|
6398
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6390
6399
|
|
|
6391
6400
|
/*
|
|
6392
6401
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6474,7 +6483,7 @@
|
|
|
6474
6483
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
6475
6484
|
}
|
|
6476
6485
|
|
|
6477
|
-
/*! @azure/msal-common v15.5.
|
|
6486
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6478
6487
|
|
|
6479
6488
|
/*
|
|
6480
6489
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6546,7 +6555,7 @@
|
|
|
6546
6555
|
}
|
|
6547
6556
|
}
|
|
6548
6557
|
|
|
6549
|
-
/*! @azure/msal-common v15.5.
|
|
6558
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6550
6559
|
|
|
6551
6560
|
/*
|
|
6552
6561
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6630,7 +6639,7 @@
|
|
|
6630
6639
|
}
|
|
6631
6640
|
}
|
|
6632
6641
|
|
|
6633
|
-
/*! @azure/msal-common v15.5.
|
|
6642
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6634
6643
|
/*
|
|
6635
6644
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
6636
6645
|
* Licensed under the MIT License.
|
|
@@ -6657,7 +6666,7 @@
|
|
|
6657
6666
|
}
|
|
6658
6667
|
}
|
|
6659
6668
|
|
|
6660
|
-
/*! @azure/msal-common v15.5.
|
|
6669
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6661
6670
|
|
|
6662
6671
|
/*
|
|
6663
6672
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -6988,7 +6997,7 @@
|
|
|
6988
6997
|
return baseAccount;
|
|
6989
6998
|
}
|
|
6990
6999
|
|
|
6991
|
-
/*! @azure/msal-common v15.5.
|
|
7000
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
6992
7001
|
|
|
6993
7002
|
/*
|
|
6994
7003
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7055,7 +7064,7 @@
|
|
|
7055
7064
|
}
|
|
7056
7065
|
}
|
|
7057
7066
|
|
|
7058
|
-
/*! @azure/msal-common v15.5.
|
|
7067
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7059
7068
|
/*
|
|
7060
7069
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
7061
7070
|
* Licensed under the MIT License.
|
|
@@ -7073,7 +7082,7 @@
|
|
|
7073
7082
|
}
|
|
7074
7083
|
}
|
|
7075
7084
|
|
|
7076
|
-
/*! @azure/msal-common v15.5.
|
|
7085
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7077
7086
|
|
|
7078
7087
|
/*
|
|
7079
7088
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7302,11 +7311,11 @@
|
|
|
7302
7311
|
if (this.config.authOptions.instanceAware) {
|
|
7303
7312
|
addInstanceAware(parameters);
|
|
7304
7313
|
}
|
|
7305
|
-
return mapToQueryString(parameters);
|
|
7314
|
+
return mapToQueryString(parameters, this.config.authOptions.encodeExtraQueryParams, request.extraQueryParameters);
|
|
7306
7315
|
}
|
|
7307
7316
|
}
|
|
7308
7317
|
|
|
7309
|
-
/*! @azure/msal-common v15.5.
|
|
7318
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7310
7319
|
|
|
7311
7320
|
/*
|
|
7312
7321
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7515,7 +7524,7 @@
|
|
|
7515
7524
|
}
|
|
7516
7525
|
}
|
|
7517
7526
|
|
|
7518
|
-
/*! @azure/msal-common v15.5.
|
|
7527
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7519
7528
|
|
|
7520
7529
|
/*
|
|
7521
7530
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7613,7 +7622,7 @@
|
|
|
7613
7622
|
}
|
|
7614
7623
|
}
|
|
7615
7624
|
|
|
7616
|
-
/*! @azure/msal-common v15.5.
|
|
7625
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7617
7626
|
|
|
7618
7627
|
/*
|
|
7619
7628
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7628,7 +7637,7 @@
|
|
|
7628
7637
|
},
|
|
7629
7638
|
};
|
|
7630
7639
|
|
|
7631
|
-
/*! @azure/msal-common v15.5.
|
|
7640
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7632
7641
|
|
|
7633
7642
|
/*
|
|
7634
7643
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7771,8 +7780,8 @@
|
|
|
7771
7780
|
* @param requestParameters
|
|
7772
7781
|
* @returns
|
|
7773
7782
|
*/
|
|
7774
|
-
function getAuthorizeUrl(authority, requestParameters) {
|
|
7775
|
-
const queryString = mapToQueryString(requestParameters);
|
|
7783
|
+
function getAuthorizeUrl(authority, requestParameters, encodeParams, extraQueryParameters) {
|
|
7784
|
+
const queryString = mapToQueryString(requestParameters, encodeParams, extraQueryParameters);
|
|
7776
7785
|
return UrlString.appendQueryString(authority.authorizationEndpoint, queryString);
|
|
7777
7786
|
}
|
|
7778
7787
|
/**
|
|
@@ -7852,7 +7861,7 @@
|
|
|
7852
7861
|
return account.idTokenClaims?.login_hint || null;
|
|
7853
7862
|
}
|
|
7854
7863
|
|
|
7855
|
-
/*! @azure/msal-common v15.5.
|
|
7864
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7856
7865
|
|
|
7857
7866
|
/*
|
|
7858
7867
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -7910,7 +7919,7 @@
|
|
|
7910
7919
|
}
|
|
7911
7920
|
}
|
|
7912
7921
|
|
|
7913
|
-
/*! @azure/msal-common v15.5.
|
|
7922
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
7914
7923
|
|
|
7915
7924
|
/*
|
|
7916
7925
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8173,7 +8182,7 @@
|
|
|
8173
8182
|
}
|
|
8174
8183
|
}
|
|
8175
8184
|
|
|
8176
|
-
/*! @azure/msal-common v15.5.
|
|
8185
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8177
8186
|
/*
|
|
8178
8187
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
8179
8188
|
* Licensed under the MIT License.
|
|
@@ -8181,7 +8190,7 @@
|
|
|
8181
8190
|
const missingKidError = "missing_kid_error";
|
|
8182
8191
|
const missingAlgError = "missing_alg_error";
|
|
8183
8192
|
|
|
8184
|
-
/*! @azure/msal-common v15.5.
|
|
8193
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8185
8194
|
|
|
8186
8195
|
/*
|
|
8187
8196
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8206,7 +8215,7 @@
|
|
|
8206
8215
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
8207
8216
|
}
|
|
8208
8217
|
|
|
8209
|
-
/*! @azure/msal-common v15.5.
|
|
8218
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8210
8219
|
|
|
8211
8220
|
/*
|
|
8212
8221
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8246,7 +8255,7 @@
|
|
|
8246
8255
|
}
|
|
8247
8256
|
}
|
|
8248
8257
|
|
|
8249
|
-
/*! @azure/msal-common v15.5.
|
|
8258
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8250
8259
|
|
|
8251
8260
|
/*
|
|
8252
8261
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8325,7 +8334,7 @@
|
|
|
8325
8334
|
}
|
|
8326
8335
|
}
|
|
8327
8336
|
|
|
8328
|
-
/*! @azure/msal-common v15.5.
|
|
8337
|
+
/*! @azure/msal-common v15.5.2 2025-04-29 */
|
|
8329
8338
|
|
|
8330
8339
|
/*
|
|
8331
8340
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -10197,9 +10206,9 @@
|
|
|
10197
10206
|
});
|
|
10198
10207
|
}
|
|
10199
10208
|
catch (e) {
|
|
10200
|
-
throw createBrowserAuthError(window.navigator.onLine
|
|
10209
|
+
throw createNetworkError(createBrowserAuthError(window.navigator.onLine
|
|
10201
10210
|
? getRequestFailed
|
|
10202
|
-
: noNetworkConnectivity);
|
|
10211
|
+
: noNetworkConnectivity), undefined, undefined, e);
|
|
10203
10212
|
}
|
|
10204
10213
|
responseHeaders = getHeaderDict(response.headers);
|
|
10205
10214
|
try {
|
|
@@ -10211,7 +10220,7 @@
|
|
|
10211
10220
|
};
|
|
10212
10221
|
}
|
|
10213
10222
|
catch (e) {
|
|
10214
|
-
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders);
|
|
10223
|
+
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders, e);
|
|
10215
10224
|
}
|
|
10216
10225
|
}
|
|
10217
10226
|
/**
|
|
@@ -10234,9 +10243,9 @@
|
|
|
10234
10243
|
});
|
|
10235
10244
|
}
|
|
10236
10245
|
catch (e) {
|
|
10237
|
-
throw createBrowserAuthError(window.navigator.onLine
|
|
10246
|
+
throw createNetworkError(createBrowserAuthError(window.navigator.onLine
|
|
10238
10247
|
? postRequestFailed
|
|
10239
|
-
: noNetworkConnectivity);
|
|
10248
|
+
: noNetworkConnectivity), undefined, undefined, e);
|
|
10240
10249
|
}
|
|
10241
10250
|
responseHeaders = getHeaderDict(response.headers);
|
|
10242
10251
|
try {
|
|
@@ -10248,7 +10257,7 @@
|
|
|
10248
10257
|
};
|
|
10249
10258
|
}
|
|
10250
10259
|
catch (e) {
|
|
10251
|
-
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders);
|
|
10260
|
+
throw createNetworkError(createBrowserAuthError(failedToParseResponse), responseStatus, responseHeaders, e);
|
|
10252
10261
|
}
|
|
10253
10262
|
}
|
|
10254
10263
|
}
|
|
@@ -10269,7 +10278,7 @@
|
|
|
10269
10278
|
return headers;
|
|
10270
10279
|
}
|
|
10271
10280
|
catch (e) {
|
|
10272
|
-
throw createBrowserAuthError(failedToBuildHeaders);
|
|
10281
|
+
throw createNetworkError(createBrowserAuthError(failedToBuildHeaders), undefined, undefined, e);
|
|
10273
10282
|
}
|
|
10274
10283
|
}
|
|
10275
10284
|
/**
|
|
@@ -10336,6 +10345,7 @@
|
|
|
10336
10345
|
skipAuthorityMetadataCache: false,
|
|
10337
10346
|
supportsNestedAppAuth: false,
|
|
10338
10347
|
instanceAware: false,
|
|
10348
|
+
encodeExtraQueryParams: false,
|
|
10339
10349
|
};
|
|
10340
10350
|
// Default cache options for browser
|
|
10341
10351
|
const DEFAULT_CACHE_OPTIONS = {
|
|
@@ -10422,7 +10432,7 @@
|
|
|
10422
10432
|
|
|
10423
10433
|
/* eslint-disable header/header */
|
|
10424
10434
|
const name = "@azure/msal-browser";
|
|
10425
|
-
const version = "4.
|
|
10435
|
+
const version = "4.11.1";
|
|
10426
10436
|
|
|
10427
10437
|
/*
|
|
10428
10438
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -11480,7 +11490,6 @@
|
|
|
11480
11490
|
this.broadcast = new BroadcastChannel(BROADCAST_CHANNEL_NAME$1);
|
|
11481
11491
|
}
|
|
11482
11492
|
async initialize(correlationId) {
|
|
11483
|
-
this.initialized = true;
|
|
11484
11493
|
const cookies = new CookieStorage();
|
|
11485
11494
|
const cookieString = cookies.getItem(ENCRYPTION_KEY);
|
|
11486
11495
|
let parsedCookie = { key: "", id: "" };
|
|
@@ -11520,6 +11529,7 @@
|
|
|
11520
11529
|
}
|
|
11521
11530
|
// Register listener for cache updates in other tabs
|
|
11522
11531
|
this.broadcast.addEventListener("message", this.updateCache.bind(this));
|
|
11532
|
+
this.initialized = true;
|
|
11523
11533
|
}
|
|
11524
11534
|
getItem(key) {
|
|
11525
11535
|
return window.localStorage.getItem(key);
|
|
@@ -14478,7 +14488,7 @@
|
|
|
14478
14488
|
addResponseType(parameters, OAuthResponseType.CODE);
|
|
14479
14489
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
14480
14490
|
addExtraQueryParameters(parameters, request.extraQueryParameters || {});
|
|
14481
|
-
return getAuthorizeUrl(authority, parameters);
|
|
14491
|
+
return getAuthorizeUrl(authority, parameters, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
14482
14492
|
}
|
|
14483
14493
|
/**
|
|
14484
14494
|
* Gets the form that will be posted to /authorize with request parameters when using EAR
|
|
@@ -14492,7 +14502,7 @@
|
|
|
14492
14502
|
addEARParameters(parameters, request.earJwk);
|
|
14493
14503
|
const queryParams = new Map();
|
|
14494
14504
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
14495
|
-
const url = getAuthorizeUrl(authority, queryParams);
|
|
14505
|
+
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
14496
14506
|
return createForm(frame, url, parameters);
|
|
14497
14507
|
}
|
|
14498
14508
|
/**
|