Created 09-08-2016 05:20 PM
Hello,
Is there a way to setup NiFi (HDF 0.x) to do user authentication through a local authentication? In the documentation the only examples that can be provided for the property:
nifi.security.user.login.identity.provider are ldap-provider and kerberos (both are not configured atm)
Created 09-08-2016 05:24 PM
There is no local authentication. NiFi provides authentication with 2-way SSL (certificates), Kerberos, or LDAP.
You can also implement your own identity provider to authenticate users however you like:
You would create a NAR with your implementation and put it in NiFI lib.
Created 09-08-2016 05:24 PM
There is no local authentication. NiFi provides authentication with 2-way SSL (certificates), Kerberos, or LDAP.
You can also implement your own identity provider to authenticate users however you like:
You would create a NAR with your implementation and put it in NiFI lib.
Created 09-08-2016 05:27 PM
Great, thanks for the quick response
Created 09-08-2016 05:26 PM
What do you mean by local authentication? Using Kerberos authentication, Apache NiFi supports using a local ticket via SPNEGO.
Apache NiFi 0.x (which maps to HDF 1.x) supports authentication using client certificates, LDAP, and Kerberos. This also applies to Apache NiFi 1.x.