Search code examples
ldapapache-nifikerberoscloudera

How to display NiFi login without kerberos or LDAP


everyone,

I'm trying to set up user authentication by username/password in Apache NiFi, but without using Kerberos or LDAP.

her used nifi toolkit to generate ssl certificates, i have started nifi by https. but i want you to ask me to log in as minimally as possible without installing extras. is this possible? or is it required to have an external user management system?

  • I am using Ubuntu localhost, one node in my laptop

for instance

enter image description here


Solution

  • The login page is displayed when you have configured NiFi with an identity provider. The two provided identity providers are LDAP and Kerberos, but you can also implement your own as it is an extension point. Other ways to authenticate to NiFi are client certificate, SPNEGO, OIDC, and Knox.