Registry / auth / azure-client-authentication

azure-client-authentication

JSON →
library1.7.14javamavenunverified

This package contains the authentication connectors to Active Directory for JDK.

<dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-client-authentication</artifactId> <version>1.7.14</version> </dependency>
INSTALL
IMPORT
SIG · AZURE-CLIENT-AUTHE
A
azure-client-authentication
authjavav1.7.14
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.azure.client.authentication.AuthenticationContext

Creates an AuthenticationContext for Azure AD authentication.

import com.microsoft.azure.client.authentication.AuthenticationContext; public class Example { public static void main(String[] args) throws Exception { AuthenticationContext context = new AuthenticationContext("https://login.microsoftonline.com/tenant"); System.out.println(context.toString()); } }
Debug
Known issues
breakingThis library is deprecated in favor of Azure Identity SDK.
fix
Migrate to com.azure:azure-identity.
affects: >=1.0.0
Upgrade
Version history
1.7.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources
azure-client-authentication — mvn dependency:get azure-client-authentication · libregistry