@@ -50,14 +50,14 @@ identityVerificationID session does not contain client_id
50
50
## 1656
51
51
52
52
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
55
55
56
56
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
61
61
62
62
## 1794
63
63
@@ -126,11 +126,11 @@ Authenticate user - default error
126
126
## 4179
127
127
128
128
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
131
131
132
132
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
134
134
135
135
## 4199
136
136
@@ -227,12 +227,12 @@ Handle Connected App callback - Error encrypting access token upon callback
227
227
## 8809
228
228
229
229
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
231
231
232
232
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
236
236
237
237
## 8998
238
238
@@ -272,4 +272,4 @@ Authorize user pipeline step - Attempted to assign a new user to an existing Kin
272
272
273
273
## 9881
274
274
275
- Handle Connected App callback - Error storing tokens
275
+ Handle Connected App callback - Error storing tokens
0 commit comments