node-red-contrib-openid 1.1.0

Node-RED node to integrate OpenID Connect in flows

npm install node-red-contrib-openid

Node-RED node to use OpenID Connect with HTTP request nodes.

This node uses the certified OpenID client library: node-openid-client

Screenshot

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-openid

Usage

Once authenticated with the OpenID provider, each message passing through this node obtains a fresh access token.

This access token is stored into this message property: msg.access_token

In order to be usable with the HTTP node, the access token is also added to HTTP headers: msg.headers['Authorization']

Node Info

Version: 1.1.0
Updated 4 years, 10 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

25 in the last week

Nodes

  • openid-credentials
  • openid

Keywords

  • node-red
  • openid
  • oidc

Maintainers