DEVPANTRY.COM
All 17 Templates/Auth & SSO/Sign in with Apple (Apple ID OAuth 2.0 / OIDC)
Need Columnar Tables GUI? Go to Schema Studio
Auth & SSOAppleJSON & TypeScript Fixtures

Sign in with Apple (Apple ID OAuth 2.0 / OIDC)

Returned by POST https://appleid.apple.com/auth/token upon authorization_code exchange.

CHAOS ENTROPY:75%
HTTP:
VARIATION:
HTTP 200 OKmode: chaos
size: 0.2 KB
{
  "access_token": "a1b2c3d4e5f6.0.sample_apple_access_token",
  "token_type": "Bearer",
  "expires_in": 3600,
  "refresh_token": "r1e2f3r4e5s6h7.0.sample_apple_refresh_token",
  "id_token": "eyJraWQiOiI4NkQ4OEtmIiwiYWxnIjoiUlMyNTYi...sample_apple_id_token_jwt..."
}
Related Production API Chaos TemplatesBrowse All 17 Templates