Hello,
I have some issues migrating users to Auth0.
An external database is being used for user authentication in Auth0, I followed the indications in Configure Automatic Migration from Your Database to migrate the users to auth0. According to the documentation, to verify that the users are already migrated to auth0 they must appear in Dashboard → User Management → Users, or from the management api endpoint.
Once verified that users are in Auth0, I’ve changed the Login and Get User script of the custom Database (Dashboard → Authentication → Database → “username-password-authentication” → Custom Database → Database Action Scripts) so it doesn’t connect to the external database used.
When performing tests with this new configuration, the system does not recognize the user who tries to enter (it marks an email error or incorrect password, even when the email exists and the password correct, to make sure the password used was correct I changed it from the Auth0 user administrator).
The error does not happen if the login and get user scripts are connecting to the external database, then user logs in or the password is changed from auth0 (as if it had not yet been migrated to auth0, but it shows from the Users panel), after that if I change back the scripts so it doesn’t connect to my external database the problem won’t show.
How can I verify that all users are in fact already in auth0 and the connection to the external database is not required? or how to massively migrate users without having them login in one by one?
Thanks