Copy New Universal Loging Experience settings/colours/text betwen tenants

I have setup the New Universal Loging Experience with some custom colours and text. I did this on our ‘dev’ tenant. Now that I have it working in our dev environment, I would like to replicate those changes to our ‘staging’ env/tenant, and eventually to our ‘prod’ environtment/tenant.

It is likely worth noting that we use the free tiers for our dev and staging tenants.

What is the easiest way to do this? I will likley need to repeat the process from time to time as we try out new changes.

I thought about writing a script using the API: GET /api/v2/branding/themes/default. I can also update the default theme this way which is nice.

However, there doesn’t seem to be a way to get all the custom text changes made. I could manually copy the ‘Raw JSON’ from each one of the difference ‘Prompts’, and then paste it into the other tenants. However that seems tedious, error prone, and not really automated. Is there a way to do this through the API?

How are other people managing this?

Hi @shea,

To copy the settings of your New Universal Login experience to another tenant, you can do so by using the Auth0 Deploy CLI to export the Branding settings from your old tenant, to the new tenant.

Please let me know if you have any questions.

Thanks,
Rueben

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.