Hi Team,
We implemented SSO on node-red Editor screen using passport-js strategy in the setting.js, We tried the same for node-red UI but it wasn't working. is there any way to achieve SSO for the node-red UI screen?
Thanks in advance.
Hi Team,
We implemented SSO on node-red Editor screen using passport-js strategy in the setting.js, We tried the same for node-red UI but it wasn't working. is there any way to achieve SSO for the node-red UI screen?
Thanks in advance.
Possibly. But the easiest approach is not to try doing it in Node-RED. Use a reverse proxy such as NGINX and configure your end point authentication and access there.