Communityv0.1.0

Azure Auth

Microsoft Entra ID (Azure AD) authentication for React SPAs with MSAL.js and Cloudflare Workers JWT validation using jose library. Full-stack pattern with Authorization Code Flow + PKCE. Prevents 8 documented errors. Use when: implementing Microsoft SSO, troubleshooting AADSTS50058 loops, AADSTS700084 refresh token errors, React Router redirects, setActiveAccount re-render issues, or validating Entra ID tokens in Workers.

1.5kdownloads1stars1active installsVeera
View on ClawHubBack to Skills

Skill Details

Slug
azure-auth
Latest Version
0.1.0
Author
Veera
Published
Jan 31, 2026
Updated
Feb 27, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Azure Auth.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.0

azure-auth 0.1.0 - Initial release providing Microsoft Entra ID (Azure AD) authentication for React SPAs and JWT validation in Cloudflare Workers. - Implements Authorization Code Flow with PKCE using @azure/msal-react v5 and the jose library (Cloudflare Workers compatible). - Offers mitigation guidance for 8 common MSAL/Azure AD errors, including SSO issues and token refresh problems. - Includes quick-start setup for both frontend (React) and backend (Cloudflare Workers). - Documents key breaking changes: MSAL v4→v5 migration, Azure AD B2C and ADAL retirements. - Provides step-by-step configuration, recommended patterns, and architecture overview.