Custom Login page with new Universal login: A paid subscription is required for this feature

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).

Hi @hines.cw,

Welcome to the Auth0 Community!

I am looking into this issue and confirming whether or not the page templates are included in the free plans now. I will update you as soon as I can :slight_smile:

I am happy to hear that our blog posts helped you! Thanks for pointing that out about the tags as well - I’ll pass that along to the team.

Best,

Mary Beth

Hi @hines.cw!

I have confirmed that the New Universal Login Page Templates are not part of the free plan so the error you received in this instance is valid.

Please let me know if I can assist with anything else!

Best,

Mary Beth

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