Getting Error when logging in using SSO

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

Below is the URL
https://personal-gftiwmgr.outsystemscloud.com/IdPReact/IdPLogin?Token=84cd28e3-949d-4fe1-9694-374f6f71a757&OriginalURL=https://personal-gftiwmgr.outsystemscloud.com/LeaveApproval/LoginTest?_ts=638071608952989916

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.