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
54
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.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
240
increased by112.39%
Maintainers
1
Weekly downloads
 
Created
Source

Keycloak Reporter

Docker Stars

Usage

docker run continuoussecuritytooling/keycloak-reporting-cli 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

Post to Slack or Teams

When using this command:

node dist/index.js 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:

node dist/index.js 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 31 May 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