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.
文件下载
文件名 操作
adal4j-1.6.6.jar 下载
adal4j-1.6.6.pom 下载
adal4j-1.6.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>adal4j</artifactId>
  <version>1.6.6</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:adal4j:1.6.6'
Gradle Kotlin
implementation("com.microsoft.azure:adal4j:1.6.6")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "adal4j" % "1.6.6"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='adal4j', version='1.6.6')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="adal4j" rev="1.6.6" />
Leiningen
[com.microsoft.azure/adal4j "1.6.6"]
Apache Buildr
'com.microsoft.azure:adal4j:jar:1.6.6'