@@ -11,31 +11,31 @@ Depending on the complexity of your authentication setup, you or your users may
11
11
12
12
Here are some common error codes and troubleshooting steps.
13
13
14
- ## 578
14
+ ## Error code 578
15
15
16
16
Description
17
17
- Error coming back to Kinde while validating SAML response
18
18
19
19
Troubleshooting
20
20
- Check that the Assertion Consumer Service (ACS) URL is correct on the identity provider
21
21
22
- ## 780
22
+ ## Error code 780
23
23
24
24
Description
25
25
- The OAuth 2.0 response failed
26
- - The token is valuda , but the redirect is null
26
+ - The token is valid , but the redirect is null
27
27
28
- ## 928
28
+ ## Error code 928
29
29
30
30
Description
31
31
- Error getting or reading the connected app configuration
32
32
33
- ## 1004
33
+ ## Error code 1004
34
34
35
35
Description
36
36
- Error getting custom SAML config while initializing SAML redirect
37
37
38
- ## 1656
38
+ ## Error code 1656
39
39
40
40
Description
41
41
- Error with authorization response
@@ -47,7 +47,7 @@ Troubleshooting
47
47
- Only a localhost suffix can be used with http
48
48
- Error with workflow
49
49
50
- ## 1829
50
+ ## Error code 1829
51
51
52
52
Description
53
53
- Error exchanging token on connected app callback
@@ -56,24 +56,24 @@ Troubleshooting
56
56
- Check the redirect URLs for a mismatch
57
57
- Check the client credentials
58
58
59
- ## 1959
59
+ ## Error code 1959
60
60
61
61
Description
62
62
- Error decoding SAML response
63
63
- Response contains invalid characters for Base64 response
64
64
65
- ## 3005
65
+ ## Error code 3005
66
66
67
67
Description
68
68
- Cannot handle SAML callback
69
69
- The userProfile contains invalid values
70
70
71
- ## 3420
71
+ ## Error code 3420
72
72
73
73
Description
74
- - OAuth 2.0 response failed due because token is invalid and redirect ID is null
74
+ - OAuth 2.0 response failed because token is invalid and redirect ID is null
75
75
76
- ## 4179
76
+ ## Error code 4179
77
77
78
78
Description
79
79
- Handle Social OAuth 2.0 callback - error exchanging token
@@ -82,12 +82,7 @@ Description
82
82
Troubleshooting
83
83
- Check the secret being used with your social provider and ensure that it hasn't expired
84
84
85
- ## 4556
86
-
87
- Description
88
- - Cannot get the Kinde environment from the request to the connected app
89
-
90
- ## 4617
85
+ ## Error code 4617
91
86
92
87
Description
93
88
- Error reading config on OAuth 2.0 callback
@@ -96,17 +91,17 @@ Troubleshooting
96
91
- Check that the client credentials in both Kinde and IDP are correct
97
92
- Check that the redirect and callback URLs in both Kinde and IDP are correct
98
93
99
- ## 5716
94
+ ## Error code 5716
100
95
101
96
Description
102
97
- OAuth 2.0 response failed due to an invalid token
103
98
- Redirection was successful
104
99
105
- ## 6134
100
+ ## Error code 6134
106
101
107
102
Handle Connected App callback - Error getting session data / connected app tokens
108
103
109
- ## 6722
104
+ ## Error code 6722
110
105
111
106
Description
112
107
- Error configuring SAML provider
@@ -115,14 +110,14 @@ Troubleshooting
115
110
- Check that the settings in the Kinde enterprise connection are correct
116
111
- Check enterprise connection metadata URL, entity ID, certificate
117
112
118
- ## 7558
113
+ ## Error code 7558
119
114
120
115
Description
121
116
- SAML callback tokeninfo returned invalid data
122
117
123
118
Handle SAML callback - could not marshal tokenInfo
124
119
125
- ## 8030
120
+ ## Error code 8030
126
121
127
122
Description
128
123
- Error configuring SAML provider on redirect
@@ -131,12 +126,7 @@ Troubleshooting
131
126
- Check the enterprise connection metadata URL
132
127
- Check that the IDP has the correct ACS URL
133
128
134
- ## 8598
135
-
136
- Description
137
- - Error encrypting access token on connected app callback
138
-
139
- ## 8809
129
+ ## Error code 8809
140
130
141
131
Description:
142
132
- Received browser trust token is different from the one stored in the login session
@@ -146,7 +136,7 @@ Troubleshooting
146
136
- The user is trying to start a session in a new tab, browser, or device when there's already a partially completed session in progress
147
137
- The user may have bookmarked the auth page when it's partially completed, instead of bookmarking the initial sign in or log in page
148
138
149
- ## 9055
139
+ ## Error code 9055
150
140
151
141
Description
152
142
- Error getting custom SAML provider configuration
@@ -157,23 +147,23 @@ Troubleshooting
157
147
- Check the entity ID
158
148
- Check that the SAML IDP is returning a valid RelayState
159
149
160
- ## 9364
150
+ ## Error code 9364
161
151
162
152
Description
163
153
- Error getting authentication request while initializing SAML redirect
164
154
165
155
Troubleshooting
166
156
- Check the enterprise connection private key, certificate, and signature method
167
157
168
- ## 9697
158
+ ## Error code 9697
169
159
170
160
Description
171
161
- Disposable email detected while authenticating a user on sign up in a workflow
172
162
173
- ## 9881
163
+ ## Error code 9881
174
164
175
165
Description
176
166
- Error storing tokens with connected app
177
167
178
168
Troubleshooting
179
- - Check the refres token is vali
169
+ - Check the refresh token is valid
0 commit comments