A0deploy/management API: Is it possible to export the state of the "customize login page" toggles?

Hi,

I’m trying to figure out if it’s possible to export the state of the Customize login page toggle,
So that the value can be deployed between environments without having to do “click-ops”.

Does anyone know if this is possible, either with a0deploy or with the Auth0 Management API?

From my explorations so far, I believe it isn’t. But I might have missed something.

Appreciate any help.

Hi @nkramer1,

Welcome to the Auth0 Community!

Let me look into this for you and get back to you once I found the answer.

Thanks,
Rueben

I found it, it turns out the toggle does get exported as part of the page metadata when exporting pages.

For example, in tenant.yaml, the enabled flag is set like so:

- name: login
    enabled: false
    html: ./pages/login.html
1 Like

Hi @nkramer1,

That’s great! Thanks for sharing your solution with the rest of the community!

Best,
Rueben

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