azure-identity-java

Originally frommicrosoft/skills
Installation
SKILL.md

Azure Identity (Java)

Authenticate Java applications with Azure services using Microsoft Entra ID (Azure AD).

Installation

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-identity</artifactId>
    <version>1.15.0</version>
</dependency>

Key Concepts

Credential Use Case
DefaultAzureCredential Recommended - Works in dev and production
Related skills
Installs
69
GitHub Stars
37.3K
First Seen
Feb 19, 2026