Entra Token Verification

Verify a Microsoft Entra ID (Azure AD) access token server-side and derive identity from its claims. Use when adding or reviewing Entra/Azure AD JWT verification, when a verifier accepts tokens it should reject (or rejects tokens it should accept), or when binding a verified token to an identity record (GUID/oid comparison, netid derivation). Covers the v2-issuer/audience trap, the ID-token-as-access-token trap, the missing-email-claim trap, and case-folding hazards in identity comparison.

vishalsachdev 8cf379c 5.8 KB Updated

File contents

vishalsachdev/claude-skills/tree/main/entra-token-verification commit 8cf379c0c2

Frequently asked questions

npx skillmds add vishalsachdev/entra-token-verification