Feature:
Make connection names available to auth0.js (Auth0.js v9 Reference) per client id when using a custom template hosted on a Auth0 tenant.
Description:
We were successful in customizing the login page, but we needed to hard code connection names when using enterprise connections. Connections are however client specific and should be included in the @@config@@ parameter or similar.
Auth0 Lock fetches these from a javascript file that is added to the page head dynamically from: https://[tenant]/client/[client_id].js, but this seems overly complicated compared to including them in a @@variable@@
Use-case:
Custom login page with enterprise connections as buttons, the same way the Universal Login page shows them dynamically.