Hi @Sasi Kumar , yes this is possible! Make sure that your Azure AD B2C tenant is configured to handle both B2C and B2B users by setting up user flows and custom policies that support both types of users. You can then use the Microsoft Authentication Library (MSAL.js) to handle authentication. MSAL.js supports both B2C and B2B authentication scenarios. Modify your authentication logic to distinguish between B2C and B2B users. You can do this by checking the user's identity provider (IdP) and routing them to the appropriate user flow. Create user flows for sign-in, sign-up, profile update, password reset, and user deletion. Verify that these flows are configured to handle both B2C and B2B users.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James