Paul Kelly created NIFI-10930:
---------------------------------

             Summary: LDAP binding should support external SASL authentication
                 Key: NIFI-10930
                 URL: https://issues.apache.org/jira/browse/NIFI-10930
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Paul Kelly


Binding to an LDAP server could use a client TLS certificate for External SASL 
authentication instead of manager DN and password.

Currently the LdapProviders in NiFi all use 
DefaultTlsDirContextAuthenticationStrategy, which requires a DN and password to 
bind to the LDAP server; however, Spring LDAP also has 
ExternalTlsDirContextAuthenticationStrategy, which supports External SASL 
authentication using only a client TLS certificate.

The LdapProviders in NiFi could be modified to use 
ExternalTlsDirContextAuthenticationStrategy instead of 
DefaultTlsDirContextAuthenticationStrategy when a client TLS certificate is 
configured and manager DN and password are empty.  This would enable binding to 
an LDAP server (including Active Directory) with a certificate instead of a 
username and password, which simplifies management in environments that require 
password rotations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to