Hello,
We would like to use Azure AD B2C for our WPF application to allow users to sign in either with their social (Google, Facebook) or enterprise accounts.
We will mainly be targeting organizations, so we would also like to integrate with a company's existing ADFS accounts, that way the user doesn't have to create a new account and can use their existing corporate account.
I'm aware that there is a feature available for multi-tenant Azure AD using custom policies in Azure AD B2C.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-azure-ad-multi-tenant?pivots=b2c-custom-policy
However, I am wondering if there is a generic sign-in available for Active Directory Federation Services. Because the solution in the above link won't work for us as we have to connect with 20+ customers (more in future) and also it will leak information about who is using the application as the company name gets listed as an option on the sign-in page.
Can you please provide some information of how I can achieve it?
Thank you :)