I’m using the Lock Widget on a custom page. I’ve added [mydomain].org to the Allowed Web Origins for my client.vHowever I’m getting the following console error when attempting to login with a username and password:
Failed to load https://[mytentantid].auth0.com/usernamepassword/login: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://[mydomain].org' is therefore not allowed access.
I am also getting 404’s for the following url at initial load of the page:
https://[mytenantid].auth0.com/user/ssodata/
Thank you in advance for your help.