We’ve got a set of users in an proprietary user database that we’d like to import into auth0. We’ve already figured out how to import users along with their passwords by specifying the password algorithm. But some of our users currently sign in via facebook/twitter/google/etc. How should we go about getting those users into auth0? From what I understand, it isn’t possible to import social sign in settings.
Our current idea is to import all the users specifying their underlying email address and giving each user a randomly generated password. When a user then tries to sign in via facebook, it would be a brand new social sign in. We would then need to go link that new social sign in to the imported user with the randomly generated password.
Does anyone have any better/cleaner solutions?