Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@continuoussecuritytooling/keycloak-reporter

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@continuoussecuritytooling/keycloak-reporter

Reporting Tools for Keycloak

  • 0.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
585
increased by216.22%
Maintainers
1
Weekly downloads
 
Created
Source

Keycloak Reporter

License CI npm version npm downloads npm downloads Docker Stars Known Vulnerabilities

Docker Stars

Usage

npm i @continuoussecuritytooling/keycloak-reporter --location=global
kc-reporter help

For listing clients:

kc-reporter listClients <Keycloak_Root_URL> <Client_ID> <Client_Secret> --format=csv

The output looks for CSV, like that:

"client","description","realm","enabled","public","allowedOrigins"
"account",,"bunge",true,true,"[]"
"account-console",,"bunge",true,true,"[]"
"admin-cli",,"bunge",true,true,"[]"
"broker",,"bunge",true,false,"[]"
"portal",,"bunge",true,false,"[]"
"realm-management",,"bunge",true,false,"[]"
"security-admin-console",,"bunge",true,true,"[""+""]"

Valid commands are:

  • listClients
  • listUsers

Advanced

Config file

You can also provider a config file via env var CONFIG_FILE and then just provide the commands, e.g.:

CONFIG_FILE=e2e/fixtures/config.json kc-reporter listClients

Post to Slack or Teams

When using this command:

kc-reporter listUsers <Keycloak_Root_URL> <Client_ID> <Client_Secret> --format=json --output=webhook --webhookType=slack --webhookUrl=$WEBHOOK_TESTING_SLACK

the following entry in slack will be created: Slack Sample

And for Teams:

kc-reporter listUsers <Keycloak_Root_URL> <Client_ID> <Client_Secret> --format=json --output=webhook --webhookType=teams --webhookUrl=$WEBHOOK_TESTING_TEAMS

the following entry in slack will be created: Team Sample

FAQs

Package last updated on 02 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc