New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pf-authenticator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pf-authenticator

PingFederate authentication tool for automated implicit flow

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-57.14%
Maintainers
1
Weekly downloads
 
Created
Source

PingFederate Authenticator

PingFederate authentication tool for automated issuance of Access Token using exclusively the Implicit Flow.

Installation

$ npm -g install pf-authenticator

NOTE: Make sure you have Node.js and Npm installed in your machine (https://nodejs.org/en/download).

Usage

$ authenticator

  Usage: authenticator --issuer <uri> --client <id> --redirect <uri> --username <user> --password <pass>

  PingFederate Authenticator


  Options:

    -I, --issuer <uri>        Set the OpenID Issuer URI. Retrieve the OpenID configuration at <issuer>/.well-know/openid-configuration
    -C, --client <id>         Define the Client ID. It must be a client with activated implicit flow.
    -R, --redirect <uri>      Define the Redirect URI. It must to be an authorized redirection URI.
    -S, --scope <scope list>  Define the scopes list. Default is "openid profile".
    -i, --id_token            Retrieve the ID Token instead of Access Token.
    -U, --username <user>     Specify the username to login
    -P, --password <pass>     Specify the password to login
    -h, --help                output usage information

Additional information

For scripting automation purposes, the token might be redirected to a file:

$ authenticator -I https://pfinstance.com:5555 -C my_client_app -R https://example.com -U john_doe -P "Lorem Ipsum" > access_token.txt

To-do

  • Add support to both HTTP and HTTPS. (Currently only supports HTTPS)
  • Allow direct importing as a Node module.
  • Add option to import a configuration file.

Keywords

FAQs

Package last updated on 09 Feb 2018

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