Login workflow of user registration from inhouse management to Auth 0

Hi there,

Would like to understand the login workflow, if the user registration is done by inhouse management. What happens to migration of users in this scenario?

Hey there @nithyab1981 welcome to the community!

At a high level, this is done by configuring a custom database connection paired with a database action script to gradually import your users into Auth0:

2 Likes

Thank you @tyf for the response.
As a follow up to the question, if the users are automatically migrated to Auth 0, what happens to new user creation once moved to Auth 0. How will the new user registration and creation handled? Will it be handled by inhouse management or by Auth 0?

1 Like

No problem, happy to help!

If a new user registers via Universal Login for example, they will be created in Auth0 and you can optionally decide to create the user in your database as well.

1 Like

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