- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How can we pop up log in window asking user id and pwd in apache nifi https web browser without using ssl certificate.
- Labels:
-
Apache NiFi
Created ‎03-06-2017 05:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎03-06-2017 05:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎03-06-2017 05:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
