Three samples are available:
- Java web application using the MSAL4J to sign in users with Azure AD
- Source code can be found in the msal-java-webapp-sample directory, as well as the README for configuring and running the sample
- A Java web application using Spring Security to sign in users with Azure AD
- Source code can be found in the spring-security-web-app directory, as well as the README for configuring and running the sample
- A Java web application using the MSAL4J to sign in users Azure AD B2C
- Source code can be found in the msal-b2c-web-sample directory, as well as the README for configuring and running the sample