MVN

com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter

Maven & Gradle

Nov 27, 2020
1 usages
2.1k stars

Azure Spring Boot Starter for Azure AD B2C Spring Security Integration · Spring Boot Starter for Azure AD B2C and Spring Security Integration

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
    <version>2.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.5
  • Latest Beta: 3.0.0-beta.1

All Versions

Choose a version of com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
azure-active-directory-b2c-spring-boot-starter-3.0.0-beta.1
2.3.x
azure-active-directory-b2c-spring-boot-starter-2.3.5
azure-active-directory-b2c-spring-boot-starter-2.3.3
azure-active-directory-b2c-spring-boot-starter-2.3.2
azure-active-directory-b2c-spring-boot-starter-2.3.1
azure-active-directory-b2c-spring-boot-starter-2.3.0
2.2.x
azure-active-directory-b2c-spring-boot-starter-2.2.5
azure-active-directory-b2c-spring-boot-starter-2.2.4
azure-active-directory-b2c-spring-boot-starter-2.2.3
azure-active-directory-b2c-spring-boot-starter-2.2.2
azure-active-directory-b2c-spring-boot-starter-2.2.1
azure-active-directory-b2c-spring-boot-starter-2.2.0
azure-active-directory-b2c-spring-boot-starter-2.2.0.M1
2.1.x
azure-active-directory-b2c-spring-boot-starter-2.1.10
azure-active-directory-b2c-spring-boot-starter-2.1.9
azure-active-directory-b2c-spring-boot-starter-2.1.8
azure-active-directory-b2c-spring-boot-starter-2.1.7
azure-active-directory-b2c-spring-boot-starter-2.1.6.M2
azure-active-directory-b2c-spring-boot-starter-2.1.6.M1
azure-active-directory-b2c-spring-boot-starter-2.1.5.M1
azure-active-directory-b2c-spring-boot-starter-2.1.4.M1

How to add a dependency to Maven

Add the following com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-active-directory-b2c-spring-boot-starter</artifactId>
    <version>2.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-active-directory-b2c-spring-boot-starter:2.3.5'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-active-directory-b2c-spring-boot-starter:2.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-active-directory-b2c-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-active-directory-b2c-spring-boot-starter" % "2.3.5"

Advertisement