Hi there,
I’ve been exploring Auth0 in support of an academic research project. I’d like to customise the appearance of the login and signup pages as described https://auth0.com/docs/customize/login-pages/universal-login/customize-templates
I am on a Free Tier plan
I’ve registered a credit card (for verification)
I’ve registered a custom domain
I’m attempting to use the managment API with curl doing
curl -L -H 'Accept: application/json' -H "Authorization: Bearer ${ACCESS_TOKEN}" ${BASE}'/branding/templates/universal-login'
I’m receiving
{“statusCode”:402,“error”:“Payment Required”,“message”:“A paid subscription is required for this feature.”}
I just wanted to clarify if this really is a paid feature or if its similar to Error Exporting Auth0 Configuration: "There must be a verified credit card on file to perform this operation" when changes to the pricing plan triggered some free features to be refused.
If it is a paid feature that’s fine I just wanted to be clear
PS Thankyou for an excellent product. Even before using Auth0 services I used a number of Auth0 blog posts to understand the identity domain. Keep up the good work!
PPS Apparently you can’t use the tags “new universal login experience” and “managent-api” in the same topic? even though using the managment api to customise the login experience is explicitly required https://auth0.com/docs/customize/login-pages/universal-login/customize-templates
To use customized page templates, you must configure a [Custom Domain](https://auth0.com/docs/customize/custom-domains) for your tenant. Further, you can only update Universal Login page templates with the [Management API](https://auth0.com/docs/api/management/v2).