Azure AD Business To Business (B2B) and Business to consumer (B2C)
- B2B addresses the problem of sharing your applications with external users and is a feature of Azure AD rather than standalone service
- Just Create a Guest User
- B2C provides business to consumer identity as a service
- Scenario: We have a web application developed and deployed on Azure. To this application we would want our users to use social logins (Facebook, linked in, Google)
- In B2C we create a tenant, Register our application and create user flows
- For authenticating users we need to add extra code into the application
- Refer Here of the asp.net
- Refer Here for the python application
