DEVPANTRY.COM
Auth & SSOKeycloak (Red Hat / CNCF)JSON & TypeScript Fixtures

Keycloak Open Source IAM

Standard OIDC Token response returned by Keycloak.

CHAOS ENTROPY:75%
HTTP:
VARIATION:
HTTP 200 OKmode: chaos
size: 0.4 KB
{
  "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUI...sample_keycloak_access_token...",
  "expires_in": 300,
  "refresh_expires_in": 1800,
  "refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCIgOiAiSldUI...sample_keycloak_refresh_token...",
  "token_type": "Bearer",
  "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUI...sample_keycloak_id_token...",
  "not-before-policy": 0,
  "session_state": "c1f7a070-5b77-4c3e-9080-60b545d179ec",
  "scope": "openid email profile"
}
Related Production API Chaos TemplatesBrowse All 17 Templates