kcwarden - Keycloak Configuration Auditor
kcwarden checks your Keycloak configuration for common misconfigurations and security vulnerabilities.
🚀 Getting started
Install it using Python:
pip install kcwardenFor details and other methods, see our documentation.
▶️ Usage
Download your Keycloak's config:
kcwarden download --realm $REALM --user admin --output config.json $KEYCLOAK_BASE_URLand run the checks against it:
kcwarden audit config.jsonFor more information, see the documentation on the project website.