Application URI localhost issue

Hi team,

I want to use localhost in application URIs but on saving application URIs I am getting this error on http:

Tried: http://127.0.0.1:3000/login
Tried: http://localhost:3000/login

Error: Error!

Payload validation error: ‘Object didn’t pass validation for format absolute-https-uri-or-empty: http://127.0.0.1:3000/login’ on property initiate_login_uri (Initiate login uri, must be https).

Please assist.

Best Regards

1 Like

Hi @arbab,

Welcome to the Auth0 Community!

Unfortunately the docs on this topic state:

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 .

If you can provide more details about your use-case for an application URI I might be able to assist further, also I want to double check and make sure you’re not referring to a callback URL which does allow the use of localhost.

I hope this helps!

Thanks,
Matt

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.