Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 971 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 971 Bytes

A group of web authentication samples using OpenId Connect and the Microsoft Identity platform

About these samples

Overview

Three samples are available:

  1. Java web application using the MSAL4J to sign in users with Azure AD
  2. A Java web application using Spring Security to sign in users with Azure AD
  3. 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