B2C Identity
B2C identity refers to the practice of managing the digital identities of an organization's external customers or consumers, as opposed to its internal employees. It lets customers sign in to an organization's applications using accounts they already have, such as social or other external logins, and covers verifying who they are (authentication) and, depending on the service, what they are permitted to do (authorization). Cloud services such as Azure Active Directory B2C provide this capability as a managed service.
B2C identity is a customer-facing identity model that provides authentication and, depending on configuration, authorization services for external consumers rather than workforce users. Platforms in this category, such as Azure Active Directory B2C, typically operate as a directory service and identity provider that can federate to external identity stores and social, enterprise, or other identity providers. According to the evidence, Azure AD B2C supports federation via OpenID Connect (for example, through a custom identity provider integration) and is described as a directory and authentication service that leverages identity stores outside the organization. Note that the evidence does not detail the specific access control model, token formats, or protocol profiles beyond the OpenID Connect reference, so those aspects are out of scope for this entry.
Why it matters
B2C identity addresses a fundamentally different population than workforce identity: external customers or consumers who choose whether and how to engage with an organization's applications. Unlike employees, who are onboarded through HR-driven provisioning and governed by internal policy, customers expect low-friction registration and sign-in, often using accounts they already hold. Getting this wrong, through cumbersome onboarding, brittle authentication, or poor account recovery, directly affects customer acquisition and retention, which makes B2C identity a business concern as much as a security one.
Separating customer identity from workforce identity also matters for the integrity of both. Mixing external consumer accounts into the same directory and policy structures used for internal employees can blur trust boundaries and complicate governance. Purpose-built B2C services, such as Azure Active Directory B2C, address this by operating as a distinct directory and authentication service that leverages identity stores outside the organization and can federate to social, enterprise, or other external identity providers. This lets organizations meet customers where they already have accounts while keeping consumer identity concerns architecturally distinct from employee access.
Because customer-facing sign-in is exposed to the public internet at scale, the authentication surface it presents is a natural target. Treating B2C identity as a dedicated capability, rather than an afterthought bolted onto a workforce directory, helps organizations reason clearly about how customers are identified, authenticated, and, depending on the service, authorized, without conflating those steps with internal access enforcement.
Who it's relevant to
Inside B2C
Common questions
Answers to the questions practitioners most commonly ask about B2C.