Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Does any one know how to integrate NIFI with AD

avatar

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?

 

1 REPLY 1

avatar
Super Mentor

@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