I am getting the below error. When using Auth0 .
;;
The redirect_uri parameter is not valid: “” If url looks fine, check that you are not including non printable chars
Hi @anand25,
Welcome to Auth0 Community!
If that is the exact error message you are seeing (not redacted), then it looks like the redirect_uri
parameter may have just been set to an empty string in the /authorize request.
The redirect_uri
is the URL to which Auth0 will redirect the browser after authorization has been granted by the user and one of the required parameters for the /authorize
endpoint: Authentication API Explorer
You will need to include a valid URL for this parameter in order for the login flow to carry out the rest of the way.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.