Setting the file. One moment.
Chapter 30 · Entra App Registration
Subchapter 30.12
references/sdk/azure-identity-ts.mdMarkdown1 KBView on GitHub
Condensed from azure-identity-ts. Full patterns (sovereign clouds, device code flow, custom credentials, bearer token provider) in the plugin skill if installed.
npm install @azure/identity
Auth:
DefaultAzureCredentialis for local development. See auth-best-practices.md for production patterns.
import { DefaultAzureCredential } from "@azure/identity";
const credential = new DefaultAzureCredential();