Allowed call back url

getting this error after the login – “The “returnTo” querystring parameter “https://test658923.applabsystems.com” is not defined as a valid URL in “Allowed Logout URLs”. To add a new URL, please do it here: https://manage.auth0.com/#/account/advanced”. but i have done the required configuration, guide on what has to be done furthur

The configuration of allowed logout URL’s can be done both at the client level and also at the tenant level; sometimes there’s some confusion with regards to that because you may have added the URL at the client level and then are trying to call the logout endpoint without a client identifier, hence the error.

If you already double-checked that the configuration of the URL and the way logout is invoked is fine then my recommendation would be for you to share a network trace (HAR) that shows the logout request. Be sure to remove any sensitive information like passwords from the HAR before sharing.

This FAQ explains the cause and solution for the below error, so link it to this topic.

invalid_request: The "returnTo" querystring parameter "[https://YOUR_URL"](https://YOUR_URL)" is not defined as a valid URL in "Allowed Logout URLs"

1 Like