🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more →
Socket
Book a DemoInstallSign in
Socket

@jack-henry/jhid-client-creds-helper

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jack-henry/jhid-client-creds-helper

Helper utilities to debug connecting to Banno's Platform API using client credentials

latest
Source
npmnpm
Version
1.3.6
Version published
Maintainers
6
Created
Source

@jack-henry/jhid-client-creds-helper

Helper utilities for common tasks with Jack Henry ID Authentication

Usage

npx @jack-henry/jhid-client-creds-helper COMMAND

Installation

The npx command automatically downloads and executes the latest version on demand. No installation steps are required.

Supported Commands

Commands currently supported by the utility.

sign-jwt

Create a signed JWT to use as the client_assertion.

Example:

$ npx @jack-henry/jhid-client-creds-helper sign-jwt --client-id=00000000-0000-0000-0000-000000000000 --private-key=./private.pem 

client-assertion

Create a signed JWT to use as the client_assertion and obtain an access_token.

Example:

$ npx @jack-henry/jhid-client-creds-helper client-assertion --client-id=00000000-0000-0000-0000-000000000000 --private-key=./private.pem --scope openid 

First Time Setup

This utility is run via the node npx command.

Node Version

The utility requires NodeJS version 18.0.0 or later. Check your current version with node --version.

FAQs

Package last updated on 25 Sep 2025

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