Hi @Swarna K · Thank you for reaching out.
In Azure AD B2C, same email address can be used multiple times if you are using different identity providers. E.g., if you signup with user@Stuff .com using Google IDP and then signup for a local B2C account with same email i.e., user@Stuff .com, there will be 2 accounts created, which will use same email address.
To avoid this situation, you can use the Custom Policy sample for Account Linkage. This will append same account with Local and Federated identity.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.