node-red-contrib-auth-oidc 0.0.3
Node-RED node to add OpenID Connect authentication to HTTP nodes
node-red-contrib-auth-oidc
Node-RED node to use OpenID Connect with HTTP input nodes.
Install
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-auth-oidc
Usage
You have to configure the node by setting the discovery URL of your OpenID Connect provider.
Examples:
This node extract and validate the access token from HTTP headers (Authorization: Bearer XXX
).
Decoded token (JWT) is stored into the message property: msg.access_token
.