Skip to content

Commit eff0891

Browse files
authored
Merge pull request #457 from kinde-oss/DanielRivers-patch-1
docs(no-sdk): add extra auth params
2 parents ca07653 + 3eb16a3 commit eff0891

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

src/content/docs/developer-tools/about/using-kinde-without-an-sdk.mdx

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,54 @@ Type: `string`
282282

283283
Required: No (but recommended)
284284

285+
### nonce
286+
287+
Single use code to prevent replay attacks, this will be included in the signed id token
288+
289+
Type: `string`
290+
291+
Required: No (but recommended)
292+
293+
### workflow_deployment_id
294+
295+
workflow deployment to test, password will be requested on login
296+
297+
Type: string
298+
299+
Required: No
300+
301+
### supports_reauth
302+
303+
When this is set to true, users state will be stored encrypted and returned back to application when accessing an expired link.
304+
305+
Type: boolean
306+
307+
Required: false
308+
309+
### reauth_state
310+
311+
The `supports_reauth` is true, state will be returned with error, pass this back to the auth flow to restart flow.
312+
313+
Type: string
314+
315+
Required: No
316+
317+
### plan_interest
318+
319+
Indicates which plan the user has expressed interest in to be signed up to.
320+
321+
Type: String
322+
323+
Required: No
324+
325+
### pricing_table_key
326+
327+
Defines which pricing table to show in billing flow
328+
329+
Type: String
330+
331+
Required: No
332+
285333
## **Verifying the Kinde access token**
286334

287335
It’s likely you will be using a library to validate your JWTs and they will require the URL for your public JSON Web Key (also known as a jwks file).

0 commit comments

Comments
 (0)