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:
- Primary identity email is merging with secondary identity of SAML
- Primary identity SAML is merging with secondary identity of email
- Primary identity SAML is merging with secondary identity of user-pw
- Primary identity user-pw is merging with secondary identity of SAML
- Primary identity email is merging with secondary identity of user-pw
- Primary identity user-pw is merging with secondary identity of email
- … same goes for google-oauth2 and every other connection i named here
Thanks in advance!