I Need an LDAP authentification for my Dashboard.
Is that possible?
I dont know Details About LDAP, but i know the url+port for our LDAP and i would like to use usergroups as filter for my dashboardgroups.
Thats my idea of it.
As i undertand i would like to have the following:
The user opens a dashboardgroup and in that Moment a function runs his credentials against LDAP and with an positive answer he could proceed.
So i need to read the credentials, the Connection to LDAP and a mustache Code that i send to the LDAP. Is that Right or do i not understand that?
I installed some LDAP nodes but i dont understand how to use them.
You will probably want the LDAP extension for Passport as I think that Node-RED authentication uses Passport and will support it? Not sure though as I've not done it.
However, if you don't know anything about LDAP you are not so likely to get it working. You will certainly need the login details for your LDAP server and permission from the server's owner to make use of the data in this way.
Alternatively, you could use Node-RED behind a reverse proxy and use the proxy (e.g. NGINX, Caddy, etc) with a suitable LDAP authentication extension.