azure-identity-java

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

Content Preview
---
name: azure-identity-java
description: "Authenticate Java applications with Azure services using Microsoft Entra ID (Azure AD)."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Azure Identity (Java)

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

## Installation

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

## Key Concepts

| Credentia
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/azure-identity-java.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/azure-identity-java/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/azure-identity-java/SKILL.md

Related Skills