I have a backend application that sign up users using the resource owner api.
I am using the default database connection of auth0
When a user is created auth0 adds to his userId a prefix with the providerId
i.e. “auth0|”
I would like to control the prefix. i.e modify this prefix for example : “mycompany|”.
registration can only be done using resource owner method.
How can I achieve that?
Thank David