Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View IAMDevBox's full-sized avatar

Block or report IAMDevBox

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
IAMDevBox/README.md

IAMDevBox

iamdevbox.com โ€” Identity & Access Management tutorials, open-source tools, and developer guides.


About

IAMDevBox is a technical resource hub for IAM engineers and developers, covering:

  • ForgeRock / PingOne AIC โ€” Production deployment, troubleshooting, scripted decision nodes, DS replication
  • Keycloak โ€” Docker production setup, HA clustering, LDAP federation, custom themes, Admin REST API
  • OAuth 2.0 / OIDC / SAML โ€” Protocol deep-dives, security best practices, troubleshooting guides
  • AI + Identity โ€” MCP OAuth 2.1, agentic AI authentication, non-human identity management
  • Developer Tools โ€” 15 browser-based tools for IAM engineers (see below)

350+ articles, 15 interactive tools, all open-source.


Developer Tools

All tools run entirely in your browser โ€” no signup, no data sent externally.

Tool Description Link
๐Ÿ”‘ JWT Decoder Decode and inspect JSON Web Tokens Open
๐Ÿ”จ JWT Builder Create and sign JWT tokens for testing Open
๐Ÿ”’ PKCE Generator Generate code_verifier and code_challenge for OAuth PKCE Open
๐ŸŽฎ OAuth Playground Test OAuth 2.0 flows (Auth Code, PKCE, Client Credentials, Device Code) Open
๐Ÿ” OIDC Checker Validate OpenID Connect discovery endpoints Open
๐Ÿ“‹ SAML Decoder Decode SAML responses with signature analysis Open
๐ŸŒ REST Client Test REST APIs with HTTP requests Open
โฐ Timestamp Converter Convert Unix timestamps to human-readable dates Open
๐Ÿ”— URL Encoder/Decoder Encode and decode URLs Open
๐Ÿ”ข Base64 Encoder/Decoder Encode/decode Base64 strings Open
๐Ÿ“„ YAML โ‡„ JSON Convert between YAML and JSON Open
๐Ÿ“„ XML โ‡„ JSON Convert between XML and JSON Open
๐Ÿ”’ ROT47 Cipher Quick text obfuscation Open
๐Ÿ—๏ธ ForgeRock URL Builder Build ForgeRock AM/IDM REST API URLs Open
๐Ÿ”— URL Admin Self-hosted URL shortener admin (CloudFlare Workers) Open

Companion Repos

Production-ready code extracted from IAMDevBox tutorials:

Repo Description Tutorial
keycloak-docker-production Keycloak 26.x Docker Compose + PostgreSQL + reverse proxy Tutorial
keycloak-spring-boot-oauth2 Spring Boot 3 OAuth2 Resource Server with Keycloak Tutorial
oauth-pkce-spa-example OAuth PKCE flow for React SPA Tutorial
oauth-nodejs-express OAuth 2.0 Auth Code flow with Node.js + Express Tutorial
forgerock-password-sync ForgeRock IDM โ†’ Oracle IDCS password sync Tutorial
forgerock-backup-restore-scripts ForgeRock AM/IDM/DS backup automation Tutorial
forgerock-config-promotion ForgeRock config promotion (dev โ†’ prod) Tutorial
forgerock-ds-cert-troubleshoot ForgeRock DS PKIX certificate troubleshooting Tutorial

Connect

Platform Link
๐ŸŒ Website iamdevbox.com
๐Ÿฆ X (Twitter) @IAMDevBox
๐Ÿ˜ Mastodon @[email protected]
๐Ÿ’ป Dev.to @iamdevbox
๐Ÿ“บ YouTube @IAMDevBox

License

MIT License ยฉ IAMDevBox

Popular repositories Loading

  1. IAMDevBox IAMDevBox Public

    IAMDevBox.com โ€” Identity & Access Management tutorials, open-source tools, and developer guides. ForgeRock, Keycloak, OAuth, SAML, OIDC, and more.

    HTML 2

  2. awesome-keycloak awesome-keycloak Public

    Forked from thomasdarimont/awesome-keycloak

    A curated list of resources for learning about http://www.keycloak.org

  3. awesome-oauth-oidc awesome-oauth-oidc Public

    Forked from shyuan/awesome-oauth-oidc

    Collect documentation related to OAuth 2.0 and OpenID Connect

  4. awesome-openid-connect awesome-openid-connect Public

    Forked from cerberauth/awesome-openid-connect

    OpenID Connect, the authentication protocol and identity layer on top of OAuth 2.0 used in many SSO and adopted in many social logins (Apple, Facebook, Google, ...etc). Find this curated list of prโ€ฆ

    HTML

  5. awesome-iam awesome-iam Public

    Forked from kdeldycke/awesome-iam

    ๐Ÿ‘ค Identity and Access Management knowledge for cloud platforms

  6. keycloak-docker-production keycloak-docker-production Public

    Production-ready Keycloak 26.x Docker Compose with PostgreSQL, Nginx/Traefik/Caddy reverse proxy, clustering, monitoring, and security hardening

    Dockerfile