Keycloak Realm JSON Generator

Keycloak Realm Generator
// Click Generate to see the JSON...

πŸš€ How to Import this into Keycloak

  1. Click Download .json File above.
  2. Log in to your Keycloak Admin Console (usually port 8080).
  3. Click the Realm Dropdown (top-left corner) and select Create Realm.
  4. Click Browse/Resource File and select your downloaded JSON file.
  5. Click Create. Your realm, client, and admin user are now live!
⚠️ Security Tip: This tool sets “Redirect URIs” to * (wildcard) for easy testing. Before going to production, change this to your actual domain (e.g., https://myapp.com/*) to prevent phishing attacks.