@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.esm.js
CHANGED
|
@@ -42500,7 +42500,7 @@ var AuthDev = {
|
|
|
42500
42500
|
acquireTokensByRequest
|
|
42501
42501
|
};
|
|
42502
42502
|
|
|
42503
|
-
/*! @azure/msal-common v15.14.
|
|
42503
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42504
42504
|
/*
|
|
42505
42505
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42506
42506
|
* Licensed under the MIT License.
|
|
@@ -42774,7 +42774,7 @@ const JsonWebTokenTypes = {
|
|
|
42774
42774
|
// Token renewal offset default in seconds
|
|
42775
42775
|
const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
42776
42776
|
|
|
42777
|
-
/*! @azure/msal-common v15.14.
|
|
42777
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42778
42778
|
/*
|
|
42779
42779
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42780
42780
|
* Licensed under the MIT License.
|
|
@@ -42785,7 +42785,7 @@ const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
|
|
|
42785
42785
|
const unexpectedError = "unexpected_error";
|
|
42786
42786
|
const postRequestFailed$1 = "post_request_failed";
|
|
42787
42787
|
|
|
42788
|
-
/*! @azure/msal-common v15.14.
|
|
42788
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42789
42789
|
|
|
42790
42790
|
/*
|
|
42791
42791
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42820,7 +42820,7 @@ function createAuthError(code, additionalMessage) {
|
|
|
42820
42820
|
: AuthErrorMessages[code]);
|
|
42821
42821
|
}
|
|
42822
42822
|
|
|
42823
|
-
/*! @azure/msal-common v15.14.
|
|
42823
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42824
42824
|
/*
|
|
42825
42825
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
42826
42826
|
* Licensed under the MIT License.
|
|
@@ -42871,7 +42871,7 @@ const methodNotImplemented = "method_not_implemented";
|
|
|
42871
42871
|
const nestedAppAuthBridgeDisabled = "nested_app_auth_bridge_disabled";
|
|
42872
42872
|
const platformBrokerError = "platform_broker_error";
|
|
42873
42873
|
|
|
42874
|
-
/*! @azure/msal-common v15.14.
|
|
42874
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42875
42875
|
|
|
42876
42876
|
/*
|
|
42877
42877
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42946,7 +42946,7 @@ function createClientAuthError(errorCode, additionalMessage) {
|
|
|
42946
42946
|
return new ClientAuthError(errorCode, additionalMessage);
|
|
42947
42947
|
}
|
|
42948
42948
|
|
|
42949
|
-
/*! @azure/msal-common v15.14.
|
|
42949
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42950
42950
|
|
|
42951
42951
|
/*
|
|
42952
42952
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -42985,7 +42985,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
|
|
|
42985
42985
|
},
|
|
42986
42986
|
};
|
|
42987
42987
|
|
|
42988
|
-
/*! @azure/msal-common v15.14.
|
|
42988
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
42989
42989
|
|
|
42990
42990
|
/*
|
|
42991
42991
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43176,12 +43176,12 @@ class Logger {
|
|
|
43176
43176
|
}
|
|
43177
43177
|
}
|
|
43178
43178
|
|
|
43179
|
-
/*! @azure/msal-common v15.14.
|
|
43179
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43180
43180
|
/* eslint-disable header/header */
|
|
43181
43181
|
const name$2 = "@azure/msal-common";
|
|
43182
|
-
const version$1 = "15.14.
|
|
43182
|
+
const version$1 = "15.14.2";
|
|
43183
43183
|
|
|
43184
|
-
/*! @azure/msal-common v15.14.
|
|
43184
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43185
43185
|
/*
|
|
43186
43186
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43187
43187
|
* Licensed under the MIT License.
|
|
@@ -43190,7 +43190,7 @@ const AzureCloudInstance = {
|
|
|
43190
43190
|
// AzureCloudInstance is not specified.
|
|
43191
43191
|
None: "none"};
|
|
43192
43192
|
|
|
43193
|
-
/*! @azure/msal-common v15.14.
|
|
43193
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43194
43194
|
/*
|
|
43195
43195
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43196
43196
|
* Licensed under the MIT License.
|
|
@@ -43220,7 +43220,7 @@ const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
|
|
|
43220
43220
|
const invalidAuthorizePostBodyParameters = "invalid_authorize_post_body_parameters";
|
|
43221
43221
|
const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
|
|
43222
43222
|
|
|
43223
|
-
/*! @azure/msal-common v15.14.
|
|
43223
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43224
43224
|
|
|
43225
43225
|
/*
|
|
43226
43226
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43266,7 +43266,7 @@ function createClientConfigurationError(errorCode) {
|
|
|
43266
43266
|
return new ClientConfigurationError(errorCode);
|
|
43267
43267
|
}
|
|
43268
43268
|
|
|
43269
|
-
/*! @azure/msal-common v15.14.
|
|
43269
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43270
43270
|
/*
|
|
43271
43271
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43272
43272
|
* Licensed under the MIT License.
|
|
@@ -43363,7 +43363,7 @@ class StringUtils {
|
|
|
43363
43363
|
}
|
|
43364
43364
|
}
|
|
43365
43365
|
|
|
43366
|
-
/*! @azure/msal-common v15.14.
|
|
43366
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43367
43367
|
|
|
43368
43368
|
/*
|
|
43369
43369
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43558,7 +43558,7 @@ class ScopeSet {
|
|
|
43558
43558
|
}
|
|
43559
43559
|
}
|
|
43560
43560
|
|
|
43561
|
-
/*! @azure/msal-common v15.14.
|
|
43561
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43562
43562
|
|
|
43563
43563
|
/*
|
|
43564
43564
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43598,7 +43598,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
|
|
|
43598
43598
|
};
|
|
43599
43599
|
}
|
|
43600
43600
|
|
|
43601
|
-
/*! @azure/msal-common v15.14.
|
|
43601
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43602
43602
|
/*
|
|
43603
43603
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43604
43604
|
* Licensed under the MIT License.
|
|
@@ -43680,7 +43680,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
|
|
|
43680
43680
|
return updatedAccountInfo;
|
|
43681
43681
|
}
|
|
43682
43682
|
|
|
43683
|
-
/*! @azure/msal-common v15.14.
|
|
43683
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43684
43684
|
/*
|
|
43685
43685
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43686
43686
|
* Licensed under the MIT License.
|
|
@@ -43695,7 +43695,7 @@ const AuthorityType = {
|
|
|
43695
43695
|
Ciam: 3,
|
|
43696
43696
|
};
|
|
43697
43697
|
|
|
43698
|
-
/*! @azure/msal-common v15.14.
|
|
43698
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43699
43699
|
/*
|
|
43700
43700
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43701
43701
|
* Licensed under the MIT License.
|
|
@@ -43717,7 +43717,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
|
|
|
43717
43717
|
return null;
|
|
43718
43718
|
}
|
|
43719
43719
|
|
|
43720
|
-
/*! @azure/msal-common v15.14.
|
|
43720
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43721
43721
|
/*
|
|
43722
43722
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
43723
43723
|
* Licensed under the MIT License.
|
|
@@ -43741,7 +43741,7 @@ const ProtocolMode = {
|
|
|
43741
43741
|
EAR: "EAR",
|
|
43742
43742
|
};
|
|
43743
43743
|
|
|
43744
|
-
/*! @azure/msal-common v15.14.
|
|
43744
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43745
43745
|
|
|
43746
43746
|
/*
|
|
43747
43747
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -43976,7 +43976,7 @@ class AccountEntity {
|
|
|
43976
43976
|
}
|
|
43977
43977
|
}
|
|
43978
43978
|
|
|
43979
|
-
/*! @azure/msal-common v15.14.
|
|
43979
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
43980
43980
|
|
|
43981
43981
|
/*
|
|
43982
43982
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44057,7 +44057,7 @@ function checkMaxAge(authTime, maxAge) {
|
|
|
44057
44057
|
}
|
|
44058
44058
|
}
|
|
44059
44059
|
|
|
44060
|
-
/*! @azure/msal-common v15.14.
|
|
44060
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44061
44061
|
|
|
44062
44062
|
/*
|
|
44063
44063
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44173,7 +44173,7 @@ function normalizeUrlForComparison(url) {
|
|
|
44173
44173
|
}
|
|
44174
44174
|
}
|
|
44175
44175
|
|
|
44176
|
-
/*! @azure/msal-common v15.14.
|
|
44176
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44177
44177
|
|
|
44178
44178
|
/*
|
|
44179
44179
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44337,7 +44337,7 @@ class UrlString {
|
|
|
44337
44337
|
}
|
|
44338
44338
|
}
|
|
44339
44339
|
|
|
44340
|
-
/*! @azure/msal-common v15.14.
|
|
44340
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44341
44341
|
|
|
44342
44342
|
/*
|
|
44343
44343
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44366,6 +44366,27 @@ const rawMetdataJSON = {
|
|
|
44366
44366
|
authorization_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/authorize",
|
|
44367
44367
|
end_session_endpoint: "https://login.microsoftonline.us/{tenantid}/oauth2/v2.0/logout",
|
|
44368
44368
|
},
|
|
44369
|
+
"login.sovcloud-identity.fr": {
|
|
44370
|
+
token_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/token",
|
|
44371
|
+
jwks_uri: "https://login.sovcloud-identity.fr/{tenantid}/discovery/v2.0/keys",
|
|
44372
|
+
issuer: "https://login.sovcloud-identity.fr/{tenantid}/v2.0",
|
|
44373
|
+
authorization_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/authorize",
|
|
44374
|
+
end_session_endpoint: "https://login.sovcloud-identity.fr/{tenantid}/oauth2/v2.0/logout",
|
|
44375
|
+
},
|
|
44376
|
+
"login.sovcloud-identity.de": {
|
|
44377
|
+
token_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/token",
|
|
44378
|
+
jwks_uri: "https://login.sovcloud-identity.de/{tenantid}/discovery/v2.0/keys",
|
|
44379
|
+
issuer: "https://login.sovcloud-identity.de/{tenantid}/v2.0",
|
|
44380
|
+
authorization_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/authorize",
|
|
44381
|
+
end_session_endpoint: "https://login.sovcloud-identity.de/{tenantid}/oauth2/v2.0/logout",
|
|
44382
|
+
},
|
|
44383
|
+
"login.sovcloud-identity.sg": {
|
|
44384
|
+
token_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/token",
|
|
44385
|
+
jwks_uri: "https://login.sovcloud-identity.sg/common/discovery/v2.0/keys",
|
|
44386
|
+
issuer: "https://login.sovcloud-identity.sg/{tenantid}/v2.0",
|
|
44387
|
+
authorization_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/authorize",
|
|
44388
|
+
end_session_endpoint: "https://login.sovcloud-identity.sg/common/oauth2/v2.0/logout",
|
|
44389
|
+
},
|
|
44369
44390
|
},
|
|
44370
44391
|
instanceDiscoveryMetadata: {
|
|
44371
44392
|
metadata: [
|
|
@@ -44405,6 +44426,21 @@ const rawMetdataJSON = {
|
|
|
44405
44426
|
preferred_cache: "login-us.microsoftonline.com",
|
|
44406
44427
|
aliases: ["login-us.microsoftonline.com"],
|
|
44407
44428
|
},
|
|
44429
|
+
{
|
|
44430
|
+
preferred_network: "login.sovcloud-identity.fr",
|
|
44431
|
+
preferred_cache: "login.sovcloud-identity.fr",
|
|
44432
|
+
aliases: ["login.sovcloud-identity.fr"],
|
|
44433
|
+
},
|
|
44434
|
+
{
|
|
44435
|
+
preferred_network: "login.sovcloud-identity.de",
|
|
44436
|
+
preferred_cache: "login.sovcloud-identity.de",
|
|
44437
|
+
aliases: ["login.sovcloud-identity.de"],
|
|
44438
|
+
},
|
|
44439
|
+
{
|
|
44440
|
+
preferred_network: "login.sovcloud-identity.sg",
|
|
44441
|
+
preferred_cache: "login.sovcloud-identity.sg",
|
|
44442
|
+
aliases: ["login.sovcloud-identity.sg"],
|
|
44443
|
+
},
|
|
44408
44444
|
],
|
|
44409
44445
|
},
|
|
44410
44446
|
};
|
|
@@ -44476,7 +44512,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
44476
44512
|
return null;
|
|
44477
44513
|
}
|
|
44478
44514
|
|
|
44479
|
-
/*! @azure/msal-common v15.14.
|
|
44515
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44480
44516
|
/*
|
|
44481
44517
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
44482
44518
|
* Licensed under the MIT License.
|
|
@@ -44484,7 +44520,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
|
|
|
44484
44520
|
const cacheQuotaExceeded = "cache_quota_exceeded";
|
|
44485
44521
|
const cacheErrorUnknown = "cache_error_unknown";
|
|
44486
44522
|
|
|
44487
|
-
/*! @azure/msal-common v15.14.
|
|
44523
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44488
44524
|
|
|
44489
44525
|
/*
|
|
44490
44526
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -44529,7 +44565,7 @@ function createCacheError(e) {
|
|
|
44529
44565
|
}
|
|
44530
44566
|
}
|
|
44531
44567
|
|
|
44532
|
-
/*! @azure/msal-common v15.14.
|
|
44568
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
44533
44569
|
|
|
44534
44570
|
/*
|
|
44535
44571
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -45639,7 +45675,7 @@ class DefaultStorageClass extends CacheManager {
|
|
|
45639
45675
|
}
|
|
45640
45676
|
}
|
|
45641
45677
|
|
|
45642
|
-
/*! @azure/msal-common v15.14.
|
|
45678
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
45643
45679
|
/*
|
|
45644
45680
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
45645
45681
|
* Licensed under the MIT License.
|
|
@@ -45911,7 +45947,7 @@ const PerformanceEvents = {
|
|
|
45911
45947
|
const PerformanceEventStatus = {
|
|
45912
45948
|
InProgress: 1};
|
|
45913
45949
|
|
|
45914
|
-
/*! @azure/msal-common v15.14.
|
|
45950
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
45915
45951
|
|
|
45916
45952
|
/*
|
|
45917
45953
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -45990,7 +46026,7 @@ class StubPerformanceClient {
|
|
|
45990
46026
|
}
|
|
45991
46027
|
}
|
|
45992
46028
|
|
|
45993
|
-
/*! @azure/msal-common v15.14.
|
|
46029
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
45994
46030
|
|
|
45995
46031
|
/*
|
|
45996
46032
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46090,7 +46126,7 @@ function isOidcProtocolMode(config) {
|
|
|
46090
46126
|
return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
|
|
46091
46127
|
}
|
|
46092
46128
|
|
|
46093
|
-
/*! @azure/msal-common v15.14.
|
|
46129
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46094
46130
|
/*
|
|
46095
46131
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46096
46132
|
* Licensed under the MIT License.
|
|
@@ -46100,7 +46136,7 @@ const CcsCredentialType = {
|
|
|
46100
46136
|
UPN: "UPN",
|
|
46101
46137
|
};
|
|
46102
46138
|
|
|
46103
|
-
/*! @azure/msal-common v15.14.
|
|
46139
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46104
46140
|
/*
|
|
46105
46141
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46106
46142
|
* Licensed under the MIT License.
|
|
@@ -46150,7 +46186,7 @@ const INSTANCE_AWARE = "instance_aware";
|
|
|
46150
46186
|
const EAR_JWK = "ear_jwk";
|
|
46151
46187
|
const EAR_JWE_CRYPTO = "ear_jwe_crypto";
|
|
46152
46188
|
|
|
46153
|
-
/*! @azure/msal-common v15.14.
|
|
46189
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46154
46190
|
|
|
46155
46191
|
/*
|
|
46156
46192
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46530,7 +46566,7 @@ function addPostBodyParameters(parameters, bodyParameters) {
|
|
|
46530
46566
|
});
|
|
46531
46567
|
}
|
|
46532
46568
|
|
|
46533
|
-
/*! @azure/msal-common v15.14.
|
|
46569
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46534
46570
|
/*
|
|
46535
46571
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46536
46572
|
* Licensed under the MIT License.
|
|
@@ -46542,7 +46578,7 @@ function isOpenIdConfigResponse(response) {
|
|
|
46542
46578
|
response.hasOwnProperty("jwks_uri"));
|
|
46543
46579
|
}
|
|
46544
46580
|
|
|
46545
|
-
/*! @azure/msal-common v15.14.
|
|
46581
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46546
46582
|
/*
|
|
46547
46583
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46548
46584
|
* Licensed under the MIT License.
|
|
@@ -46552,7 +46588,7 @@ function isCloudInstanceDiscoveryResponse(response) {
|
|
|
46552
46588
|
response.hasOwnProperty("metadata"));
|
|
46553
46589
|
}
|
|
46554
46590
|
|
|
46555
|
-
/*! @azure/msal-common v15.14.
|
|
46591
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46556
46592
|
/*
|
|
46557
46593
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46558
46594
|
* Licensed under the MIT License.
|
|
@@ -46562,7 +46598,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
|
|
|
46562
46598
|
response.hasOwnProperty("error_description"));
|
|
46563
46599
|
}
|
|
46564
46600
|
|
|
46565
|
-
/*! @azure/msal-common v15.14.
|
|
46601
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46566
46602
|
/*
|
|
46567
46603
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46568
46604
|
* Licensed under the MIT License.
|
|
@@ -46658,7 +46694,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
|
|
|
46658
46694
|
};
|
|
46659
46695
|
};
|
|
46660
46696
|
|
|
46661
|
-
/*! @azure/msal-common v15.14.
|
|
46697
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46662
46698
|
|
|
46663
46699
|
/*
|
|
46664
46700
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -46764,7 +46800,7 @@ RegionDiscovery.IMDS_OPTIONS = {
|
|
|
46764
46800
|
},
|
|
46765
46801
|
};
|
|
46766
46802
|
|
|
46767
|
-
/*! @azure/msal-common v15.14.
|
|
46803
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46768
46804
|
/*
|
|
46769
46805
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
46770
46806
|
* Licensed under the MIT License.
|
|
@@ -46829,7 +46865,7 @@ function wasClockTurnedBack(cachedAt) {
|
|
|
46829
46865
|
return cachedAtSec > nowSeconds();
|
|
46830
46866
|
}
|
|
46831
46867
|
|
|
46832
|
-
/*! @azure/msal-common v15.14.
|
|
46868
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
46833
46869
|
|
|
46834
46870
|
/*
|
|
46835
46871
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47091,7 +47127,7 @@ function isAuthorityMetadataExpired(metadata) {
|
|
|
47091
47127
|
return metadata.expiresAt <= nowSeconds();
|
|
47092
47128
|
}
|
|
47093
47129
|
|
|
47094
|
-
/*! @azure/msal-common v15.14.
|
|
47130
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47095
47131
|
|
|
47096
47132
|
/*
|
|
47097
47133
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47930,7 +47966,7 @@ function buildStaticAuthorityOptions(authOptions) {
|
|
|
47930
47966
|
};
|
|
47931
47967
|
}
|
|
47932
47968
|
|
|
47933
|
-
/*! @azure/msal-common v15.14.
|
|
47969
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47934
47970
|
|
|
47935
47971
|
/*
|
|
47936
47972
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47961,7 +47997,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
|
|
|
47961
47997
|
}
|
|
47962
47998
|
}
|
|
47963
47999
|
|
|
47964
|
-
/*! @azure/msal-common v15.14.
|
|
48000
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47965
48001
|
|
|
47966
48002
|
/*
|
|
47967
48003
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -47980,7 +48016,7 @@ class ServerError extends AuthError {
|
|
|
47980
48016
|
}
|
|
47981
48017
|
}
|
|
47982
48018
|
|
|
47983
|
-
/*! @azure/msal-common v15.14.
|
|
48019
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
47984
48020
|
/*
|
|
47985
48021
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
47986
48022
|
* Licensed under the MIT License.
|
|
@@ -48001,7 +48037,7 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
|
|
|
48001
48037
|
};
|
|
48002
48038
|
}
|
|
48003
48039
|
|
|
48004
|
-
/*! @azure/msal-common v15.14.
|
|
48040
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48005
48041
|
|
|
48006
48042
|
/*
|
|
48007
48043
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48088,7 +48124,7 @@ class ThrottlingUtils {
|
|
|
48088
48124
|
}
|
|
48089
48125
|
}
|
|
48090
48126
|
|
|
48091
|
-
/*! @azure/msal-common v15.14.
|
|
48127
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48092
48128
|
|
|
48093
48129
|
/*
|
|
48094
48130
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48119,7 +48155,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
|
|
|
48119
48155
|
return new NetworkError(error, httpStatus, responseHeaders);
|
|
48120
48156
|
}
|
|
48121
48157
|
|
|
48122
|
-
/*! @azure/msal-common v15.14.
|
|
48158
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48123
48159
|
|
|
48124
48160
|
/*
|
|
48125
48161
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48267,7 +48303,7 @@ class BaseClient {
|
|
|
48267
48303
|
}
|
|
48268
48304
|
}
|
|
48269
48305
|
|
|
48270
|
-
/*! @azure/msal-common v15.14.
|
|
48306
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48271
48307
|
/*
|
|
48272
48308
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
48273
48309
|
* Licensed under the MIT License.
|
|
@@ -48283,7 +48319,7 @@ const consentRequired = "consent_required";
|
|
|
48283
48319
|
const loginRequired = "login_required";
|
|
48284
48320
|
const badToken = "bad_token";
|
|
48285
48321
|
|
|
48286
|
-
/*! @azure/msal-common v15.14.
|
|
48322
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48287
48323
|
|
|
48288
48324
|
/*
|
|
48289
48325
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48355,7 +48391,7 @@ function createInteractionRequiredAuthError(errorCode) {
|
|
|
48355
48391
|
return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
|
|
48356
48392
|
}
|
|
48357
48393
|
|
|
48358
|
-
/*! @azure/msal-common v15.14.
|
|
48394
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48359
48395
|
|
|
48360
48396
|
/*
|
|
48361
48397
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48427,7 +48463,7 @@ class ProtocolUtils {
|
|
|
48427
48463
|
}
|
|
48428
48464
|
}
|
|
48429
48465
|
|
|
48430
|
-
/*! @azure/msal-common v15.14.
|
|
48466
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48431
48467
|
|
|
48432
48468
|
/*
|
|
48433
48469
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48509,7 +48545,7 @@ class PopTokenGenerator {
|
|
|
48509
48545
|
}
|
|
48510
48546
|
}
|
|
48511
48547
|
|
|
48512
|
-
/*! @azure/msal-common v15.14.
|
|
48548
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48513
48549
|
/*
|
|
48514
48550
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
48515
48551
|
* Licensed under the MIT License.
|
|
@@ -48536,7 +48572,7 @@ class PopTokenGenerator {
|
|
|
48536
48572
|
}
|
|
48537
48573
|
}
|
|
48538
48574
|
|
|
48539
|
-
/*! @azure/msal-common v15.14.
|
|
48575
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48540
48576
|
|
|
48541
48577
|
/*
|
|
48542
48578
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -48875,7 +48911,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
|
|
|
48875
48911
|
return baseAccount;
|
|
48876
48912
|
}
|
|
48877
48913
|
|
|
48878
|
-
/*! @azure/msal-common v15.14.
|
|
48914
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48879
48915
|
/*
|
|
48880
48916
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
48881
48917
|
* Licensed under the MIT License.
|
|
@@ -48893,7 +48929,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint) {
|
|
|
48893
48929
|
}
|
|
48894
48930
|
}
|
|
48895
48931
|
|
|
48896
|
-
/*! @azure/msal-common v15.14.
|
|
48932
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
48897
48933
|
|
|
48898
48934
|
/*
|
|
48899
48935
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49129,7 +49165,7 @@ class AuthorizationCodeClient extends BaseClient {
|
|
|
49129
49165
|
}
|
|
49130
49166
|
}
|
|
49131
49167
|
|
|
49132
|
-
/*! @azure/msal-common v15.14.
|
|
49168
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49133
49169
|
|
|
49134
49170
|
/*
|
|
49135
49171
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49341,7 +49377,7 @@ class RefreshTokenClient extends BaseClient {
|
|
|
49341
49377
|
}
|
|
49342
49378
|
}
|
|
49343
49379
|
|
|
49344
|
-
/*! @azure/msal-common v15.14.
|
|
49380
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49345
49381
|
|
|
49346
49382
|
/*
|
|
49347
49383
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49439,7 +49475,7 @@ class SilentFlowClient extends BaseClient {
|
|
|
49439
49475
|
}
|
|
49440
49476
|
}
|
|
49441
49477
|
|
|
49442
|
-
/*! @azure/msal-common v15.14.
|
|
49478
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49443
49479
|
|
|
49444
49480
|
/*
|
|
49445
49481
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49454,7 +49490,7 @@ const StubbedNetworkModule = {
|
|
|
49454
49490
|
},
|
|
49455
49491
|
};
|
|
49456
49492
|
|
|
49457
|
-
/*! @azure/msal-common v15.14.
|
|
49493
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49458
49494
|
|
|
49459
49495
|
/*
|
|
49460
49496
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49678,7 +49714,7 @@ function extractLoginHint(account) {
|
|
|
49678
49714
|
return account.loginHint || account.idTokenClaims?.login_hint || null;
|
|
49679
49715
|
}
|
|
49680
49716
|
|
|
49681
|
-
/*! @azure/msal-common v15.14.
|
|
49717
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49682
49718
|
|
|
49683
49719
|
/*
|
|
49684
49720
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49941,7 +49977,7 @@ class ServerTelemetryManager {
|
|
|
49941
49977
|
}
|
|
49942
49978
|
}
|
|
49943
49979
|
|
|
49944
|
-
/*! @azure/msal-common v15.14.
|
|
49980
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49945
49981
|
/*
|
|
49946
49982
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
49947
49983
|
* Licensed under the MIT License.
|
|
@@ -49949,7 +49985,7 @@ class ServerTelemetryManager {
|
|
|
49949
49985
|
const missingKidError = "missing_kid_error";
|
|
49950
49986
|
const missingAlgError = "missing_alg_error";
|
|
49951
49987
|
|
|
49952
|
-
/*! @azure/msal-common v15.14.
|
|
49988
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49953
49989
|
|
|
49954
49990
|
/*
|
|
49955
49991
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -49974,7 +50010,7 @@ function createJoseHeaderError(code) {
|
|
|
49974
50010
|
return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
|
|
49975
50011
|
}
|
|
49976
50012
|
|
|
49977
|
-
/*! @azure/msal-common v15.14.
|
|
50013
|
+
/*! @azure/msal-common v15.14.2 2026-02-10 */
|
|
49978
50014
|
|
|
49979
50015
|
/*
|
|
49980
50016
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50014,7 +50050,7 @@ class JoseHeader {
|
|
|
50014
50050
|
}
|
|
50015
50051
|
}
|
|
50016
50052
|
|
|
50017
|
-
/*! @azure/msal-browser v4.28.
|
|
50053
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50018
50054
|
/*
|
|
50019
50055
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
50020
50056
|
* Licensed under the MIT License.
|
|
@@ -50071,7 +50107,7 @@ const failedToParseHeaders = "failed_to_parse_headers";
|
|
|
50071
50107
|
const failedToDecryptEarResponse = "failed_to_decrypt_ear_response";
|
|
50072
50108
|
const timedOut = "timed_out";
|
|
50073
50109
|
|
|
50074
|
-
/*! @azure/msal-browser v4.28.
|
|
50110
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50075
50111
|
|
|
50076
50112
|
/*
|
|
50077
50113
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50148,7 +50184,7 @@ function createBrowserAuthError(errorCode, subError) {
|
|
|
50148
50184
|
return new BrowserAuthError(errorCode, subError);
|
|
50149
50185
|
}
|
|
50150
50186
|
|
|
50151
|
-
/*! @azure/msal-browser v4.28.
|
|
50187
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50152
50188
|
|
|
50153
50189
|
/*
|
|
50154
50190
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50337,7 +50373,7 @@ const iFrameRenewalPolicies = [
|
|
|
50337
50373
|
CacheLookupPolicy.RefreshTokenAndNetwork,
|
|
50338
50374
|
];
|
|
50339
50375
|
|
|
50340
|
-
/*! @azure/msal-browser v4.28.
|
|
50376
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50341
50377
|
/*
|
|
50342
50378
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
50343
50379
|
* Licensed under the MIT License.
|
|
@@ -50382,7 +50418,7 @@ function base64EncArr(aBytes) {
|
|
|
50382
50418
|
return btoa(binString);
|
|
50383
50419
|
}
|
|
50384
50420
|
|
|
50385
|
-
/*! @azure/msal-browser v4.28.
|
|
50421
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50386
50422
|
|
|
50387
50423
|
/*
|
|
50388
50424
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50421,7 +50457,7 @@ function base64DecToArr(base64String) {
|
|
|
50421
50457
|
return Uint8Array.from(binString, (m) => m.codePointAt(0) || 0);
|
|
50422
50458
|
}
|
|
50423
50459
|
|
|
50424
|
-
/*! @azure/msal-browser v4.28.
|
|
50460
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50425
50461
|
|
|
50426
50462
|
/*
|
|
50427
50463
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50720,7 +50756,7 @@ async function hashString(plainText) {
|
|
|
50720
50756
|
return urlEncodeArr(hashBytes);
|
|
50721
50757
|
}
|
|
50722
50758
|
|
|
50723
|
-
/*! @azure/msal-browser v4.28.
|
|
50759
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50724
50760
|
/*
|
|
50725
50761
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
50726
50762
|
* Licensed under the MIT License.
|
|
@@ -50729,7 +50765,7 @@ const storageNotSupported = "storage_not_supported";
|
|
|
50729
50765
|
const stubbedPublicClientApplicationCalled = "stubbed_public_client_application_called";
|
|
50730
50766
|
const inMemRedirectUnavailable = "in_mem_redirect_unavailable";
|
|
50731
50767
|
|
|
50732
|
-
/*! @azure/msal-browser v4.28.
|
|
50768
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50733
50769
|
|
|
50734
50770
|
/*
|
|
50735
50771
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50769,7 +50805,7 @@ function createBrowserConfigurationAuthError(errorCode) {
|
|
|
50769
50805
|
return new BrowserConfigurationAuthError(errorCode, BrowserConfigurationAuthErrorMessages[errorCode]);
|
|
50770
50806
|
}
|
|
50771
50807
|
|
|
50772
|
-
/*! @azure/msal-browser v4.28.
|
|
50808
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50773
50809
|
|
|
50774
50810
|
/*
|
|
50775
50811
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50931,7 +50967,7 @@ function createGuid() {
|
|
|
50931
50967
|
return createNewGuid();
|
|
50932
50968
|
}
|
|
50933
50969
|
|
|
50934
|
-
/*! @azure/msal-browser v4.28.
|
|
50970
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50935
50971
|
|
|
50936
50972
|
/*
|
|
50937
50973
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -50974,7 +51010,7 @@ class NavigationClient {
|
|
|
50974
51010
|
}
|
|
50975
51011
|
}
|
|
50976
51012
|
|
|
50977
|
-
/*! @azure/msal-browser v4.28.
|
|
51013
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
50978
51014
|
|
|
50979
51015
|
/*
|
|
50980
51016
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51095,7 +51131,7 @@ function getHeaderDict(headers) {
|
|
|
51095
51131
|
}
|
|
51096
51132
|
}
|
|
51097
51133
|
|
|
51098
|
-
/*! @azure/msal-browser v4.28.
|
|
51134
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51099
51135
|
|
|
51100
51136
|
/*
|
|
51101
51137
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51230,12 +51266,12 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
|
|
|
51230
51266
|
return overlayedConfig;
|
|
51231
51267
|
}
|
|
51232
51268
|
|
|
51233
|
-
/*! @azure/msal-browser v4.28.
|
|
51269
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51234
51270
|
/* eslint-disable header/header */
|
|
51235
51271
|
const name$1 = "@azure/msal-browser";
|
|
51236
|
-
const version = "4.28.
|
|
51272
|
+
const version = "4.28.2";
|
|
51237
51273
|
|
|
51238
|
-
/*! @azure/msal-browser v4.28.
|
|
51274
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51239
51275
|
/*
|
|
51240
51276
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
51241
51277
|
* Licensed under the MIT License.
|
|
@@ -51263,7 +51299,7 @@ function getTokenKeysCacheKey(clientId, schema = CREDENTIAL_SCHEMA_VERSION) {
|
|
|
51263
51299
|
return `${PREFIX}.${schema}.${TOKEN_KEYS}.${clientId}`;
|
|
51264
51300
|
}
|
|
51265
51301
|
|
|
51266
|
-
/*! @azure/msal-browser v4.28.
|
|
51302
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51267
51303
|
|
|
51268
51304
|
/*
|
|
51269
51305
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51360,7 +51396,7 @@ class BaseOperatingContext {
|
|
|
51360
51396
|
}
|
|
51361
51397
|
}
|
|
51362
51398
|
|
|
51363
|
-
/*! @azure/msal-browser v4.28.
|
|
51399
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51364
51400
|
|
|
51365
51401
|
/*
|
|
51366
51402
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51406,7 +51442,7 @@ StandardOperatingContext.MODULE_NAME = "";
|
|
|
51406
51442
|
*/
|
|
51407
51443
|
StandardOperatingContext.ID = "StandardOperatingContext";
|
|
51408
51444
|
|
|
51409
|
-
/*! @azure/msal-browser v4.28.
|
|
51445
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51410
51446
|
|
|
51411
51447
|
/*
|
|
51412
51448
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51609,7 +51645,7 @@ class DatabaseStorage {
|
|
|
51609
51645
|
}
|
|
51610
51646
|
}
|
|
51611
51647
|
|
|
51612
|
-
/*! @azure/msal-browser v4.28.
|
|
51648
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51613
51649
|
/*
|
|
51614
51650
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
51615
51651
|
* Licensed under the MIT License.
|
|
@@ -51655,7 +51691,7 @@ class MemoryStorage {
|
|
|
51655
51691
|
}
|
|
51656
51692
|
}
|
|
51657
51693
|
|
|
51658
|
-
/*! @azure/msal-browser v4.28.
|
|
51694
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51659
51695
|
|
|
51660
51696
|
/*
|
|
51661
51697
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51789,7 +51825,7 @@ class AsyncMemoryStorage {
|
|
|
51789
51825
|
}
|
|
51790
51826
|
}
|
|
51791
51827
|
|
|
51792
|
-
/*! @azure/msal-browser v4.28.
|
|
51828
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51793
51829
|
|
|
51794
51830
|
/*
|
|
51795
51831
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -51970,7 +52006,7 @@ function getSortedObjectString(obj) {
|
|
|
51970
52006
|
return JSON.stringify(obj, Object.keys(obj).sort());
|
|
51971
52007
|
}
|
|
51972
52008
|
|
|
51973
|
-
/*! @azure/msal-browser v4.28.
|
|
52009
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
51974
52010
|
|
|
51975
52011
|
/*
|
|
51976
52012
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52048,7 +52084,7 @@ function getCookieExpirationTime(cookieLifeDays) {
|
|
|
52048
52084
|
return expr.toUTCString();
|
|
52049
52085
|
}
|
|
52050
52086
|
|
|
52051
|
-
/*! @azure/msal-browser v4.28.
|
|
52087
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52052
52088
|
|
|
52053
52089
|
/*
|
|
52054
52090
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52090,7 +52126,7 @@ function getTokenKeys(clientId, storage, schemaVersion) {
|
|
|
52090
52126
|
};
|
|
52091
52127
|
}
|
|
52092
52128
|
|
|
52093
|
-
/*! @azure/msal-browser v4.28.
|
|
52129
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52094
52130
|
/*
|
|
52095
52131
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
52096
52132
|
* Licensed under the MIT License.
|
|
@@ -52101,7 +52137,7 @@ function isEncrypted(data) {
|
|
|
52101
52137
|
data.hasOwnProperty("data"));
|
|
52102
52138
|
}
|
|
52103
52139
|
|
|
52104
|
-
/*! @azure/msal-browser v4.28.
|
|
52140
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52105
52141
|
|
|
52106
52142
|
/*
|
|
52107
52143
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52391,7 +52427,7 @@ class LocalStorage {
|
|
|
52391
52427
|
}
|
|
52392
52428
|
}
|
|
52393
52429
|
|
|
52394
|
-
/*! @azure/msal-browser v4.28.
|
|
52430
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52395
52431
|
|
|
52396
52432
|
/*
|
|
52397
52433
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -52433,7 +52469,7 @@ class SessionStorage {
|
|
|
52433
52469
|
}
|
|
52434
52470
|
}
|
|
52435
52471
|
|
|
52436
|
-
/*! @azure/msal-browser v4.28.
|
|
52472
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52437
52473
|
/*
|
|
52438
52474
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
52439
52475
|
* Licensed under the MIT License.
|
|
@@ -52468,7 +52504,7 @@ const EventType = {
|
|
|
52468
52504
|
BROKER_CONNECTION_ESTABLISHED: "msal:brokerConnectionEstablished",
|
|
52469
52505
|
};
|
|
52470
52506
|
|
|
52471
|
-
/*! @azure/msal-browser v4.28.
|
|
52507
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52472
52508
|
/*
|
|
52473
52509
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
52474
52510
|
* Licensed under the MIT License.
|
|
@@ -52485,7 +52521,7 @@ function removeElementFromArray(array, element) {
|
|
|
52485
52521
|
}
|
|
52486
52522
|
}
|
|
52487
52523
|
|
|
52488
|
-
/*! @azure/msal-browser v4.28.
|
|
52524
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
52489
52525
|
|
|
52490
52526
|
/*
|
|
52491
52527
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -53900,7 +53936,7 @@ const DEFAULT_BROWSER_CACHE_MANAGER = (clientId, logger, performanceClient, even
|
|
|
53900
53936
|
return new BrowserCacheManager(clientId, cacheOptions, DEFAULT_CRYPTO_IMPLEMENTATION, logger, performanceClient, eventHandler);
|
|
53901
53937
|
};
|
|
53902
53938
|
|
|
53903
|
-
/*! @azure/msal-browser v4.28.
|
|
53939
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
53904
53940
|
/*
|
|
53905
53941
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
53906
53942
|
* Licensed under the MIT License.
|
|
@@ -54025,7 +54061,7 @@ function getActiveAccount(browserStorage, correlationId) {
|
|
|
54025
54061
|
return browserStorage.getActiveAccount(correlationId);
|
|
54026
54062
|
}
|
|
54027
54063
|
|
|
54028
|
-
/*! @azure/msal-browser v4.28.
|
|
54064
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54029
54065
|
|
|
54030
54066
|
/*
|
|
54031
54067
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54131,7 +54167,7 @@ class EventHandler {
|
|
|
54131
54167
|
}
|
|
54132
54168
|
}
|
|
54133
54169
|
|
|
54134
|
-
/*! @azure/msal-browser v4.28.
|
|
54170
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54135
54171
|
|
|
54136
54172
|
/*
|
|
54137
54173
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54247,7 +54283,7 @@ class BaseInteractionClient {
|
|
|
54247
54283
|
}
|
|
54248
54284
|
}
|
|
54249
54285
|
|
|
54250
|
-
/*! @azure/msal-browser v4.28.
|
|
54286
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54251
54287
|
|
|
54252
54288
|
/*
|
|
54253
54289
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54332,7 +54368,7 @@ function validateRequestMethod(interactionRequest, protocolMode) {
|
|
|
54332
54368
|
return httpMethod;
|
|
54333
54369
|
}
|
|
54334
54370
|
|
|
54335
|
-
/*! @azure/msal-browser v4.28.
|
|
54371
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54336
54372
|
|
|
54337
54373
|
/*
|
|
54338
54374
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54536,7 +54572,7 @@ class StandardInteractionClient extends BaseInteractionClient {
|
|
|
54536
54572
|
}
|
|
54537
54573
|
}
|
|
54538
54574
|
|
|
54539
|
-
/*! @azure/msal-browser v4.28.
|
|
54575
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54540
54576
|
|
|
54541
54577
|
/*
|
|
54542
54578
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54560,7 +54596,7 @@ function extractBrowserRequestState(browserCrypto, state) {
|
|
|
54560
54596
|
}
|
|
54561
54597
|
}
|
|
54562
54598
|
|
|
54563
|
-
/*! @azure/msal-browser v4.28.
|
|
54599
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54564
54600
|
|
|
54565
54601
|
/*
|
|
54566
54602
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54599,7 +54635,7 @@ function validateInteractionType(response, browserCrypto, interactionType) {
|
|
|
54599
54635
|
}
|
|
54600
54636
|
}
|
|
54601
54637
|
|
|
54602
|
-
/*! @azure/msal-browser v4.28.
|
|
54638
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54603
54639
|
|
|
54604
54640
|
/*
|
|
54605
54641
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54695,7 +54731,7 @@ class InteractionHandler {
|
|
|
54695
54731
|
}
|
|
54696
54732
|
}
|
|
54697
54733
|
|
|
54698
|
-
/*! @azure/msal-browser v4.28.
|
|
54734
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54699
54735
|
/*
|
|
54700
54736
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
54701
54737
|
* Licensed under the MIT License.
|
|
@@ -54704,7 +54740,7 @@ const contentError = "ContentError";
|
|
|
54704
54740
|
const pageException = "PageException";
|
|
54705
54741
|
const userSwitch = "user_switch";
|
|
54706
54742
|
|
|
54707
|
-
/*! @azure/msal-browser v4.28.
|
|
54743
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54708
54744
|
/*
|
|
54709
54745
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
54710
54746
|
* Licensed under the MIT License.
|
|
@@ -54717,7 +54753,7 @@ const DISABLED = "DISABLED";
|
|
|
54717
54753
|
const ACCOUNT_UNAVAILABLE = "ACCOUNT_UNAVAILABLE";
|
|
54718
54754
|
const UX_NOT_ALLOWED = "UX_NOT_ALLOWED";
|
|
54719
54755
|
|
|
54720
|
-
/*! @azure/msal-browser v4.28.
|
|
54756
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54721
54757
|
|
|
54722
54758
|
/*
|
|
54723
54759
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54782,7 +54818,7 @@ function createNativeAuthError(code, description, ext) {
|
|
|
54782
54818
|
return new NativeAuthError(code, NativeAuthErrorMessages[code] || description, ext);
|
|
54783
54819
|
}
|
|
54784
54820
|
|
|
54785
|
-
/*! @azure/msal-browser v4.28.
|
|
54821
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54786
54822
|
|
|
54787
54823
|
/*
|
|
54788
54824
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -54832,7 +54868,7 @@ class SilentCacheClient extends StandardInteractionClient {
|
|
|
54832
54868
|
}
|
|
54833
54869
|
}
|
|
54834
54870
|
|
|
54835
|
-
/*! @azure/msal-browser v4.28.
|
|
54871
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
54836
54872
|
|
|
54837
54873
|
/*
|
|
54838
54874
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -55459,7 +55495,7 @@ class PlatformAuthInteractionClient extends BaseInteractionClient {
|
|
|
55459
55495
|
}
|
|
55460
55496
|
}
|
|
55461
55497
|
|
|
55462
|
-
/*! @azure/msal-browser v4.28.
|
|
55498
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
55463
55499
|
|
|
55464
55500
|
/*
|
|
55465
55501
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -55544,6 +55580,8 @@ async function getEARForm(frame, config, authority, request, logger, performance
|
|
|
55544
55580
|
addCodeChallengeParams(parameters, request.codeChallenge, Constants.S256_CODE_CHALLENGE_METHOD);
|
|
55545
55581
|
const queryParams = new Map();
|
|
55546
55582
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
55583
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
55584
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
55547
55585
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
55548
55586
|
return createForm(frame, url, parameters);
|
|
55549
55587
|
}
|
|
@@ -55557,6 +55595,8 @@ async function getCodeForm(frame, config, authority, request, logger, performanc
|
|
|
55557
55595
|
addPostBodyParameters(parameters, request.authorizePostBodyParameters || {});
|
|
55558
55596
|
const queryParams = new Map();
|
|
55559
55597
|
addExtraQueryParameters(queryParams, request.extraQueryParameters || {});
|
|
55598
|
+
// Add correlationId to query params so gateway can propagate it to IDPs
|
|
55599
|
+
addCorrelationId(queryParams, request.correlationId);
|
|
55560
55600
|
const url = getAuthorizeUrl(authority, queryParams, config.auth.encodeExtraQueryParams, request.extraQueryParameters);
|
|
55561
55601
|
return createForm(frame, url, parameters);
|
|
55562
55602
|
}
|
|
@@ -55684,7 +55724,7 @@ async function handleResponseEAR(request, response, apiId, config, authority, br
|
|
|
55684
55724
|
return (await invokeAsync(responseHandler.handleServerTokenResponse.bind(responseHandler), PerformanceEvents.HandleServerTokenResponse, logger, performanceClient, request.correlationId)(decryptedData, authority, nowSeconds(), request, apiId, additionalData, undefined, undefined, undefined, undefined));
|
|
55685
55725
|
}
|
|
55686
55726
|
|
|
55687
|
-
/*! @azure/msal-browser v4.28.
|
|
55727
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
55688
55728
|
|
|
55689
55729
|
/*
|
|
55690
55730
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -55741,7 +55781,7 @@ async function generateCodeChallengeFromVerifier(pkceCodeVerifier, performanceCl
|
|
|
55741
55781
|
}
|
|
55742
55782
|
}
|
|
55743
55783
|
|
|
55744
|
-
/*! @azure/msal-browser v4.28.
|
|
55784
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
55745
55785
|
|
|
55746
55786
|
/*
|
|
55747
55787
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -56006,7 +56046,7 @@ class PlatformAuthExtensionHandler {
|
|
|
56006
56046
|
}
|
|
56007
56047
|
}
|
|
56008
56048
|
|
|
56009
|
-
/*! @azure/msal-browser v4.28.
|
|
56049
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56010
56050
|
|
|
56011
56051
|
/*
|
|
56012
56052
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -56143,7 +56183,7 @@ class PlatformAuthDOMHandler {
|
|
|
56143
56183
|
}
|
|
56144
56184
|
}
|
|
56145
56185
|
|
|
56146
|
-
/*! @azure/msal-browser v4.28.
|
|
56186
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56147
56187
|
async function getPlatformAuthProvider(logger, performanceClient, correlationId, nativeBrokerHandshakeTimeout, enablePlatformBrokerDOMSupport) {
|
|
56148
56188
|
logger.trace("getPlatformAuthProvider called", correlationId);
|
|
56149
56189
|
logger.trace("Has client allowed platform auth via DOM API: " +
|
|
@@ -56208,7 +56248,7 @@ function isPlatformAuthAllowed(config, logger, platformAuthProvider, authenticat
|
|
|
56208
56248
|
return true;
|
|
56209
56249
|
}
|
|
56210
56250
|
|
|
56211
|
-
/*! @azure/msal-browser v4.28.
|
|
56251
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56212
56252
|
|
|
56213
56253
|
/*
|
|
56214
56254
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -56705,7 +56745,7 @@ class PopupClient extends StandardInteractionClient {
|
|
|
56705
56745
|
}
|
|
56706
56746
|
}
|
|
56707
56747
|
|
|
56708
|
-
/*! @azure/msal-browser v4.28.
|
|
56748
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
56709
56749
|
|
|
56710
56750
|
/*
|
|
56711
56751
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57145,7 +57185,7 @@ class RedirectClient extends StandardInteractionClient {
|
|
|
57145
57185
|
}
|
|
57146
57186
|
}
|
|
57147
57187
|
|
|
57148
|
-
/*! @azure/msal-browser v4.28.
|
|
57188
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57149
57189
|
|
|
57150
57190
|
/*
|
|
57151
57191
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57301,7 +57341,7 @@ function removeHiddenIframe(iframe) {
|
|
|
57301
57341
|
}
|
|
57302
57342
|
}
|
|
57303
57343
|
|
|
57304
|
-
/*! @azure/msal-browser v4.28.
|
|
57344
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57305
57345
|
|
|
57306
57346
|
/*
|
|
57307
57347
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57462,7 +57502,7 @@ class SilentIframeClient extends StandardInteractionClient {
|
|
|
57462
57502
|
}
|
|
57463
57503
|
}
|
|
57464
57504
|
|
|
57465
|
-
/*! @azure/msal-browser v4.28.
|
|
57505
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57466
57506
|
|
|
57467
57507
|
/*
|
|
57468
57508
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57528,7 +57568,7 @@ class SilentRefreshClient extends StandardInteractionClient {
|
|
|
57528
57568
|
}
|
|
57529
57569
|
}
|
|
57530
57570
|
|
|
57531
|
-
/*! @azure/msal-browser v4.28.
|
|
57571
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57532
57572
|
|
|
57533
57573
|
/*
|
|
57534
57574
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57742,7 +57782,7 @@ class TokenCache {
|
|
|
57742
57782
|
}
|
|
57743
57783
|
}
|
|
57744
57784
|
|
|
57745
|
-
/*! @azure/msal-browser v4.28.
|
|
57785
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57746
57786
|
|
|
57747
57787
|
/*
|
|
57748
57788
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57755,7 +57795,7 @@ class HybridSpaAuthorizationCodeClient extends AuthorizationCodeClient {
|
|
|
57755
57795
|
}
|
|
57756
57796
|
}
|
|
57757
57797
|
|
|
57758
|
-
/*! @azure/msal-browser v4.28.
|
|
57798
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57759
57799
|
|
|
57760
57800
|
/*
|
|
57761
57801
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -57821,7 +57861,7 @@ class SilentAuthCodeClient extends StandardInteractionClient {
|
|
|
57821
57861
|
}
|
|
57822
57862
|
}
|
|
57823
57863
|
|
|
57824
|
-
/*! @azure/msal-browser v4.28.
|
|
57864
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57825
57865
|
/*
|
|
57826
57866
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
57827
57867
|
* Licensed under the MIT License.
|
|
@@ -57841,7 +57881,7 @@ function collectInstanceStats(currentClientId, performanceEvent, logger) {
|
|
|
57841
57881
|
});
|
|
57842
57882
|
}
|
|
57843
57883
|
|
|
57844
|
-
/*! @azure/msal-browser v4.28.
|
|
57884
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
57845
57885
|
|
|
57846
57886
|
/*
|
|
57847
57887
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -59294,7 +59334,7 @@ function checkIfRefreshTokenErrorCanBeResolvedSilently(refreshTokenError, cacheL
|
|
|
59294
59334
|
return isSilentlyResolvable && tryIframeRenewal;
|
|
59295
59335
|
}
|
|
59296
59336
|
|
|
59297
|
-
/*! @azure/msal-browser v4.28.
|
|
59337
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
59298
59338
|
|
|
59299
59339
|
/*
|
|
59300
59340
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -59306,7 +59346,7 @@ async function createV3Controller(config, request) {
|
|
|
59306
59346
|
return StandardController.createController(standard, request);
|
|
59307
59347
|
}
|
|
59308
59348
|
|
|
59309
|
-
/*! @azure/msal-browser v4.28.
|
|
59349
|
+
/*! @azure/msal-browser v4.28.2 2026-02-10 */
|
|
59310
59350
|
|
|
59311
59351
|
/*
|
|
59312
59352
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|