I'm building an ASP.Net core app. I have two types of users, the Consumers and the Vendors. How can I in Azure AD B2C setup TWO different Signup/Signin for my two different types of users? So in my ASP I can have a page for consumers to signup using third party providers and a page for vendors to signup with email/password and other data. In this case, will azure keep these users separately? How will I know when I get a Token what type of user has logged in?
Thank you in advance! ..Ben