Skip to content

Commit f509cca

Browse files
committed
updating
1 parent 6438ba5 commit f509cca

File tree

1 file changed

+24
-34
lines changed

1 file changed

+24
-34
lines changed

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

Lines changed: 24 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ Depending on the complexity of your authentication setup, you or your users may
1111

1212
Here are some common error codes and troubleshooting steps.
1313

14-
## 578
14+
## Error code 578
1515

1616
Description
1717
- Error coming back to Kinde while validating SAML response
1818

1919
Troubleshooting
2020
- Check that the Assertion Consumer Service (ACS) URL is correct on the identity provider
2121

22-
## 780
22+
## Error code 780
2323

2424
Description
2525
- 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
2727

28-
## 928
28+
## Error code 928
2929

3030
Description
3131
- Error getting or reading the connected app configuration
3232

33-
## 1004
33+
## Error code 1004
3434

3535
Description
3636
- Error getting custom SAML config while initializing SAML redirect
3737

38-
## 1656
38+
## Error code 1656
3939

4040
Description
4141
- Error with authorization response
@@ -47,7 +47,7 @@ Troubleshooting
4747
- Only a localhost suffix can be used with http
4848
- Error with workflow
4949

50-
## 1829
50+
## Error code 1829
5151

5252
Description
5353
- Error exchanging token on connected app callback
@@ -56,24 +56,24 @@ Troubleshooting
5656
- Check the redirect URLs for a mismatch
5757
- Check the client credentials
5858

59-
## 1959
59+
## Error code 1959
6060

6161
Description
6262
- Error decoding SAML response
6363
- Response contains invalid characters for Base64 response
6464

65-
## 3005
65+
## Error code 3005
6666

6767
Description
6868
- Cannot handle SAML callback
6969
- The userProfile contains invalid values
7070

71-
## 3420
71+
## Error code 3420
7272

7373
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
7575

76-
## 4179
76+
## Error code 4179
7777

7878
Description
7979
- Handle Social OAuth 2.0 callback - error exchanging token
@@ -82,12 +82,7 @@ Description
8282
Troubleshooting
8383
- Check the secret being used with your social provider and ensure that it hasn't expired
8484

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
9186

9287
Description
9388
- Error reading config on OAuth 2.0 callback
@@ -96,17 +91,17 @@ Troubleshooting
9691
- Check that the client credentials in both Kinde and IDP are correct
9792
- Check that the redirect and callback URLs in both Kinde and IDP are correct
9893

99-
## 5716
94+
## Error code 5716
10095

10196
Description
10297
- OAuth 2.0 response failed due to an invalid token
10398
- Redirection was successful
10499

105-
## 6134
100+
## Error code 6134
106101

107102
Handle Connected App callback - Error getting session data / connected app tokens
108103

109-
## 6722
104+
## Error code 6722
110105

111106
Description
112107
- Error configuring SAML provider
@@ -115,14 +110,14 @@ Troubleshooting
115110
- Check that the settings in the Kinde enterprise connection are correct
116111
- Check enterprise connection metadata URL, entity ID, certificate
117112

118-
## 7558
113+
## Error code 7558
119114

120115
Description
121116
- SAML callback tokeninfo returned invalid data
122117

123118
Handle SAML callback - could not marshal tokenInfo
124119

125-
## 8030
120+
## Error code 8030
126121

127122
Description
128123
- Error configuring SAML provider on redirect
@@ -131,12 +126,7 @@ Troubleshooting
131126
- Check the enterprise connection metadata URL
132127
- Check that the IDP has the correct ACS URL
133128

134-
## 8598
135-
136-
Description
137-
- Error encrypting access token on connected app callback
138-
139-
## 8809
129+
## Error code 8809
140130

141131
Description:
142132
- Received browser trust token is different from the one stored in the login session
@@ -146,7 +136,7 @@ Troubleshooting
146136
- 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
147137
- The user may have bookmarked the auth page when it's partially completed, instead of bookmarking the initial sign in or log in page
148138

149-
## 9055
139+
## Error code 9055
150140

151141
Description
152142
- Error getting custom SAML provider configuration
@@ -157,23 +147,23 @@ Troubleshooting
157147
- Check the entity ID
158148
- Check that the SAML IDP is returning a valid RelayState
159149

160-
## 9364
150+
## Error code 9364
161151

162152
Description
163153
- Error getting authentication request while initializing SAML redirect
164154

165155
Troubleshooting
166156
- Check the enterprise connection private key, certificate, and signature method
167157

168-
## 9697
158+
## Error code 9697
169159

170160
Description
171161
- Disposable email detected while authenticating a user on sign up in a workflow
172162

173-
## 9881
163+
## Error code 9881
174164

175165
Description
176166
- Error storing tokens with connected app
177167

178168
Troubleshooting
179-
- Check the refres token is vali
169+
- Check the refresh token is valid

0 commit comments

Comments
 (0)