User creation on Azure AD and social integrations

I’m integrating Azure AD, Facebook, and Google Workspace logins.

I’m guessing, what happens if the user is not created in Auth0 and passes the login on the integrated site?
Is the user created? If not, do we have some options to allow user creation against Auth0?

Thanks!

Hi @lucas.gonzalez,

Thank you for posting your question.

Even though a user does not already exist in the Auth0 database, a new one will always be created after successfully authenticating with another identity provider that was enabled for your application.

However, if the user already used one of those connections to sign in and they try a different one afterwards, a new user profile will be created for the same user, so i would also recommend checking the Account Linking documentation.

I hope this helped ! Thanks,
Remus

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