I tried and extended the samples account-linkage and account-linkage-unified but I can't achieve what I would like to.
Let's say I have a facebook account registered with the email sample@example.com.
If I first create a account on B2C using this address sample@example.com (without social idp) and later try to login with Facebook, I will end having two account created on B2C.
How can I prevent creating duplicate account without having to actually link them explicitly using the link buttons?
Once I have an account with sample@example.com and I try to login with facebook for the first time, this account should be detected and the facebook idp attached to this account.
I tried and extended the samples
account-linkage
andaccount-linkage-unified
but I can't achieve what I would like to. Let's say I have a facebook account registered with the emailsample@example.com
. If I first create a account on B2C using this addresssample@example.com
(without social idp) and later try to login with Facebook, I will end having two account created on B2C.How can I prevent creating duplicate account without having to actually link them explicitly using the link buttons?
Once I have an account with
sample@example.com
and I try to login with facebook for the first time, this account should be detected and the facebook idp attached to this account.