azure-auth

Installation
SKILL.md

skill:azure-auth - Microsoft Entra ID Authentication

Version: 1.0.0

Purpose

Implements Microsoft Entra ID (Azure AD) authentication for full-stack applications using React SPAs with MSAL.js on the frontend and Cloudflare Workers JWT validation with the jose library on the backend. This skill sets up Authorization Code Flow with PKCE — the recommended OAuth 2.0 flow for public clients (SPAs).

Use this skill when:

  • Building a React SPA that requires Azure AD / Entra ID sign-in
  • Protecting Cloudflare Workers API routes with JWT validation
  • Setting up Authorization Code Flow + PKCE for browser-based apps
  • Configuring MSAL.js PublicClientApplication with proper redirect URIs
  • Validating access tokens issued by Entra ID in edge workers
Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
azure-auth — olino3/forge