Merging users from different connection types

Hello,
I have multi tenants and in some of them there are users from the following connection types: google-oauth2, email(passwordless), user-pw and SAML

I would like to know if Account Linking extension is handling automatically the whole merge process for me and if not, what should be done on my end.
The use cases:

  1. Primary identity email is merging with secondary identity of SAML
  2. Primary identity SAML is merging with secondary identity of email
  3. Primary identity SAML is merging with secondary identity of user-pw
  4. Primary identity user-pw is merging with secondary identity of SAML
  5. Primary identity email is merging with secondary identity of user-pw
  6. Primary identity user-pw is merging with secondary identity of email
  7. … same goes for google-oauth2 and every other connection i named here

Thanks in advance!

Hello @k0z

Welcome to the Auth0 Community,

In regards to your use case, unfortunately the Account Linking Extension does not support both passwordless connections, nor users authenticating from a SAML configuration.

One of the recommended options in this scenario would be using the Account Linking – Server-Side Implementation .

I would also advise having a look at the use of Organizations instead of having a multi-tenant approach, since i think this could be more helpful.

Thanks for posting you question and i hope this helps.
Remus

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