I want to build a public facing SaaS website. My users will either be:
- enterprise customers and I will want them to be able to login with their corporate credentials.
- non-enterprise customers. I will want the ability for them to register and use local credentials.
What would the solution look like? I'm thinking:
- Use Azure AD and federate with the identity providers of my enterprise customers.
- Use Azure B2C for my website, and configure #1 as my identity provider with the ability to create local accounts.
Is this the correct solution?