Use ldap authentication for node n8n form or node webhook

Webhook and N8N Form

The idea is:

It is currently possible to enable authentication on webhook and n8n form nodes using the modes: basic auth, header auth, and jwt auth. It would be useful to be able to implement authentication via ldap or sso as well, thus allowing access with corporate credentials.

My use case:

I created a flow allows the request and creation of corporate wifi users. The First way is a n8n form node that asks the user to enter first name, last name and email needed to generate the wifi user, at the moment however I cannot identify who is making the request as I cannot authenticate them through ldap. Being able to do this would increase security and meet audit standards.

I think it would be beneficial to add this because:

Safety, traceability, compliance with regulatory standards.

Any resources to support this?

no

Are you willing to work on this?

I don’t know how to program, but I can support you to test it.