Cors Issue on localhost

Hi I am trying to login in the application but whenever I am trying to hit the login url its throwing me a CORS error.

Sample Login Url

https://tenant.auth0.com/samlp/encoded_value%2F

Cors error

Localhost url

https://localhost:3000

I have added the origin url in the Auth0 application both in the allowed origin and allowed web origins as the following,

Please let me know if I am missing any other configuration for the application.

Hi @neer30,

How are you initiating the login? Could you please provide a code snippet?