Getting an “Error 400: invalid_request, Invalid parameter value for prompt: Invalid prompt: signup”. My guess is that somehow the request changed and the prompt ‘signup’ is invalid. I am not sure how the request changed.
Not sure if related but I did make the change to a customized login page. I tried going back to a non customized login page, but I am still getting the error.
Does anyone have any idea of why this is happening?
Hi,
pleased to see your issue, I think i have same issue from last couple of days and can not able to find what actual going on so please help me if you able to find any solution.
I figured out my issue, I was passing in parameters to start Auth0 web page in sign up mode but looks like google didn’t recognize “signup”. I deleted the parameters in iOS app and now handling this in Custom Login Page script by setting initialScreen: ‘signUp’. Google sign up works again!!
First image is with parameters, second image is the without parameters