`prompt`=`registration` not supported?
The Kinde documention states that you can pass
prompt
=registration
to have users land on the sign up page.
However, when passing this value you get:
4 Replies
Prompt Request Parameter: Using Kinde without SDK - Kinde
From the documentation, the prompt parameter accepts a login or a registration value to determine if your user should land on the sign up or sign in page. Assigning "login" to the prompt parameter works as expected but assigning "register" to the prompt parameter throws the error in the image on the screen.
ok looks like the docs are incorrect/prompt is broken
Hi @nemosupremo , let me look into this and get back to you.
Hey, looks like our docs might be wrong there, try using "start_page" instead of "prompt". Prompt only supports "none" or "login" to be inline with the oauth spec, but start_page can be used to direct to registration. Thanks for flagging it, we'll update our docs.