Last Version

adal4j 1.6.7

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.

License

License

MIT License
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

adal4j
Version

Version

1.6.7
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/AzureAD/azure-activedirectory-library-for-java
Source Code Management

Source Code Management

https://github.com/AzureAD/azure-activedirectory-library-for-java.git

Download adal4j 1.6.7


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/adal4j/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>adal4j</artifactId>
    <version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/adal4j/
implementation 'com.microsoft.azure:adal4j:1.6.7'
// https://jarcasting.com/artifacts/com.microsoft.azure/adal4j/
implementation ("com.microsoft.azure:adal4j:1.6.7")
'com.microsoft.azure:adal4j:jar:1.6.7'
<dependency org="com.microsoft.azure" name="adal4j" rev="1.6.7">
  <artifact name="adal4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='adal4j', version='1.6.7')
)
libraryDependencies += "com.microsoft.azure" % "adal4j" % "1.6.7"
[com.microsoft.azure/adal4j "1.6.7"]

Dependencies

compile (5)

Group / Artifact Type Version
com.nimbusds : oauth2-oidc-sdk jar 9.4
com.google.code.gson : gson jar 2.8.0
org.slf4j : slf4j-api jar 1.7.21
commons-codec : commons-codec jar 1.14
org.apache.commons : commons-lang3 jar 3.5

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

test (4)

Group / Artifact Type Version
org.testng : testng jar 7.1.0
org.powermock : powermock-module-testng jar 2.0.0
org.powermock : powermock-api-easymock jar 2.0.0
org.easymock : easymock jar 4.0.2

Project Modules

There are no modules declared in this project.