Hi there,
I’ve created a third party application via the Management API. I’ve also created a Database Connection and promoted it to a domain connection (management api returns "is_domain_connection":true
) as well as promoted the Google Social Connection to domain level.
In my concept third party application I’ve embedded the Universal Login <script src="https://cdn.auth0.com/js/auth0/9.5.1/auth0.min.js"></script>
and configured it with the credentials for the third party application.
Sign up / Log in in via the Social Connection works as expected. Log in for existing users also works as expected.
However, the sign up for new users with the database connection fails when the user tries to enter a password. The error is visible in the screenshot below:
The Allowed Web Origin
is configured to http://localhost:5000, https://{my-tenant}.auth0.com
.
Is this a configuration error?
Any help would be greatly appreciated!
-Max