Every AI agent needs its own secure identity. This skill helps you create and manage those identities using Microsoft Entra and Microsoft Graph. Each agent instance gets a unique identity with its own permissions and audit trail.
You start with an Agent Identity Blueprint that defines a type of agent. Then you add a BlueprintPrincipal and create separate Agent Identities for each running agent. This skill handles the OAuth 2.0 token exchange so agents can prove who they are.
Administrators can assign specific permissions to each agent identity. This keeps your system secure and makes it easy to see what each agent did. The skill supports cross-tenant flows and a polyglot sidecar for agents in any programming language.
Global
mkdir -p ~/.claude/skills/entra-agent-idProject
mkdir -p .claude/skills/entra-agent-idSource Repository