📖 What is Microsoft Entra ID B2C (Business-to-Consumer)?
Microsoft Entra ID B2C is a customer identity access management (CIAM) solution that enables organizations to sign up, sign in, and manage profiles for external customers. It supports social identity providers, local accounts, and custom policies for consumer-facing applications.
"Distinguish this from B2B. B2B is for collaborating with partners and guests; B2C is for managing your own external customer base."
📚 Certification: Microsoft 365 Administrator (MS-102)
🔑 What are the Key Concepts of Microsoft Entra ID B2C (Business-to-Consumer)?
- ▸ User flows provide a simplified, wizard-based approach to create sign-up, sign-in, and profile editing experiences without writing complex XML code.
- ▸ Custom policies utilize the Identity Experience Framework to allow highly tailored, XML-based authentication and authorization journeys for complex business requirements.
- ▸ B2C supports a wide variety of identity providers, including local accounts and social providers like Google, Facebook, and Apple for seamless onboarding.
- ▸ B2C operates in its own separate directory, ensuring that customer identities are completely isolated from internal corporate employee identities and resources.
- ▸ Designed for consumer-scale applications, B2C can manage millions of external users without impacting the performance or security of the primary organizational tenant.
🎯 How does Microsoft Entra ID B2C (Business-to-Consumer) appear on the MS-102 Exam?
You may be asked to recommend a solution for a retail company that wants to allow external customers to sign in using their existing social media accounts.
A scenario might describe a need for a highly tailored registration process involving third-party API calls during sign-up; identify Custom Policies as the required feature.
Expect questions where you must differentiate between B2B and B2C based on whether the users are known business partners or anonymous external customers.
❓ Frequently Asked Questions
When should I use B2C instead of B2B guest accounts?
Use B2B when collaborating with known partners or vendors who have their own identities. Use B2C when building a customer-facing application for a large, unknown user base.
What is the main difference between User Flows and Custom Policies?
User Flows are easy-to-configure templates for common tasks. Custom Policies use the Identity Experience Framework (XML) for complex, highly tailored authentication and authorization logic.