`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:
{"error":"invalid_request","error_description":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Used unknown value '[registration]' for prompt parameter"}
{"error":"invalid_request","error_description":"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Used unknown value '[registration]' for prompt parameter"}
4 Replies
nemosupremo
nemosupremo4mo ago
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.
nemosupremo
nemosupremo4mo ago
ok looks like the docs are incorrect/prompt is broken
Daniel_Kinde
Daniel_Kinde4mo ago
Hi @nemosupremo , let me look into this and get back to you.
davidkinde
davidkinde4mo ago
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.