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

Skip to content

NilsBergmann/kcwarden

 
 

Repository files navigation

kcwarden - Keycloak Configuration Auditor

Python PyPI version Mkdocs GitHub discussions Downloads GitHub stars

last release status

kcwarden checks your Keycloak configuration for common misconfigurations and security vulnerabilities.

🚀 Getting started

Install it using Python:

pip install kcwarden

For details and other methods, see our documentation.

▶️ Usage

Download your Keycloak's config:

kcwarden download --realm $REALM --user admin --output config.json $KEYCLOAK_BASE_URL

and run the checks against it:

kcwarden audit config.json

For more information, see the documentation on the project website.

Sponsors

Logo iteratec

About

Keycloak Configuration Auditor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%