@descope/react-sdk 2.27.4 → 2.27.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants.js +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/index.d.ts +6 -3
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/sdk.d.ts +18 -9
- package/package.json +12 -12
package/dist/types/sdk.d.ts
CHANGED
|
@@ -74,6 +74,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
74
74
|
oidcIdpStateId?: string;
|
|
75
75
|
preview?: boolean;
|
|
76
76
|
samlIdpStateId?: string;
|
|
77
|
+
wsfedIdpStateId?: string;
|
|
77
78
|
samlIdpUsername?: string;
|
|
78
79
|
ssoAppId?: string;
|
|
79
80
|
thirdPartyAppId?: string;
|
|
@@ -94,7 +95,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
94
95
|
applicationScopes?: string;
|
|
95
96
|
outboundAppId?: string;
|
|
96
97
|
outboundAppScopes?: string[];
|
|
97
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
98
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
98
99
|
lastAuth?: Omit<{
|
|
99
100
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
100
101
|
oauthProvider?: string;
|
|
@@ -794,6 +795,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
794
795
|
oidcIdpStateId?: string;
|
|
795
796
|
preview?: boolean;
|
|
796
797
|
samlIdpStateId?: string;
|
|
798
|
+
wsfedIdpStateId?: string;
|
|
797
799
|
samlIdpUsername?: string;
|
|
798
800
|
ssoAppId?: string;
|
|
799
801
|
thirdPartyAppId?: string;
|
|
@@ -814,7 +816,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
814
816
|
applicationScopes?: string;
|
|
815
817
|
outboundAppId?: string;
|
|
816
818
|
outboundAppScopes?: string[];
|
|
817
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
819
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
818
820
|
lastAuth?: Omit<{
|
|
819
821
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
820
822
|
oauthProvider?: string;
|
|
@@ -1514,6 +1516,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1514
1516
|
oidcIdpStateId?: string;
|
|
1515
1517
|
preview?: boolean;
|
|
1516
1518
|
samlIdpStateId?: string;
|
|
1519
|
+
wsfedIdpStateId?: string;
|
|
1517
1520
|
samlIdpUsername?: string;
|
|
1518
1521
|
ssoAppId?: string;
|
|
1519
1522
|
thirdPartyAppId?: string;
|
|
@@ -1534,7 +1537,7 @@ declare const createSdkWrapper: <P extends {
|
|
|
1534
1537
|
applicationScopes?: string;
|
|
1535
1538
|
outboundAppId?: string;
|
|
1536
1539
|
outboundAppScopes?: string[];
|
|
1537
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
1540
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
1538
1541
|
lastAuth?: Omit<{
|
|
1539
1542
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
1540
1543
|
oauthProvider?: string;
|
|
@@ -2249,6 +2252,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2249
2252
|
oidcIdpStateId?: string;
|
|
2250
2253
|
preview?: boolean;
|
|
2251
2254
|
samlIdpStateId?: string;
|
|
2255
|
+
wsfedIdpStateId?: string;
|
|
2252
2256
|
samlIdpUsername?: string;
|
|
2253
2257
|
ssoAppId?: string;
|
|
2254
2258
|
thirdPartyAppId?: string;
|
|
@@ -2269,7 +2273,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2269
2273
|
applicationScopes?: string;
|
|
2270
2274
|
outboundAppId?: string;
|
|
2271
2275
|
outboundAppScopes?: string[];
|
|
2272
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
2276
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
2273
2277
|
lastAuth?: Omit<{
|
|
2274
2278
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
2275
2279
|
oauthProvider?: string;
|
|
@@ -2969,6 +2973,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2969
2973
|
oidcIdpStateId?: string;
|
|
2970
2974
|
preview?: boolean;
|
|
2971
2975
|
samlIdpStateId?: string;
|
|
2976
|
+
wsfedIdpStateId?: string;
|
|
2972
2977
|
samlIdpUsername?: string;
|
|
2973
2978
|
ssoAppId?: string;
|
|
2974
2979
|
thirdPartyAppId?: string;
|
|
@@ -2989,7 +2994,7 @@ export declare const createTempSdk: () => (((({
|
|
|
2989
2994
|
applicationScopes?: string;
|
|
2990
2995
|
outboundAppId?: string;
|
|
2991
2996
|
outboundAppScopes?: string[];
|
|
2992
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
2997
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
2993
2998
|
lastAuth?: Omit<{
|
|
2994
2999
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
2995
3000
|
oauthProvider?: string;
|
|
@@ -3689,6 +3694,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3689
3694
|
oidcIdpStateId?: string;
|
|
3690
3695
|
preview?: boolean;
|
|
3691
3696
|
samlIdpStateId?: string;
|
|
3697
|
+
wsfedIdpStateId?: string;
|
|
3692
3698
|
samlIdpUsername?: string;
|
|
3693
3699
|
ssoAppId?: string;
|
|
3694
3700
|
thirdPartyAppId?: string;
|
|
@@ -3709,7 +3715,7 @@ export declare const createTempSdk: () => (((({
|
|
|
3709
3715
|
applicationScopes?: string;
|
|
3710
3716
|
outboundAppId?: string;
|
|
3711
3717
|
outboundAppScopes?: string[];
|
|
3712
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
3718
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
3713
3719
|
lastAuth?: Omit<{
|
|
3714
3720
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
3715
3721
|
oauthProvider?: string;
|
|
@@ -4432,6 +4438,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4432
4438
|
oidcIdpStateId?: string;
|
|
4433
4439
|
preview?: boolean;
|
|
4434
4440
|
samlIdpStateId?: string;
|
|
4441
|
+
wsfedIdpStateId?: string;
|
|
4435
4442
|
samlIdpUsername?: string;
|
|
4436
4443
|
ssoAppId?: string;
|
|
4437
4444
|
thirdPartyAppId?: string;
|
|
@@ -4452,7 +4459,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
4452
4459
|
applicationScopes?: string;
|
|
4453
4460
|
outboundAppId?: string;
|
|
4454
4461
|
outboundAppScopes?: string[];
|
|
4455
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
4462
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
4456
4463
|
lastAuth?: Omit<{
|
|
4457
4464
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
4458
4465
|
oauthProvider?: string;
|
|
@@ -5152,6 +5159,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5152
5159
|
oidcIdpStateId?: string;
|
|
5153
5160
|
preview?: boolean;
|
|
5154
5161
|
samlIdpStateId?: string;
|
|
5162
|
+
wsfedIdpStateId?: string;
|
|
5155
5163
|
samlIdpUsername?: string;
|
|
5156
5164
|
ssoAppId?: string;
|
|
5157
5165
|
thirdPartyAppId?: string;
|
|
@@ -5172,7 +5180,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5172
5180
|
applicationScopes?: string;
|
|
5173
5181
|
outboundAppId?: string;
|
|
5174
5182
|
outboundAppScopes?: string[];
|
|
5175
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
5183
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
5176
5184
|
lastAuth?: Omit<{
|
|
5177
5185
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
5178
5186
|
oauthProvider?: string;
|
|
@@ -5872,6 +5880,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5872
5880
|
oidcIdpStateId?: string;
|
|
5873
5881
|
preview?: boolean;
|
|
5874
5882
|
samlIdpStateId?: string;
|
|
5883
|
+
wsfedIdpStateId?: string;
|
|
5875
5884
|
samlIdpUsername?: string;
|
|
5876
5885
|
ssoAppId?: string;
|
|
5877
5886
|
thirdPartyAppId?: string;
|
|
@@ -5892,7 +5901,7 @@ export declare const getGlobalSdk: () => (((({
|
|
|
5892
5901
|
applicationScopes?: string;
|
|
5893
5902
|
outboundAppId?: string;
|
|
5894
5903
|
outboundAppScopes?: string[];
|
|
5895
|
-
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
5904
|
+
}, "tenant" | "redirectUrl" | "redirectAuth" | "oidcIdpStateId" | "samlIdpStateId" | "wsfedIdpStateId" | "samlIdpUsername" | "ssoAppId" | "thirdPartyAppId" | "oidcLoginHint" | "preview" | "abTestingKey" | "client" | "locale" | "oidcPrompt" | "oidcErrorRedirectUri" | "oidcResource" | "nativeOptions" | "thirdPartyAppStateId" | "applicationScopes" | "outboundAppId" | "outboundAppScopes"> & {
|
|
5896
5905
|
lastAuth?: Omit<{
|
|
5897
5906
|
authMethod?: "webauthn" | "otp" | "oauth" | "saml" | "totp" | "magiclink" | "enchantedlink";
|
|
5898
5907
|
oauthProvider?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/react-sdk",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.6",
|
|
4
4
|
"description": "Descope React SDK",
|
|
5
5
|
"author": "Descope Team <info@descope.com>",
|
|
6
6
|
"homepage": "https://github.com/descope/descope-js",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@descope/access-key-management-widget": "0.5.39",
|
|
53
|
-
"@descope/audit-management-widget": "0.6.1",
|
|
54
52
|
"@descope/sdk-helpers": "0.7.0",
|
|
55
|
-
"@descope/
|
|
56
|
-
"@descope/
|
|
57
|
-
"@descope/
|
|
58
|
-
"@descope/
|
|
59
|
-
"@descope/outbound-applications-widget": "0.2.
|
|
60
|
-
"@descope/
|
|
61
|
-
"@descope/web-
|
|
62
|
-
"@descope/
|
|
63
|
-
"@descope/
|
|
53
|
+
"@descope/audit-management-widget": "0.6.3",
|
|
54
|
+
"@descope/access-key-management-widget": "0.5.41",
|
|
55
|
+
"@descope/role-management-widget": "0.5.33",
|
|
56
|
+
"@descope/user-management-widget": "0.11.20",
|
|
57
|
+
"@descope/outbound-applications-widget": "0.2.31",
|
|
58
|
+
"@descope/applications-portal-widget": "0.6.1",
|
|
59
|
+
"@descope/web-component": "3.59.0",
|
|
60
|
+
"@descope/tenant-profile-widget": "0.5.31",
|
|
61
|
+
"@descope/web-js-sdk": "1.48.0",
|
|
62
|
+
"@descope/user-profile-widget": "0.9.15",
|
|
63
|
+
"@descope/core-js-sdk": "2.59.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@babel/core": "7.26.0",
|