An Azure web application used the Express AD method to authenticate internal AD tenant users. We now have added AADB2C, and changed the auth URL to point to the B2C tenant, and now FB and LinkedIn users can connect to the web app. But now internal users cannot authenticate.
What is the right way to combine internal auth along with B2C auth for the same Azure web app?
No code changes have been done, all of the work has done in the GUI to make sure that developers do not have to rebuild and re-QA any code.
Thanks.