Greetings,
Im using Node-RED version 4.0.6. I want to login with LDAP to Node-RED but the extensions that I find are deprecated and cant be usable for me.
Is there a better way to implement LDAP login for Node-RED without using extensions?
Greetings,
Im using Node-RED version 4.0.6. I want to login with LDAP to Node-RED but the extensions that I find are deprecated and cant be usable for me.
Is there a better way to implement LDAP login for Node-RED without using extensions?
Where is Node RED sitting? On a windows Server?
You could use an IIS reverse proxy and have IIS trigger windows auth?
I.e have IIS manage authentication
Most people would do this via a proxy. Marcus has mentioned doing it on Windows with IIS but on all platforms you could also use something like NGINX with a suitable extension. Most people would prefer to use Linux for this but it can also be done on Windows if needed though I'd agree that IIS with AD/AAD integration is best there.