In Azure B2C there are several identity providers, for this example I'm going to use local accounts and Google accounts:
A new user signs up with a local account using the email address user@gmail.com. They use the site, next time they return, they instead decide to sign in using the Google identity provider with the same email address and they then use the site.
Currently this would have created two user accounts - each using one of the identity providers.
Instead, is it possible to set B2C up so that in this scenario we end up with a single user account, which is linked to both identity providers? Therefore regardless of which method they use to authenticate, they will be signed in as the same user.