Skip to content

Commit a1c9ffd

Browse files
committed
updates
1 parent aed1604 commit a1c9ffd

File tree

1 file changed

+43
-34
lines changed

1 file changed

+43
-34
lines changed

src/content/docs/get-started/guides/error-codes.mdx

Lines changed: 43 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ Here are some common error codes and troubleshooting steps.
1313

1414
## 578
1515

16-
Handle SAML callback - error validating SAML response
16+
Description
17+
- Error coming back to Kinde while validating SAML response
18+
19+
Troubleshooting
20+
- Check that the Assertion Consumer Service (ACS) URL is correct on the identity provider
1721

1822
## 780
1923

@@ -35,10 +39,6 @@ Create org pipeline - assign organization - attempt to assign a new user to an e
3539

3640
Handle Kinde to Kinde callback - error with exchanging and verifying token
3741

38-
## 1251
39-
40-
Create business pipeline step - business creation failed
41-
4242
## 1284
4343

4444
Handle Social OAuth 2.0 callback - error reading user profile from User Url: config.UserUrl
@@ -69,7 +69,12 @@ Handle Connected App callback - Error exchanging token
6969

7070
## 1959
7171

72-
Handle SAML callback - error decoding SAML response
72+
Description
73+
- Error decoding SAML response
74+
- Response contains invalid characters for Base64 response
75+
76+
Troubleshooting
77+
-
7378

7479
## 2194
7580

@@ -83,10 +88,6 @@ Create org pipeline - no means of verifying identity provided
8388

8489
Recovery codes pipeline step - default error
8590

86-
## 2626
87-
88-
Handle Social OAuth 2.0 callback - error reading body received from additional info url: : additionalUrl.Url
89-
9091
## 2720
9192

9293
Create org pipeline - self-register orgs is disabled
@@ -105,7 +106,8 @@ Handle Connected App callback - Error marshalling extra data
105106

106107
## 3420
107108

108-
OAuth 2.0 response failed - both the token invalid AND redirect ID is null
109+
Description
110+
- OAuth 2.0 response failed due because token is invalid and redirect ID is null
109111

110112
## 3610
111113

@@ -115,10 +117,6 @@ Handle Social OAuth 2.0 callback - could not create request for user Url: config
115117

116118
Create org pipeline - organization not created - org code is null
117119

118-
## 4113
119-
120-
Handle SAML callback - error getting the tenant information
121-
122120
## 4153
123121

124122
Authenticate user - default error
@@ -144,13 +142,14 @@ Initializing WSFed redirect - error constructing auth Url
144142

145143
Handle Connected App callback - Error getting kindeEnvironment for connected app configuration
146144

147-
## 4563
148-
149-
Handle Connected App callback - Error encrypting extra data
150-
151145
## 4617
152146

153-
Handle Social OAuth 2.0 callback - error getting config
147+
Description
148+
- Error reading config on OAuth 2.0 callback
149+
150+
Troubleshooting
151+
- Check that the client credentials in both Kinde and IDP are correct
152+
- Check that the redirect and callback URLs in both Kinde and IDP are correct
154153

155154
## 5243
156155

@@ -160,13 +159,11 @@ Initialize SAML redirect - error creating the SAML authorization url
160159

161160
Create org pipeline - organization not created default error
162161

163-
## 5703
164-
165-
Handle Kinde to Kinde callback - token parameter is nil
166-
167162
## 5716
168163

169-
OAuth 2.0 response failed - token invalid
164+
Description
165+
- OAuth 2.0 response failed due to an invalid token
166+
- Redirection was successful
170167

171168
## 6044
172169

@@ -186,7 +183,12 @@ Initializing WSFed redirect - error getting configuration
186183

187184
## 6722
188185

189-
Handle SAML callback - error configuring SAML provider
186+
Description
187+
- Error configuring SAML provider
188+
189+
Troubleshooting
190+
- Check that the settings in the Kinde enterprise connection are correct
191+
- Check enterprise connection metadata URL, entity ID, certificate
190192

191193
## 6863
192194

@@ -210,7 +212,12 @@ Browser trust token cookie is missing
210212

211213
## 8030
212214

213-
Initialize SAML redirect - error configuring SAML provider
215+
Description
216+
- Error configuring SAML provider on redirect
217+
218+
Troubleshooting
219+
- Check the enterprise connection metadata URL
220+
- Check that the IDP has the correct ACS URL
214221

215222
## 8225
216223

@@ -222,7 +229,8 @@ Handle WSFed callback - error getting configuration
222229

223230
## 8598
224231

225-
Handle Connected App callback - Error encrypting access token upon callback
232+
Description
233+
- Error encrypting access token on connected app callback
226234

227235
## 8809
228236

@@ -234,10 +242,6 @@ Troubleshooting
234242
- 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
235243
- The user may have bookmarked the auth page when it's partially completed, instead of bookmarking the initial sign in or log in page
236244

237-
## 8998
238-
239-
Handle Social OAuth 2.0 callback - error doing transfer redirect
240-
241245
## 9055
242246

243247
Handle SAML callback - error getting the custom SAML provider configuration
@@ -256,11 +260,16 @@ Handle WSFed callback - error verifying provider callback
256260

257261
## 9364
258262

259-
Initialize SAML redirect - error getting authentication request
263+
Description
264+
- Error getting authentication request while initializing SAML redirect
265+
266+
Troubleshooting
267+
- Check the enterprise connection private key, certificate, and signature method
260268

261269
## 9697
262270

263-
Authenticate user - disposable email detected
271+
Description
272+
- Disposable email detected while authenticating a user on sign up in a workflow
264273

265274
## 9826
266275

0 commit comments

Comments
 (0)