Issue when add login url and the other urls to Auth0 in anage.auth0.com/**/settings

I’m trying to use auth0 in angular app but when setting auth0 configuration in https://manage.auth0.com/**/settings

1-

Error!Payload validation error: ‘Object didn’t pass validation for format absolute-https-uri-or-empty: https://localhost:4200/en/signin’ on property initiate_login_uri (Initiate login uri, must be https).

I got this error when set Application Login URI as “http://localhost:4200/en/login

2-

Error! You don’t have permissions to access the resource

This appear when I cleared login URL and set the rest of URL

Could you help?

Hi @mena,

Welcome back!

From this doc.

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.

Hope this clarifies!

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