DEVPANTRY.COM
All 17 Templates/Auth & SSO/Microsoft Entra ID (Azure AD) & Microsoft Graph
Need Columnar Tables GUI? Go to Schema Studio
Auth & SSOMicrosoft Identity Platform (MSAL)JSON & TypeScript Fixtures

Microsoft Entra ID (Azure AD) & Microsoft Graph

Returned by POST https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token upon code exchange.

CHAOS ENTROPY:75%
HTTP:
VARIATION:
HTTP 200 OKmode: chaos
size: 0.3 KB
{
  "token_type": "Bearer",
  "scope": "User.Read openid profile email",
  "expires_in": 3599,
  "ext_expires_in": 3599,
  "access_token": "eyJ0eXAiOiJKV1QiLCJub25jZSI...sample_ms_access_token...",
  "refresh_token": "0.AUAAoG3z...sample_ms_refresh_token...",
  "id_token": "eyJ0eXAiOiJKV1QiLCJhbGci...sample_ms_id_token_jwt..."
}
Related Production API Chaos TemplatesBrowse All 17 Templates