IAM engineering · production notes

Field guides for engineers who run identity in production.

Troubleshooting guides, working configurations and browser-based tools for Keycloak, ForgeRock, Ping Identity, SailPoint, OAuth 2.0 and SAML. Written by a practicing IAM architect and checked against vendor documentation.

iamdevbox.jwt HS256
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5pYW1kZXZib3guY29tIiwic3ViIjoiaWFtLWVuZ2luZWVyIiwiYXVkIjpbImtleWNsb2FrIiwiZm9yZ2Vyb2NrIiwic2FpbHBvaW50Iiwib2F1dGgyIiwic2FtbCJdLCJndWlkZXMiOjMxNywidG9vbHMiOjE1LCJyZXBvcyI6MjgsInZpZGVvcyI6NzcsImlhdCI6MTc4OTQwMjY5NX0.glQonsN3F2Xvom8gCsiCl8sYikGCImX8pln1oV2MiqQ
{
  "iss": "https://www.iamdevbox.com",
  "sub": "iam-engineer",
  "aud": ["keycloak","forgerock","sailpoint","oauth2","saml"],
  "guides": 317,   // long-form articles
  "tools": 15,    // run entirely in your browser
  "repos": 28,    // companion code on GitHub
  "videos": 77,   // on YouTube
  "iat": 1789402695  // built 14 Sep 2026
}

Signed with the secret iamdevbox. Verify it in the JWT Decoder

Covers
  • Keycloak
  • ForgeRock AM · IDM · DS
  • PingOne Advanced Identity Cloud
  • SailPoint IdentityIQ
  • Okta
  • Auth0
  • Microsoft Entra ID
  • Ory · Zitadel · Authentik

Who writes this

Written by a practicing IAM architect.

IAMDevBox is written by an enterprise identity architect with more than fifteen years of production IAM work and certifications across ForgeRock, Ping Identity and SailPoint. The guides come from real incidents, migrations and integrations, and every command, table name and configuration path is checked against vendor documentation before it is published.

Drafting is AI-assisted. Review, testing and the judgment calls are human. If a guide is wrong, say so and it gets fixed.