Exporting/Importing Universal Login Experience Branding Values with Deploy CLI

Hi :wave:

My team is trying to use the Deploy CLI to copy our new universal login branding between our dev/stage/prod tenants.

We have custom colors/fonts/etc set up like:

The issue is that these values are nowhere to be found in a deploy CLI export. Here is the branding section the export spits out via the Deploy CLI:

branding:
  colors:
    page_background: '#000000'
    primary: '#635dff'
  logo_url: our_logo_url
  templates: []

That’s it. I would expect the export to contain values for all the custom colors, fonts, borders, widgets, and page background settings corresponding to the tabs in the UI.

The primary color here isn’t even one that exists on the customization page above. It’s just the default auth0 blue and isn’t being used afaik. The background color here is also different than the background color we’ve set on the “Page Background” tab.

Am I missing something?

Thanks in advanced for any help :grin:

2 Likes

Any solution to this? Is this just not supported yet? Will it be?

1 Like

Hello, is there any progress on this issue?

For others coming to this thread:

We ended up using the Auth0 Management API for this issue specifically:

Ultimately, we use both the Deploy CLI and the Management API, it’s just a bit of a learning curve to figure out which one does the thing you want to do.

1 Like

Since we have a configuration repository on GitHub and deploy all settings after PR is merged to the related branch by actions, management API usage would be a bit cumbersome for us because we will deploy everything and then make a patch call from the file. But good to know though. Thanks for the info.

Hi team! :raised_hand_with_fingers_splayed:

This is just a heads-up that we’ll be hosting an Ask Me Anything (AMA) session all about Universal Login, and this question is relevant to our event. Auth0 by Okta Subject Matter Experts will answer your question on Thursday, October 24th, from 9 a.m. to 11 a.m. PST.

:thinking: Have more questions about customizing your login experience, boosting security, or implementing advanced features?

:point_right: Drop your questions in this thread before October 23rd, and our experts will provide answers during the AMA!

:tada: Plus, you’ll earn points and a special badge for participating!

Ask Me Anything: Tailor Your Experience with Universal Login — From Low-Code to Pro-Code

Thanks
Dawid