Reputation: 9298
When I go through Azure AD B2C documentation, I notice there is no code example or mention of Java Web apps and APIs as part of examples. We have good examples for nodejs and dotnet apps, but Java web app example is missing:
Does this mean that Java web applications must implement B2C authentication at the protocol REST call level?
Upvotes: 0
Views: 708
Reputation: 46720
There are some Java samples here:
Java web application using the MSAL4J to sign in users with Azure AD
A Java web application using Spring Security to sign in users with Azure AD
A Java web application using the MSAL4J to sign in users Azure AD B2C
They use the MSAL4J library.
Upvotes: 1