You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
The other is using on premise auth0 (testing and production).
Behaviors
The code loads the configuration for the domain and the client ID on API for the appropriate build. But when Lock is displayed, it loads a javascript file with installation configuration:
The cloud installation works well when the /client/{id}.js is loaded with the cloud instance of auth0.
The on premise doesn't use the domain from the options of the constructor: it use the cdn.auth0.com domain.
I tried using the configurationDomain also but it doesn't solved the issue.
Overview
I work on a project with two environments:
Behaviors
The code loads the configuration for the domain and the client ID on API for the appropriate build. But when Lock is displayed, it loads a javascript file with installation configuration:
/client/{id}.jsis loaded with the cloud instance of auth0.domainfrom the options of the constructor: it use thecdn.auth0.comdomain.I tried using the
configurationDomainalso but it doesn't solved the issue.Technical details: