Application Login URI field payload validation error for https://localhost:5001/authorize

Hi @hello11,

Welcome to the Auth0 Community!

You are getting this error because of the localhost domain.

This is from our docs:

The login_url should point to a route in the application that ends up redirecting to Auth0’s /authorize endpoint, e.g. https://mycompany.org/login . Note that it requires https and it cannot point to localhost . login_url can include query parameters and a URI fragment.

It looks like some users found this solution helpful: