0
votes

My Azure web application will have both internal and external users. The requirements regarding authentication are:

  • Internal users authenticate with their domain accounts (with SSO)
  • External users authenticate through Azure AD B2C (we need to create accounts for them)

How can I set up such scenario?

Regards

George

1

1 Answers

0
votes

If your internal users are using Azure AD - simple - you add your corporate AAD as Identity provider to your B2C. There are various ways to do this. So start here.

If your internal users do not have Microsoft 365 (Azure AD), and you only have on-premises AD DS infrastructure - ... move to Cloud, things will be so much easier. If not, you need at least ADFS, then you can hook up ADFS as Identity Provider in your B2C.

There is no way to make Windows Integrated Authentication and Claims Based authentication at the same time for the app.