a

adal4j

Azure active directory library for Java gives you the ability to add Windows Azure Active Directory authentication to your web application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.
https://github.com/AzureAD/azure-activedirectory-library-for-java
MIT License
Microsoft Open Technologies, Inc.
Files download
File Operation
adal4j-1.6.5.jar download
adal4j-1.6.5.pom download
adal4j-1.6.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>adal4j</artifactId>
  <version>1.6.5</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:adal4j:1.6.5'
Gradle Kotlin
implementation("com.microsoft.azure:adal4j:1.6.5")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "adal4j" % "1.6.5"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='adal4j', version='1.6.5')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="adal4j" rev="1.6.5" />
Leiningen
[com.microsoft.azure/adal4j "1.6.5"]
Apache Buildr
'com.microsoft.azure:adal4j:jar:1.6.5'