Multiple Customization for the same New Universal Login Page

Hello,
I would introduce the New Universal Login to the application of the company where I work.
This app can be reached directly by its URL (ie company-app.com) by the customers, but also by a CNAME (ie reseller-app.com) which is pointing to company-app.com, because there is a sort of reselling of the service offered by this app.
For that reason, I would have the Universal Login Page customized differently for each domain that one could use to reach the application: different logos and different color schemes.

Did anyone have this requirement?
Is this configuration supported by Auth0?

Thanks in advance.
Regards

Hi,

I don’t have the same requirement but I think you can achieve this by using Custom Query Parameters. For example, it would be good to send location.host. Moreover, it is possible to directly manipulate the DOM after it is rendered on the Auth0 side by embedding a JavaScript code in the ULP. Though it may be a hacky solution that is not officially supported.

1 Like