Implementing OAuth 2.0 with Azure AD (Frontend + Backend) — a detailed step-by-step blog
Goal: show an end-to-end implementation where a Single Page App (SPA) authenticates a user using Azure AD (OAuth 2.0 Authorization Code + PKCE), receives an access token (JWT), calls a protected backend API, and the backend validates the token before...
codesky.cloudhero.in7 min read