Hello,
I have a task to automate the management of the HTML pages (login and change password) on our Auth0 tenants.
Looking at the documentation, there is a property for change_password
, but not for login_page
. So it seems that it is only possible to PATCH the HTML for change password through the v2 Management API.
This issue was addressed by another post around 18 months ago, though it seems to have been swept under the carpet since then. However, in that question there was mention of a possible workaround - that it is possible to update login_page
for the global client.
As we have several tenants, it would be desirable to be able to retrieve the global client ID through the v2 Management API, but it doesn’t look like that is possible - though I am fairly new to the API, so perhaps I’m missing something.
So my questions are thus -
- Will the lack of ability to update
login_page
through the/api/v2/tenants/settings
ever be addressed? - Assuming the resolution of number 1 isn’t imminent, how can I retrieve the global client ID of a tenant through the v2 Management API?
- Is there a different/better way to do this that I am not aware of?
Thanks,
David