How can we add/store more user metadata to auth0 DB?

We have a requirement to have more fields for signup page other than the default ones like email and password. We have found documentation about Progressive profiling but it is not really comprehensible. Can someone give more details about progressive profiling or suggest any other way to achieve our requirement?

Hi @preethikabasava6 ,

Welcome to the Auth0 Community!

I understand that you want to have more fields on the signup page. With Progressive Profiling, user details are collected every time user is authenticated through Auth0. We can not add fields to the signup page. Instead, please use the Classical Universal Login Experience for your use case.

This FAQ describes how to implement this with the Classical Universal Login Experience. Hopefully, the details are sufficient to implement your requirement!

1 Like