Registry / auth / adal4j

adal4j

JSON →
library1.6.7javamavenunverified

Azure Active Directory Authentication Library for Java, enabling OAuth2 authentication against Azure AD.

<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>adal4j</artifactId> <version>1.6.7</version> </dependency>
INSTALL
IMPORT
SIG · ADAL4J
A
adal4j
authjavav1.6.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AuthenticationContext
com.microsoft.aad.adal4j.AuthenticationContext

Create an authentication context for Azure AD.

import com.microsoft.aad.adal4j.AuthenticationContext; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; public class MyApp { public static void main(String[] args) throws Exception { ExecutorService service = Executors.newFixedThreadPool(1); AuthenticationContext context = new AuthenticationContext("https://login.microsoftonline.com/tenant", true, service); // Acquire token } }
Debug
Known issues
breakingADAL4J is deprecated in favor of MSAL4J; new projects should use MSAL.
fix
Migrate to com.microsoft.azure:msal4j.
affects: >=1.6.0
Upgrade
Version history
1.6.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
adal4j — mvn dependency:get adal4j · libregistry