Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How can we pop up log in window asking user id and pwd in apache nifi https web browser without using ssl certificate.

avatar
New Member

Hi All,

Can anyone help me on knowing how to get the log in window asking user id and password in apache nifi https web browser.

We dont want to use SSL certificate for the same. Is there any other way to configure the nifi properties so that when w log in it will ask user id and pwd.

Thanks in adavance.

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Ayaskant Das

NiFi by default will use a user's SSL certificate if it is included by your browser during the connection to NiFi's URL.

NiFi can be configured to use LDAP or Kerberos as alternate Authentication methods. Once configured, these alternate methods will be used only if a user does not pass a SSL certificate.

Information about setting up LDAP or kerberos can be found in NiFo's Admin guide:

https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication

Thanks,

Matt

View solution in original post

1 REPLY 1

avatar
Master Mentor
@Ayaskant Das

NiFi by default will use a user's SSL certificate if it is included by your browser during the connection to NiFi's URL.

NiFi can be configured to use LDAP or Kerberos as alternate Authentication methods. Once configured, these alternate methods will be used only if a user does not pass a SSL certificate.

Information about setting up LDAP or kerberos can be found in NiFo's Admin guide:

https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication

Thanks,

Matt