I have a .Net 6 app that needs to be able to be logged into by a list of users that I setup and into my companies Azure Active Directory. Is there a way for B2C to inherit the Azure Active Directory users? I know how to set it up to use just my Azure Active Directory or any Azure Active Directory but I have not yet found out a way to be able to setup Azure Active Directory and B2C authentication from a single C# MVC app. Now keycloak is able to do this but requires I run that and connect to it for authentication.