Forum Discussion
pauloapf7
Apr 01, 2025Copper Contributor
In Entra ID, is it possible to link accounts (ex: google and facebook)
I couldn't find any reference in the documentation, which is why I'm asking here in the forum. Based on the sample https://woodgrovedemo.com/, if I perform a sign-up self-registration with email /pa...
micheleariis
Apr 04, 2025MCT
Hi, at the moment, Entra ID (B2C) doesn’t have an out-of-the-box way to merge multiple social logins into a single user. If you create an account with email/password and later try using Google or Facebook, Entra ID will see a separate identity and won’t automatically link it.
However, you can implement custom solutions via B2C custom policies, where you handle the logic for linking and merging accounts yourself. A simple Graph API PATCH by itself isn’t enough; you need extra logic to match multiple identities to the same user object.