1.1.0 • Published 5 years ago

node-red-contrib-openid v1.1.0

Weekly downloads
76
License
Apache-2.0
Repository
github
Last release
5 years ago

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']

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago