Created on 12-20-2019 05:00 AM - last edited on 12-20-2019 06:20 AM by VidyaSargur
Hi Team,
I have installed NIFI service in the existing HDP cluster and need to integrate with AD as currently the nifi web ui does not have authentication. Can someone help on this?
Created 12-20-2019 07:29 AM
@saivenkatg55
NiFi musty be secured before you can use any form of authentication and authorization.
Along with securing NiFi you can configure NiFi's login-identity-providers.xml to use the "ldap-provider" for user authentication.
Here are some useful links:Securing NiFi:https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.4.1.1/nifi-authentication/content/nifi_authenticat...Setting up ldap-provider:https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.4.1.1/nifi-security/content/ldap_login_identity_pr...Setting up authorization:https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.4.1.1/nifi-authorization/content/nifi_authorizatio...Hope this helps,
Matt