Skip to content

Commit 49ef6b2

Browse files
committed
updates
1 parent dfac748 commit 49ef6b2

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ identityVerificationID session does not contain client_id
5050
## 1656
5151

5252
Description
53-
* Error with authorization response
54-
* The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed
53+
- Error with authorization response
54+
- The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed
5555

5656
Troubleshooting
57-
* Missing nonce on implicit flow
58-
* Redirect URI might not be with an https://
59-
* Only a localhost suffix can be used with http://
60-
* Error with workflow
57+
- Missing nonce on implicit flow
58+
- Redirect URI might not be with an https://
59+
- Only a localhost suffix can be used with http://
60+
- Error with workflow
6161

6262
## 1794
6363

@@ -126,11 +126,11 @@ Authenticate user - default error
126126
## 4179
127127

128128
Description
129-
* Handle Social OAuth 2.0 callback - error exchanging token
130-
* Expired secrets for social provider
129+
- Handle Social OAuth 2.0 callback - error exchanging token
130+
- Expired secrets for social provider
131131

132132
Troubleshooting
133-
* Check the secret being used with your social provider and ensure that it hasn't expired
133+
- Check the secret being used with your social provider and ensure that it hasn't expired
134134

135135
## 4199
136136

@@ -227,12 +227,12 @@ Handle Connected App callback - Error encrypting access token upon callback
227227
## 8809
228228

229229
Description:
230-
* Received browser trust token is different from the one stored in the login session
230+
- Received browser trust token is different from the one stored in the login session
231231

232232
Troubleshooting
233-
* Start the auth flow again from the sign in or log in button
234-
* 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
235-
* The user may have bookmarked the auth page when it's partially completed, instead of bookmarking the initial sign in or log in page
233+
- Start the auth flow again from the sign in or log in button
234+
- 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
235+
- The user may have bookmarked the auth page when it's partially completed, instead of bookmarking the initial sign in or log in page
236236

237237
## 8998
238238

@@ -272,4 +272,4 @@ Authorize user pipeline step - Attempted to assign a new user to an existing Kin
272272

273273
## 9881
274274

275-
Handle Connected App callback - Error storing tokens
275+
Handle Connected App callback - Error storing tokens

0 commit comments

Comments
 (0)