Hi,
We are trying to create a process of deploy and destroy of all of our application for a testing purpose.
The Auth0 component we are creating using Azure function.
While creating the environment we are creating new application and users database.
we need to insert the new key & secret to the universal login html page into the switch case statement.
we are looking for an automatic way to do it and can’t find anything.
Is there a way to modify, or read and re-upload it?
Couldn’t do it using management api
HI @avishay.cohen , I’d recommend looking into using the Deploy CLI Tool for bulk changes to your tenant like you described:
Here are some examples for how to deploy Universal Login pages (directory format, YAML format is also available):
- Import/Export Tenant Configuration to Directory Structure
- auth0-deploy-cli/examples/directory at master · auth0/auth0-deploy-cli · GitHub
There are also ways to tie in different Source Control software into your tenant management too:
1 Like
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.