Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Azure AD B2C Bug Bash Guide

Pan Li edited this page Feb 13, 2019 · 2 revisions

Azure AD B2C Bug Bash

Requirement

  • maven 3.5.x and above
  • jdk 8
  • git

Preparing environment

  • For spring boot 2.1.x(Recommended).
git clone https://github.com/Microsoft/azure-spring-boot.git
cd azure-spring-boot
git checkout aad-b2c-integration-with-spring-security-5.1.3
mvn clean install

Then following this guide to configure sample code.

  • For spring boot 2.0.x.
git clone https://github.com/Microsoft/azure-spring-boot.git
cd azure-spring-boot
git checkout aad-b2c-integration
mvn clean install

Then following this guide to configure sample code.