I have a scenario where we need to authenticate corporate users through Azure AD, but external users through Azure AD B2C are all from the same login screen.
There are several web applications that will use this feature. Applications come from various technology stacks, ranging from .Net to Java-Spring + Angular 2.
What is your recommended approach for this? Sorry if this question has already been asked and answered, but he could not find many recommendations on this issue. Will MSAL solve this problem? In addition, Java has not yet implemented an MSAL implementation. Will Azure AD B2C Premium support this?
Thanks in advance for your help!
source share