@cosmotech/core 3.0.0 → 3.0.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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +4 -0
- package/dist/index.cjs.js +162 -122
- package/dist/index.esm.js +162 -122
- package/package.json +11 -8
package/dist/index.cjs.js
CHANGED
|
@@ -42502,7 +42502,7 @@ var AuthDev = {
|
|
|
42502
42502
|
acquireTokensByRequest
|
|
42503
42503
|
};
|
|
42504
42504
|
|
|
42505
|
-
/*! @azure/msal-common v15.14.
|
|
42505
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42506
42506
|
/*
|
|
42507
42507
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42508
42508
|
* Licensed under the MIT License.
|
|
@@ -42776,7 +42776,7 @@ const JsonWebTokenTypes = {
|
|
|
42776
42776
|
// Token renewal offset default in seconds
|
|
42777
42777
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
42778
42778
|
|
|
42779
|
-
/*! @azure/msal-common v15.14.
|
|
42779
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42780
42780
|
/*
|
|
42781
42781
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42782
42782
|
* Licensed under the MIT License.
|
|
@@ -42787,7 +42787,7 @@ const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
|
42787
42787
|
const unexpectedError = "unexpected_error";
|
|
42788
42788
|
const postRequestFailed$1 = "post_request_failed";
|
|
42789
42789
|
|
|
42790
|
-
/*! @azure/msal-common v15.14.
|
|
42790
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42791
42791
|
|
|
42792
42792
|
/*
|
|
42793
42793
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42822,7 +42822,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
42822
42822
|
: AuthErrorMessages[code]);
|
|
42823
42823
|
}
|
|
42824
42824
|
|
|
42825
|
-
/*! @azure/msal-common v15.14.
|
|
42825
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42826
42826
|
/*
|
|
42827
42827
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42828
42828
|
* Licensed under the MIT License.
|
|
@@ -42873,7 +42873,7 @@ const methodNotImplemented = "method_not_implemented";
|
|
|
42873
42873
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
42874
42874
|
const platformBrokerError = "platform_broker_error";
|
|
42875
42875
|
|
|
42876
|
-
/*! @azure/msal-common v15.14.
|
|
42876
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42877
42877
|
|
|
42878
42878
|
/*
|
|
42879
42879
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42948,7 +42948,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
42948
42948
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
42949
42949
|
}
|
|
42950
42950
|
|
|
42951
|
-
/*! @azure/msal-common v15.14.
|
|
42951
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42952
42952
|
|
|
42953
42953
|
/*
|
|
42954
42954
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42987,7 +42987,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
42987
42987
|
},
|
|
42988
42988
|
};
|
|
42989
42989
|
|
|
42990
|
-
/*! @azure/msal-common v15.14.
|
|
42990
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42991
42991
|
|
|
42992
42992
|
/*
|
|
42993
42993
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43178,12 +43178,12 @@ class Logger {
|
|
|
43178
43178
|
}
|
|
43179
43179
|
}
|
|
43180
43180
|
|
|
43181
|
-
/*! @azure/msal-common v15.14.
|
|
43181
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43182
43182
|
/* eslint-disable header/header */
|
|
43183
43183
|
const name$2 = "@azure/msal-common";
|
|
43184
|
-
const version$1 = "15.14.
|
|
43184
|
+
const version$1 = "15.14.2";
|
|
43185
43185
|
|
|
43186
|
-
/*! @azure/msal-common v15.14.
|
|
43186
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43187
43187
|
/*
|
|
43188
43188
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43189
43189
|
* Licensed under the MIT License.
|
|
@@ -43192,7 +43192,7 @@ const AzureCloudInstance = {
|
|
|
43192
43192
|
// AzureCloudInstance is not specified.
|
|
43193
43193
|
None: "none"};
|
|
43194
43194
|
|
|
43195
|
-
/*! @azure/msal-common v15.14.
|
|
43195
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43196
43196
|
/*
|
|
43197
43197
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43198
43198
|
* Licensed under the MIT License.
|
|
@@ -43222,7 +43222,7 @@ const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
|
|
|
43222
43222
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
43223
43223
|
const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
|
|
43224
43224
|
|
|
43225
|
-
/*! @azure/msal-common v15.14.
|
|
43225
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43226
43226
|
|
|
43227
43227
|
/*
|
|
43228
43228
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43268,7 +43268,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
43268
43268
|
return new ClientConfigurationError(errorCode);
|
|
43269
43269
|
}
|
|
43270
43270
|
|
|
43271
|
-
/*! @azure/msal-common v15.14.
|
|
43271
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43272
43272
|
/*
|
|
43273
43273
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43274
43274
|
* Licensed under the MIT License.
|
|
@@ -43365,7 +43365,7 @@ class StringUtils {
|
|
|
43365
43365
|
}
|
|
43366
43366
|
}
|
|
43367
43367
|
|
|
43368
|
-
/*! @azure/msal-common v15.14.
|
|
43368
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43369
43369
|
|
|
43370
43370
|
/*
|
|
43371
43371
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43560,7 +43560,7 @@ class ScopeSet {
|
|
|
43560
43560
|
}
|
|
43561
43561
|
}
|
|
43562
43562
|
|
|
43563
|
-
/*! @azure/msal-common v15.14.
|
|
43563
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43564
43564
|
|
|
43565
43565
|
/*
|
|
43566
43566
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43600,7 +43600,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
43600
43600
|
};
|
|
43601
43601
|
}
|
|
43602
43602
|
|
|
43603
|
-
/*! @azure/msal-common v15.14.
|
|
43603
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43604
43604
|
/*
|
|
43605
43605
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43606
43606
|
* Licensed under the MIT License.
|
|
@@ -43682,7 +43682,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
43682
43682
|
return updatedAccountInfo;
|
|
43683
43683
|
}
|
|
43684
43684
|
|
|
43685
|
-
/*! @azure/msal-common v15.14.
|
|
43685
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43686
43686
|
/*
|
|
43687
43687
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43688
43688
|
* Licensed under the MIT License.
|
|
@@ -43697,7 +43697,7 @@ const AuthorityType = {
|
|
|
43697
43697
|
Ciam: 3,
|
|
43698
43698
|
};
|
|
43699
43699
|
|
|
43700
|
-
/*! @azure/msal-common v15.14.
|
|
43700
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43701
43701
|
/*
|
|
43702
43702
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43703
43703
|
* Licensed under the MIT License.
|
|
@@ -43719,7 +43719,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
43719
43719
|
return null;
|
|
43720
43720
|
}
|
|
43721
43721
|
|
|
43722
|
-
/*! @azure/msal-common v15.14.
|
|
43722
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43723
43723
|
/*
|
|
43724
43724
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43725
43725
|
* Licensed under the MIT License.
|
|
@@ -43743,7 +43743,7 @@ const ProtocolMode = {
|
|
|
43743
43743
|
EAR: "EAR",
|
|
43744
43744
|
};
|
|
43745
43745
|
|
|
43746
|
-
/*! @azure/msal-common v15.14.
|
|
43746
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43747
43747
|
|
|
43748
43748
|
/*
|
|
43749
43749
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43978,7 +43978,7 @@ class AccountEntity {
|
|
|
43978
43978
|
}
|
|
43979
43979
|
}
|
|
43980
43980
|
|
|
43981
|
-
/*! @azure/msal-common v15.14.
|
|
43981
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43982
43982
|
|
|
43983
43983
|
/*
|
|
43984
43984
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44059,7 +44059,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
44059
44059
|
}
|
|
44060
44060
|
}
|
|
44061
44061
|
|
|
44062
|
-
/*! @azure/msal-common v15.14.
|
|
44062
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44063
44063
|
|
|
44064
44064
|
/*
|
|
44065
44065
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44175,7 +44175,7 @@ function normalizeUrlForComparison(url) {
|
|
|
44175
44175
|
}
|
|
44176
44176
|
}
|
|
44177
44177
|
|
|
44178
|
-
/*! @azure/msal-common v15.14.
|
|
44178
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44179
44179
|
|
|
44180
44180
|
/*
|
|
44181
44181
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44339,7 +44339,7 @@ class UrlString {
|
|
|
44339
44339
|
}
|
|
44340
44340
|
}
|
|
44341
44341
|
|
|
44342
|
-
/*! @azure/msal-common v15.14.
|
|
44342
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44343
44343
|
|
|
44344
44344
|
/*
|
|
44345
44345
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44368,6 +44368,27 @@ const rawMetdataJSON = {
|
|
|
44368
44368
|
authorization_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/authorize",
|
|
44369
44369
|
end_session_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/logout",
|
|
44370
44370
|
},
|
|
44371
|
+
"login.sovcloud-identity.fr": {
|
|
44372
|
+
token_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/token",
|
|
44373
|
+
jwks_uri: "https://login.sovcloud-identity.fr/{tenantid}/discovery/v2.0/keys",
|
|
44374
|
+
issuer: "https://login.sovcloud-identity.fr/{tenantid}/v2.0",
|
|
44375
|
+
authorization_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/authorize",
|
|
44376
|
+
end_session_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/logout",
|
|
44377
|
+
},
|
|
44378
|
+
"login.sovcloud-identity.de": {
|
|
44379
|
+
token_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/token",
|
|
44380
|
+
jwks_uri: "https://login.sovcloud-identity.de/{tenantid}/discovery/v2.0/keys",
|
|
44381
|
+
issuer: "https://login.sovcloud-identity.de/{tenantid}/v2.0",
|
|
44382
|
+
authorization_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/authorize",
|
|
44383
|
+
end_session_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/logout",
|
|
44384
|
+
},
|
|
44385
|
+
"login.sovcloud-identity.sg": {
|
|
44386
|
+
token_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/token",
|
|
44387
|
+
jwks_uri: "https://login.sovcloud-identity.sg/common/discovery/v2.0/keys",
|
|
44388
|
+
issuer: "https://login.sovcloud-identity.sg/{tenantid}/v2.0",
|
|
44389
|
+
authorization_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/authorize",
|
|
44390
|
+
end_session_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/logout",
|
|
44391
|
+
},
|
|
44371
44392
|
},
|
|
44372
44393
|
instanceDiscoveryMetadata: {
|
|
44373
44394
|
metadata: [
|
|
@@ -44407,6 +44428,21 @@ const rawMetdataJSON = {
|
|
|
44407
44428
|
preferred_cache: "login-us.microsoftonline.com",
|
|
44408
44429
|
aliases: ["login-us.microsoftonline.com"],
|
|
44409
44430
|
},
|
|
44431
|
+
{
|
|
44432
|
+
preferred_network: "login.sovcloud-identity.fr",
|
|
44433
|
+
preferred_cache: "login.sovcloud-identity.fr",
|
|
44434
|
+
aliases: ["login.sovcloud-identity.fr"],
|
|
44435
|
+
},
|
|
44436
|
+
{
|
|
44437
|
+
preferred_network: "login.sovcloud-identity.de",
|
|
44438
|
+
preferred_cache: "login.sovcloud-identity.de",
|
|
44439
|
+
aliases: ["login.sovcloud-identity.de"],
|
|
44440
|
+
},
|
|
44441
|
+
{
|
|
44442
|
+
preferred_network: "login.sovcloud-identity.sg",
|
|
44443
|
+
preferred_cache: "login.sovcloud-identity.sg",
|
|
44444
|
+
aliases: ["login.sovcloud-identity.sg"],
|
|
44445
|
+
},
|
|
44410
44446
|
],
|
|
44411
44447
|
},
|
|
44412
44448
|
};
|
|
@@ -44478,7 +44514,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
44478
44514
|
return null;
|
|
44479
44515
|
}
|
|
44480
44516
|
|
|
44481
|
-
/*! @azure/msal-common v15.14.
|
|
44517
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44482
44518
|
/*
|
|
44483
44519
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
44484
44520
|
* Licensed under the MIT License.
|
|
@@ -44486,7 +44522,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
44486
44522
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
44487
44523
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
44488
44524
|
|
|
44489
|
-
/*! @azure/msal-common v15.14.
|
|
44525
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44490
44526
|
|
|
44491
44527
|
/*
|
|
44492
44528
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44531,7 +44567,7 @@ function createCacheError(e) {
|
|
|
44531
44567
|
}
|
|
44532
44568
|
}
|
|
44533
44569
|
|
|
44534
|
-
/*! @azure/msal-common v15.14.
|
|
44570
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44535
44571
|
|
|
44536
44572
|
/*
|
|
44537
44573
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -45641,7 +45677,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
45641
45677
|
}
|
|
45642
45678
|
}
|
|
45643
45679
|
|
|
45644
|
-
/*! @azure/msal-common v15.14.
|
|
45680
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
45645
45681
|
/*
|
|
45646
45682
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
45647
45683
|
* Licensed under the MIT License.
|
|
@@ -45913,7 +45949,7 @@ const PerformanceEvents = {
|
|
|
45913
45949
|
const PerformanceEventStatus = {
|
|
45914
45950
|
InProgress: 1};
|
|
45915
45951
|
|
|
45916
|
-
/*! @azure/msal-common v15.14.
|
|
45952
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
45917
45953
|
|
|
45918
45954
|
/*
|
|
45919
45955
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -45992,7 +46028,7 @@ class StubPerformanceClient {
|
|
|
45992
46028
|
}
|
|
45993
46029
|
}
|
|
45994
46030
|
|
|
45995
|
-
/*! @azure/msal-common v15.14.
|
|
46031
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
45996
46032
|
|
|
45997
46033
|
/*
|
|
45998
46034
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46092,7 +46128,7 @@ function isOidcProtocolMode(config) {
|
|
|
46092
46128
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
46093
46129
|
}
|
|
46094
46130
|
|
|
46095
|
-
/*! @azure/msal-common v15.14.
|
|
46131
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46096
46132
|
/*
|
|
46097
46133
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46098
46134
|
* Licensed under the MIT License.
|
|
@@ -46102,7 +46138,7 @@ const CcsCredentialType = {
|
|
|
46102
46138
|
UPN: "UPN",
|
|
46103
46139
|
};
|
|
46104
46140
|
|
|
46105
|
-
/*! @azure/msal-common v15.14.
|
|
46141
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46106
46142
|
/*
|
|
46107
46143
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46108
46144
|
* Licensed under the MIT License.
|
|
@@ -46152,7 +46188,7 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
46152
46188
|
const EAR_JWK = "ear_jwk";
|
|
46153
46189
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
46154
46190
|
|
|
46155
|
-
/*! @azure/msal-common v15.14.
|
|
46191
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46156
46192
|
|
|
46157
46193
|
/*
|
|
46158
46194
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46532,7 +46568,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
46532
46568
|
});
|
|
46533
46569
|
}
|
|
46534
46570
|
|
|
46535
|
-
/*! @azure/msal-common v15.14.
|
|
46571
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46536
46572
|
/*
|
|
46537
46573
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46538
46574
|
* Licensed under the MIT License.
|
|
@@ -46544,7 +46580,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
46544
46580
|
response.hasOwnProperty("jwks_uri"));
|
|
46545
46581
|
}
|
|
46546
46582
|
|
|
46547
|
-
/*! @azure/msal-common v15.14.
|
|
46583
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46548
46584
|
/*
|
|
46549
46585
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46550
46586
|
* Licensed under the MIT License.
|
|
@@ -46554,7 +46590,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
46554
46590
|
response.hasOwnProperty("metadata"));
|
|
46555
46591
|
}
|
|
46556
46592
|
|
|
46557
|
-
/*! @azure/msal-common v15.14.
|
|
46593
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46558
46594
|
/*
|
|
46559
46595
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46560
46596
|
* Licensed under the MIT License.
|
|
@@ -46564,7 +46600,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
46564
46600
|
response.hasOwnProperty("error_description"));
|
|
46565
46601
|
}
|
|
46566
46602
|
|
|
46567
|
-
/*! @azure/msal-common v15.14.
|
|
46603
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46568
46604
|
/*
|
|
46569
46605
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46570
46606
|
* Licensed under the MIT License.
|
|
@@ -46660,7 +46696,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
46660
46696
|
};
|
|
46661
46697
|
};
|
|
46662
46698
|
|
|
46663
|
-
/*! @azure/msal-common v15.14.
|
|
46699
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46664
46700
|
|
|
46665
46701
|
/*
|
|
46666
46702
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46766,7 +46802,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
46766
46802
|
},
|
|
46767
46803
|
};
|
|
46768
46804
|
|
|
46769
|
-
/*! @azure/msal-common v15.14.
|
|
46805
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46770
46806
|
/*
|
|
46771
46807
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46772
46808
|
* Licensed under the MIT License.
|
|
@@ -46831,7 +46867,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
46831
46867
|
return cachedAtSec > nowSeconds();
|
|
46832
46868
|
}
|
|
46833
46869
|
|
|
46834
|
-
/*! @azure/msal-common v15.14.
|
|
46870
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46835
46871
|
|
|
46836
46872
|
/*
|
|
46837
46873
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47093,7 +47129,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
47093
47129
|
return metadata.expiresAt <= nowSeconds();
|
|
47094
47130
|
}
|
|
47095
47131
|
|
|
47096
|
-
/*! @azure/msal-common v15.14.
|
|
47132
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47097
47133
|
|
|
47098
47134
|
/*
|
|
47099
47135
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47932,7 +47968,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
47932
47968
|
};
|
|
47933
47969
|
}
|
|
47934
47970
|
|
|
47935
|
-
/*! @azure/msal-common v15.14.
|
|
47971
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47936
47972
|
|
|
47937
47973
|
/*
|
|
47938
47974
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47963,7 +47999,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
47963
47999
|
}
|
|
47964
48000
|
}
|
|
47965
48001
|
|
|
47966
|
-
/*! @azure/msal-common v15.14.
|
|
48002
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47967
48003
|
|
|
47968
48004
|
/*
|
|
47969
48005
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47982,7 +48018,7 @@ class ServerError extends AuthError {
|
|
|
47982
48018
|
}
|
|
47983
48019
|
}
|
|
47984
48020
|
|
|
47985
|
-
/*! @azure/msal-common v15.14.
|
|
48021
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47986
48022
|
/*
|
|
47987
48023
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
47988
48024
|
* Licensed under the MIT License.
|
|
@@ -48003,7 +48039,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
48003
48039
|
};
|
|
48004
48040
|
}
|
|
48005
48041
|
|
|
48006
|
-
/*! @azure/msal-common v15.14.
|
|
48042
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48007
48043
|
|
|
48008
48044
|
/*
|
|
48009
48045
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48090,7 +48126,7 @@ class ThrottlingUtils {
|
|
|
48090
48126
|
}
|
|
48091
48127
|
}
|
|
48092
48128
|
|
|
48093
|
-
/*! @azure/msal-common v15.14.
|
|
48129
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48094
48130
|
|
|
48095
48131
|
/*
|
|
48096
48132
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48121,7 +48157,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
48121
48157
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
48122
48158
|
}
|
|
48123
48159
|
|
|
48124
|
-
/*! @azure/msal-common v15.14.
|
|
48160
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48125
48161
|
|
|
48126
48162
|
/*
|
|
48127
48163
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48269,7 +48305,7 @@ class BaseClient {
|
|
|
48269
48305
|
}
|
|
48270
48306
|
}
|
|
48271
48307
|
|
|
48272
|
-
/*! @azure/msal-common v15.14.
|
|
48308
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48273
48309
|
/*
|
|
48274
48310
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
48275
48311
|
* Licensed under the MIT License.
|
|
@@ -48285,7 +48321,7 @@ const consentRequired = "consent_required";
|
|
|
48285
48321
|
const loginRequired = "login_required";
|
|
48286
48322
|
const badToken = "bad_token";
|
|
48287
48323
|
|
|
48288
|
-
/*! @azure/msal-common v15.14.
|
|
48324
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48289
48325
|
|
|
48290
48326
|
/*
|
|
48291
48327
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48357,7 +48393,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
48357
48393
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
48358
48394
|
}
|
|
48359
48395
|
|
|
48360
|
-
/*! @azure/msal-common v15.14.
|
|
48396
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48361
48397
|
|
|
48362
48398
|
/*
|
|
48363
48399
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48429,7 +48465,7 @@ class ProtocolUtils {
|
|
|
48429
48465
|
}
|
|
48430
48466
|
}
|
|
48431
48467
|
|
|
48432
|
-
/*! @azure/msal-common v15.14.
|
|
48468
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48433
48469
|
|
|
48434
48470
|
/*
|
|
48435
48471
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48511,7 +48547,7 @@ class PopTokenGenerator {
|
|
|
48511
48547
|
}
|
|
48512
48548
|
}
|
|
48513
48549
|
|
|
48514
|
-
/*! @azure/msal-common v15.14.
|
|
48550
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48515
48551
|
/*
|
|
48516
48552
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
48517
48553
|
* Licensed under the MIT License.
|
|
@@ -48538,7 +48574,7 @@ class PopTokenGenerator {
|
|
|
48538
48574
|
}
|
|
48539
48575
|
}
|
|
48540
48576
|
|
|
48541
|
-
/*! @azure/msal-common v15.14.
|
|
48577
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48542
48578
|
|
|
48543
48579
|
/*
|
|
48544
48580
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48877,7 +48913,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
48877
48913
|
return baseAccount;
|
|
48878
48914
|
}
|
|
48879
48915
|
|
|
48880
|
-
/*! @azure/msal-common v15.14.
|
|
48916
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48881
48917
|
/*
|
|
48882
48918
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
48883
48919
|
* Licensed under the MIT License.
|
|
@@ -48895,7 +48931,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
48895
48931
|
}
|
|
48896
48932
|
}
|
|
48897
48933
|
|
|
48898
|
-
/*! @azure/msal-common v15.14.
|
|
48934
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48899
48935
|
|
|
48900
48936
|
/*
|
|
48901
48937
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49131,7 +49167,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
49131
49167
|
}
|
|
49132
49168
|
}
|
|
49133
49169
|
|
|
49134
|
-
/*! @azure/msal-common v15.14.
|
|
49170
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49135
49171
|
|
|
49136
49172
|
/*
|
|
49137
49173
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49343,7 +49379,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
49343
49379
|
}
|
|
49344
49380
|
}
|
|
49345
49381
|
|
|
49346
|
-
/*! @azure/msal-common v15.14.
|
|
49382
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49347
49383
|
|
|
49348
49384
|
/*
|
|
49349
49385
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49441,7 +49477,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
49441
49477
|
}
|
|
49442
49478
|
}
|
|
49443
49479
|
|
|
49444
|
-
/*! @azure/msal-common v15.14.
|
|
49480
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49445
49481
|
|
|
49446
49482
|
/*
|
|
49447
49483
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49456,7 +49492,7 @@ const StubbedNetworkModule = {
|
|
|
49456
49492
|
},
|
|
49457
49493
|
};
|
|
49458
49494
|
|
|
49459
|
-
/*! @azure/msal-common v15.14.
|
|
49495
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49460
49496
|
|
|
49461
49497
|
/*
|
|
49462
49498
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49680,7 +49716,7 @@ function extractLoginHint(account) {
|
|
|
49680
49716
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
49681
49717
|
}
|
|
49682
49718
|
|
|
49683
|
-
/*! @azure/msal-common v15.14.
|
|
49719
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49684
49720
|
|
|
49685
49721
|
/*
|
|
49686
49722
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49943,7 +49979,7 @@ class ServerTelemetryManager {
|
|
|
49943
49979
|
}
|
|
49944
49980
|
}
|
|
49945
49981
|
|
|
49946
|
-
/*! @azure/msal-common v15.14.
|
|
49982
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49947
49983
|
/*
|
|
49948
49984
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
49949
49985
|
* Licensed under the MIT License.
|
|
@@ -49951,7 +49987,7 @@ class ServerTelemetryManager {
|
|
|
49951
49987
|
const missingKidError = "missing_kid_error";
|
|
49952
49988
|
const missingAlgError = "missing_alg_error";
|
|
49953
49989
|
|
|
49954
|
-
/*! @azure/msal-common v15.14.
|
|
49990
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49955
49991
|
|
|
49956
49992
|
/*
|
|
49957
49993
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49976,7 +50012,7 @@ function createJoseHeaderError(code) {
|
|
|
49976
50012
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
49977
50013
|
}
|
|
49978
50014
|
|
|
49979
|
-
/*! @azure/msal-common v15.14.
|
|
50015
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49980
50016
|
|
|
49981
50017
|
/*
|
|
49982
50018
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50016,7 +50052,7 @@ class JoseHeader {
|
|
|
50016
50052
|
}
|
|
50017
50053
|
}
|
|
50018
50054
|
|
|
50019
|
-
/*! @azure/msal-browser v4.28.
|
|
50055
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50020
50056
|
/*
|
|
50021
50057
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
50022
50058
|
* Licensed under the MIT License.
|
|
@@ -50073,7 +50109,7 @@ const failedToParseHeaders = "failed_to_parse_headers";
|
|
|
50073
50109
|
const failedToDecryptEarResponse = "failed_to_decrypt_ear_response";
|
|
50074
50110
|
const timedOut = "timed_out";
|
|
50075
50111
|
|
|
50076
|
-
/*! @azure/msal-browser v4.28.
|
|
50112
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50077
50113
|
|
|
50078
50114
|
/*
|
|
50079
50115
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50150,7 +50186,7 @@ function createBrowserAuthError(errorCode, subError) {
|
|
|
50150
50186
|
return new BrowserAuthError(errorCode, subError);
|
|
50151
50187
|
}
|
|
50152
50188
|
|
|
50153
|
-
/*! @azure/msal-browser v4.28.
|
|
50189
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50154
50190
|
|
|
50155
50191
|
/*
|
|
50156
50192
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50339,7 +50375,7 @@ const iFrameRenewalPolicies = [
|
|
|
50339
50375
|
CacheLookupPolicy.RefreshTokenAndNetwork,
|
|
50340
50376
|
];
|
|
50341
50377
|
|
|
50342
|
-
/*! @azure/msal-browser v4.28.
|
|
50378
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50343
50379
|
/*
|
|
50344
50380
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
50345
50381
|
* Licensed under the MIT License.
|
|
@@ -50384,7 +50420,7 @@ function base64EncArr(aBytes) {
|
|
|
50384
50420
|
return btoa(binString);
|
|
50385
50421
|
}
|
|
50386
50422
|
|
|
50387
|
-
/*! @azure/msal-browser v4.28.
|
|
50423
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50388
50424
|
|
|
50389
50425
|
/*
|
|
50390
50426
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50423,7 +50459,7 @@ function base64DecToArr(base64String) {
|
|
|
50423
50459
|
return Uint8Array.from(binString, (m) => m.codePointAt(0) || 0);
|
|
50424
50460
|
}
|
|
50425
50461
|
|
|
50426
|
-
/*! @azure/msal-browser v4.28.
|
|
50462
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50427
50463
|
|
|
50428
50464
|
/*
|
|
50429
50465
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50722,7 +50758,7 @@ async function hashString(plainText) {
|
|
|
50722
50758
|
return urlEncodeArr(hashBytes);
|
|
50723
50759
|
}
|
|
50724
50760
|
|
|
50725
|
-
/*! @azure/msal-browser v4.28.
|
|
50761
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50726
50762
|
/*
|
|
50727
50763
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
50728
50764
|
* Licensed under the MIT License.
|
|
@@ -50731,7 +50767,7 @@ const storageNotSupported = "storage_not_supported";
|
|
|
50731
50767
|
const stubbedPublicClientApplicationCalled = "stubbed_public_client_application_called";
|
|
50732
50768
|
const inMemRedirectUnavailable = "in_mem_redirect_unavailable";
|
|
50733
50769
|
|
|
50734
|
-
/*! @azure/msal-browser v4.28.
|
|
50770
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50735
50771
|
|
|
50736
50772
|
/*
|
|
50737
50773
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50771,7 +50807,7 @@ function createBrowserConfigurationAuthError(errorCode) {
|
|
|
50771
50807
|
return new BrowserConfigurationAuthError(errorCode, BrowserConfigurationAuthErrorMessages[errorCode]);
|
|
50772
50808
|
}
|
|
50773
50809
|
|
|
50774
|
-
/*! @azure/msal-browser v4.28.
|
|
50810
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50775
50811
|
|
|
50776
50812
|
/*
|
|
50777
50813
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50933,7 +50969,7 @@ function createGuid() {
|
|
|
50933
50969
|
return createNewGuid();
|
|
50934
50970
|
}
|
|
50935
50971
|
|
|
50936
|
-
/*! @azure/msal-browser v4.28.
|
|
50972
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50937
50973
|
|
|
50938
50974
|
/*
|
|
50939
50975
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50976,7 +51012,7 @@ class NavigationClient {
|
|
|
50976
51012
|
}
|
|
50977
51013
|
}
|
|
50978
51014
|
|
|
50979
|
-
/*! @azure/msal-browser v4.28.
|
|
51015
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50980
51016
|
|
|
50981
51017
|
/*
|
|
50982
51018
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51097,7 +51133,7 @@ function getHeaderDict(headers) {
|
|
|
51097
51133
|
}
|
|
51098
51134
|
}
|
|
51099
51135
|
|
|
51100
|
-
/*! @azure/msal-browser v4.28.
|
|
51136
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51101
51137
|
|
|
51102
51138
|
/*
|
|
51103
51139
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51232,12 +51268,12 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
|
|
|
51232
51268
|
return overlayedConfig;
|
|
51233
51269
|
}
|
|
51234
51270
|
|
|
51235
|
-
/*! @azure/msal-browser v4.28.
|
|
51271
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51236
51272
|
/* eslint-disable header/header */
|
|
51237
51273
|
const name$1 = "@azure/msal-browser";
|
|
51238
|
-
const version = "4.28.
|
|
51274
|
+
const version = "4.28.2";
|
|
51239
51275
|
|
|
51240
|
-
/*! @azure/msal-browser v4.28.
|
|
51276
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51241
51277
|
/*
|
|
51242
51278
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
51243
51279
|
* Licensed under the MIT License.
|
|
@@ -51265,7 +51301,7 @@ function getTokenKeysCacheKey(clientId, schema = CREDENTIAL_SCHEMA_VERSION) {
|
|
|
51265
51301
|
return `${PREFIX}.${schema}.${TOKEN_KEYS}.${clientId}`;
|
|
51266
51302
|
}
|
|
51267
51303
|
|
|
51268
|
-
/*! @azure/msal-browser v4.28.
|
|
51304
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51269
51305
|
|
|
51270
51306
|
/*
|
|
51271
51307
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51362,7 +51398,7 @@ class BaseOperatingContext {
|
|
|
51362
51398
|
}
|
|
51363
51399
|
}
|
|
51364
51400
|
|
|
51365
|
-
/*! @azure/msal-browser v4.28.
|
|
51401
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51366
51402
|
|
|
51367
51403
|
/*
|
|
51368
51404
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51408,7 +51444,7 @@ StandardOperatingContext.MODULE_NAME = "";
|
|
|
51408
51444
|
*/
|
|
51409
51445
|
StandardOperatingContext.ID = "StandardOperatingContext";
|
|
51410
51446
|
|
|
51411
|
-
/*! @azure/msal-browser v4.28.
|
|
51447
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51412
51448
|
|
|
51413
51449
|
/*
|
|
51414
51450
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51611,7 +51647,7 @@ class DatabaseStorage {
|
|
|
51611
51647
|
}
|
|
51612
51648
|
}
|
|
51613
51649
|
|
|
51614
|
-
/*! @azure/msal-browser v4.28.
|
|
51650
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51615
51651
|
/*
|
|
51616
51652
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
51617
51653
|
* Licensed under the MIT License.
|
|
@@ -51657,7 +51693,7 @@ class MemoryStorage {
|
|
|
51657
51693
|
}
|
|
51658
51694
|
}
|
|
51659
51695
|
|
|
51660
|
-
/*! @azure/msal-browser v4.28.
|
|
51696
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51661
51697
|
|
|
51662
51698
|
/*
|
|
51663
51699
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51791,7 +51827,7 @@ class AsyncMemoryStorage {
|
|
|
51791
51827
|
}
|
|
51792
51828
|
}
|
|
51793
51829
|
|
|
51794
|
-
/*! @azure/msal-browser v4.28.
|
|
51830
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51795
51831
|
|
|
51796
51832
|
/*
|
|
51797
51833
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51972,7 +52008,7 @@ function getSortedObjectString(obj) {
|
|
|
51972
52008
|
return JSON.stringify(obj, Object.keys(obj).sort());
|
|
51973
52009
|
}
|
|
51974
52010
|
|
|
51975
|
-
/*! @azure/msal-browser v4.28.
|
|
52011
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51976
52012
|
|
|
51977
52013
|
/*
|
|
51978
52014
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52050,7 +52086,7 @@ function getCookieExpirationTime(cookieLifeDays) {
|
|
|
52050
52086
|
return expr.toUTCString();
|
|
52051
52087
|
}
|
|
52052
52088
|
|
|
52053
|
-
/*! @azure/msal-browser v4.28.
|
|
52089
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52054
52090
|
|
|
52055
52091
|
/*
|
|
52056
52092
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52092,7 +52128,7 @@ function getTokenKeys(clientId, storage, schemaVersion) {
|
|
|
52092
52128
|
};
|
|
52093
52129
|
}
|
|
52094
52130
|
|
|
52095
|
-
/*! @azure/msal-browser v4.28.
|
|
52131
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52096
52132
|
/*
|
|
52097
52133
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
52098
52134
|
* Licensed under the MIT License.
|
|
@@ -52103,7 +52139,7 @@ function isEncrypted(data) {
|
|
|
52103
52139
|
data.hasOwnProperty("data"));
|
|
52104
52140
|
}
|
|
52105
52141
|
|
|
52106
|
-
/*! @azure/msal-browser v4.28.
|
|
52142
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52107
52143
|
|
|
52108
52144
|
/*
|
|
52109
52145
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52393,7 +52429,7 @@ class LocalStorage {
|
|
|
52393
52429
|
}
|
|
52394
52430
|
}
|
|
52395
52431
|
|
|
52396
|
-
/*! @azure/msal-browser v4.28.
|
|
52432
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52397
52433
|
|
|
52398
52434
|
/*
|
|
52399
52435
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52435,7 +52471,7 @@ class SessionStorage {
|
|
|
52435
52471
|
}
|
|
52436
52472
|
}
|
|
52437
52473
|
|
|
52438
|
-
/*! @azure/msal-browser v4.28.
|
|
52474
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52439
52475
|
/*
|
|
52440
52476
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
52441
52477
|
* Licensed under the MIT License.
|
|
@@ -52470,7 +52506,7 @@ const EventType = {
|
|
|
52470
52506
|
BROKER_CONNECTION_ESTABLISHED: "msal:brokerConnectionEstablished",
|
|
52471
52507
|
};
|
|
52472
52508
|
|
|
52473
|
-
/*! @azure/msal-browser v4.28.
|
|
52509
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52474
52510
|
/*
|
|
52475
52511
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
52476
52512
|
* Licensed under the MIT License.
|
|
@@ -52487,7 +52523,7 @@ function removeElementFromArray(array, element) {
|
|
|
52487
52523
|
}
|
|
52488
52524
|
}
|
|
52489
52525
|
|
|
52490
|
-
/*! @azure/msal-browser v4.28.
|
|
52526
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52491
52527
|
|
|
52492
52528
|
/*
|
|
52493
52529
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -53902,7 +53938,7 @@ const DEFAULT_BROWSER_CACHE_MANAGER = (clientId, logger, performanceClient, even
|
|
|
53902
53938
|
return new BrowserCacheManager(clientId, cacheOptions, DEFAULT_CRYPTO_IMPLEMENTATION, logger, performanceClient, eventHandler);
|
|
53903
53939
|
};
|
|
53904
53940
|
|
|
53905
|
-
/*! @azure/msal-browser v4.28.
|
|
53941
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
53906
53942
|
/*
|
|
53907
53943
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
53908
53944
|
* Licensed under the MIT License.
|
|
@@ -54027,7 +54063,7 @@ function getActiveAccount(browserStorage, correlationId) {
|
|
|
54027
54063
|
return browserStorage.getActiveAccount(correlationId);
|
|
54028
54064
|
}
|
|
54029
54065
|
|
|
54030
|
-
/*! @azure/msal-browser v4.28.
|
|
54066
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54031
54067
|
|
|
54032
54068
|
/*
|
|
54033
54069
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54133,7 +54169,7 @@ class EventHandler {
|
|
|
54133
54169
|
}
|
|
54134
54170
|
}
|
|
54135
54171
|
|
|
54136
|
-
/*! @azure/msal-browser v4.28.
|
|
54172
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54137
54173
|
|
|
54138
54174
|
/*
|
|
54139
54175
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54249,7 +54285,7 @@ class BaseInteractionClient {
|
|
|
54249
54285
|
}
|
|
54250
54286
|
}
|
|
54251
54287
|
|
|
54252
|
-
/*! @azure/msal-browser v4.28.
|
|
54288
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54253
54289
|
|
|
54254
54290
|
/*
|
|
54255
54291
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54334,7 +54370,7 @@ function validateRequestMethod(interactionRequest, protocolMode) {
|
|
|
54334
54370
|
return httpMethod;
|
|
54335
54371
|
}
|
|
54336
54372
|
|
|
54337
|
-
/*! @azure/msal-browser v4.28.
|
|
54373
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54338
54374
|
|
|
54339
54375
|
/*
|
|
54340
54376
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54538,7 +54574,7 @@ class StandardInteractionClient extends BaseInteractionClient {
|
|
|
54538
54574
|
}
|
|
54539
54575
|
}
|
|
54540
54576
|
|
|
54541
|
-
/*! @azure/msal-browser v4.28.
|
|
54577
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54542
54578
|
|
|
54543
54579
|
/*
|
|
54544
54580
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54562,7 +54598,7 @@ function extractBrowserRequestState(browserCrypto, state) {
|
|
|
54562
54598
|
}
|
|
54563
54599
|
}
|
|
54564
54600
|
|
|
54565
|
-
/*! @azure/msal-browser v4.28.
|
|
54601
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54566
54602
|
|
|
54567
54603
|
/*
|
|
54568
54604
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54601,7 +54637,7 @@ function validateInteractionType(response, browserCrypto, interactionType) {
|
|
|
54601
54637
|
}
|
|
54602
54638
|
}
|
|
54603
54639
|
|
|
54604
|
-
/*! @azure/msal-browser v4.28.
|
|
54640
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54605
54641
|
|
|
54606
54642
|
/*
|
|
54607
54643
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54697,7 +54733,7 @@ class InteractionHandler {
|
|
|
54697
54733
|
}
|
|
54698
54734
|
}
|
|
54699
54735
|
|
|
54700
|
-
/*! @azure/msal-browser v4.28.
|
|
54736
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54701
54737
|
/*
|
|
54702
54738
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
54703
54739
|
* Licensed under the MIT License.
|
|
@@ -54706,7 +54742,7 @@ const contentError = "ContentError";
|
|
|
54706
54742
|
const pageException = "PageException";
|
|
54707
54743
|
const userSwitch = "user_switch";
|
|
54708
54744
|
|
|
54709
|
-
/*! @azure/msal-browser v4.28.
|
|
54745
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54710
54746
|
/*
|
|
54711
54747
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
54712
54748
|
* Licensed under the MIT License.
|
|
@@ -54719,7 +54755,7 @@ const DISABLED = "DISABLED";
|
|
|
54719
54755
|
const ACCOUNT_UNAVAILABLE = "ACCOUNT_UNAVAILABLE";
|
|
54720
54756
|
const UX_NOT_ALLOWED = "UX_NOT_ALLOWED";
|
|
54721
54757
|
|
|
54722
|
-
/*! @azure/msal-browser v4.28.
|
|
54758
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54723
54759
|
|
|
54724
54760
|
/*
|
|
54725
54761
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54784,7 +54820,7 @@ function createNativeAuthError(code, description, ext) {
|
|
|
54784
54820
|
return new NativeAuthError(code, NativeAuthErrorMessages[code] || description, ext);
|
|
54785
54821
|
}
|
|
54786
54822
|
|
|
54787
|
-
/*! @azure/msal-browser v4.28.
|
|
54823
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54788
54824
|
|
|
54789
54825
|
/*
|
|
54790
54826
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54834,7 +54870,7 @@ class SilentCacheClient extends StandardInteractionClient {
|
|
|
54834
54870
|
}
|
|
54835
54871
|
}
|
|
54836
54872
|
|
|
54837
|
-
/*! @azure/msal-browser v4.28.
|
|
54873
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54838
54874
|
|
|
54839
54875
|
/*
|
|
54840
54876
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -55461,7 +55497,7 @@ class PlatformAuthInteractionClient extends BaseInteractionClient {
|
|
|
55461
55497
|
}
|
|
55462
55498
|
}
|
|
55463
55499
|
|
|
55464
|
-
/*! @azure/msal-browser v4.28.
|
|
55500
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
55465
55501
|
|
|
55466
55502
|
/*
|
|
55467
55503
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -55546,6 +55582,8 @@ async function getEARForm(frame, config, authority, request, logger, performance
|
|
|
55546
55582
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
55547
55583
|
const queryParams = new Map();
|
|
55548
55584
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
55585
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
55586
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
55549
55587
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
55550
55588
|
return createForm(frame, url, parameters);
|
|
55551
55589
|
}
|
|
@@ -55559,6 +55597,8 @@ async function getCodeForm(frame, config, authority, request, logger, performanc
|
|
|
55559
55597
|
addPostBodyParameters(parameters, request.authorizePostBodyParameters || {});
|
|
55560
55598
|
const queryParams = new Map();
|
|
55561
55599
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
55600
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
55601
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
55562
55602
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
55563
55603
|
return createForm(frame, url, parameters);
|
|
55564
55604
|
}
|
|
@@ -55686,7 +55726,7 @@ async function handleResponseEAR(request, response, apiId, config, authority, br
|
|
|
55686
55726
|
return (await invokeAsync(responseHandler.handleServerTokenResponse.bind(responseHandler), PerformanceEvents.HandleServerTokenResponse, logger, performanceClient, request.correlationId)(decryptedData, authority, nowSeconds(), request, apiId, additionalData, undefined, undefined, undefined, undefined));
|
|
55687
55727
|
}
|
|
55688
55728
|
|
|
55689
|
-
/*! @azure/msal-browser v4.28.
|
|
55729
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
55690
55730
|
|
|
55691
55731
|
/*
|
|
55692
55732
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -55743,7 +55783,7 @@ async function generateCodeChallengeFromVerifier(pkceCodeVerifier, performanceCl
|
|
|
55743
55783
|
}
|
|
55744
55784
|
}
|
|
55745
55785
|
|
|
55746
|
-
/*! @azure/msal-browser v4.28.
|
|
55786
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
55747
55787
|
|
|
55748
55788
|
/*
|
|
55749
55789
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -56008,7 +56048,7 @@ class PlatformAuthExtensionHandler {
|
|
|
56008
56048
|
}
|
|
56009
56049
|
}
|
|
56010
56050
|
|
|
56011
|
-
/*! @azure/msal-browser v4.28.
|
|
56051
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56012
56052
|
|
|
56013
56053
|
/*
|
|
56014
56054
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -56145,7 +56185,7 @@ class PlatformAuthDOMHandler {
|
|
|
56145
56185
|
}
|
|
56146
56186
|
}
|
|
56147
56187
|
|
|
56148
|
-
/*! @azure/msal-browser v4.28.
|
|
56188
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56149
56189
|
async function getPlatformAuthProvider(logger, performanceClient, correlationId, nativeBrokerHandshakeTimeout, enablePlatformBrokerDOMSupport) {
|
|
56150
56190
|
logger.trace("getPlatformAuthProvider called", correlationId);
|
|
56151
56191
|
logger.trace("Has client allowed platform auth via DOM API: " +
|
|
@@ -56210,7 +56250,7 @@ function isPlatformAuthAllowed(config, logger, platformAuthProvider, authenticat
|
|
|
56210
56250
|
return true;
|
|
56211
56251
|
}
|
|
56212
56252
|
|
|
56213
|
-
/*! @azure/msal-browser v4.28.
|
|
56253
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56214
56254
|
|
|
56215
56255
|
/*
|
|
56216
56256
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -56707,7 +56747,7 @@ class PopupClient extends StandardInteractionClient {
|
|
|
56707
56747
|
}
|
|
56708
56748
|
}
|
|
56709
56749
|
|
|
56710
|
-
/*! @azure/msal-browser v4.28.
|
|
56750
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56711
56751
|
|
|
56712
56752
|
/*
|
|
56713
56753
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57147,7 +57187,7 @@ class RedirectClient extends StandardInteractionClient {
|
|
|
57147
57187
|
}
|
|
57148
57188
|
}
|
|
57149
57189
|
|
|
57150
|
-
/*! @azure/msal-browser v4.28.
|
|
57190
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57151
57191
|
|
|
57152
57192
|
/*
|
|
57153
57193
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57303,7 +57343,7 @@ function removeHiddenIframe(iframe) {
|
|
|
57303
57343
|
}
|
|
57304
57344
|
}
|
|
57305
57345
|
|
|
57306
|
-
/*! @azure/msal-browser v4.28.
|
|
57346
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57307
57347
|
|
|
57308
57348
|
/*
|
|
57309
57349
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57464,7 +57504,7 @@ class SilentIframeClient extends StandardInteractionClient {
|
|
|
57464
57504
|
}
|
|
57465
57505
|
}
|
|
57466
57506
|
|
|
57467
|
-
/*! @azure/msal-browser v4.28.
|
|
57507
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57468
57508
|
|
|
57469
57509
|
/*
|
|
57470
57510
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57530,7 +57570,7 @@ class SilentRefreshClient extends StandardInteractionClient {
|
|
|
57530
57570
|
}
|
|
57531
57571
|
}
|
|
57532
57572
|
|
|
57533
|
-
/*! @azure/msal-browser v4.28.
|
|
57573
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57534
57574
|
|
|
57535
57575
|
/*
|
|
57536
57576
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57744,7 +57784,7 @@ class TokenCache {
|
|
|
57744
57784
|
}
|
|
57745
57785
|
}
|
|
57746
57786
|
|
|
57747
|
-
/*! @azure/msal-browser v4.28.
|
|
57787
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57748
57788
|
|
|
57749
57789
|
/*
|
|
57750
57790
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57757,7 +57797,7 @@ class HybridSpaAuthorizationCodeClient extends AuthorizationCodeClient {
|
|
|
57757
57797
|
}
|
|
57758
57798
|
}
|
|
57759
57799
|
|
|
57760
|
-
/*! @azure/msal-browser v4.28.
|
|
57800
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57761
57801
|
|
|
57762
57802
|
/*
|
|
57763
57803
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57823,7 +57863,7 @@ class SilentAuthCodeClient extends StandardInteractionClient {
|
|
|
57823
57863
|
}
|
|
57824
57864
|
}
|
|
57825
57865
|
|
|
57826
|
-
/*! @azure/msal-browser v4.28.
|
|
57866
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57827
57867
|
/*
|
|
57828
57868
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
57829
57869
|
* Licensed under the MIT License.
|
|
@@ -57843,7 +57883,7 @@ function collectInstanceStats(currentClientId, performanceEvent, logger) {
|
|
|
57843
57883
|
});
|
|
57844
57884
|
}
|
|
57845
57885
|
|
|
57846
|
-
/*! @azure/msal-browser v4.28.
|
|
57886
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57847
57887
|
|
|
57848
57888
|
/*
|
|
57849
57889
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -59296,7 +59336,7 @@ function checkIfRefreshTokenErrorCanBeResolvedSilently(refreshTokenError, cacheL
|
|
|
59296
59336
|
return isSilentlyResolvable && tryIframeRenewal;
|
|
59297
59337
|
}
|
|
59298
59338
|
|
|
59299
|
-
/*! @azure/msal-browser v4.28.
|
|
59339
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
59300
59340
|
|
|
59301
59341
|
/*
|
|
59302
59342
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -59308,7 +59348,7 @@ async function createV3Controller(config, request) {
|
|
|
59308
59348
|
return StandardController.createController(standard, request);
|
|
59309
59349
|
}
|
|
59310
59350
|
|
|
59311
|
-
/*! @azure/msal-browser v4.28.
|
|
59351
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
59312
59352
|
|
|
59313
59353
|
/*
|
|
59314
59354
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|