Node-RED
Set up Node-RED with Pocket ID authentication
Pocket ID Setup
- In Pocket-ID create a new OIDC Client, name it i.e.
node-red. - Set a logo for this OIDC Client if you would like too.
- Set the callback URL to:
https://nodered.yoururl.com/auth/strategy/callback, or leave blank to autofill on first login. - Copy the
Client ID, andClient Secretfor use in the next steps.
Node-RED Setup
Make sure the following "Passport strategy" package is installed:
Replace the adminAuth section in settings.js (adjust to your specific requirements):
Restart the container after editing the settings.js file.