The available authentication mechanisms are... - Client certificate - Kerberos SPNEGO - Keberos login identity provider - LDAP login identity provider - OpenID Connect - Apache Knox SSO - SAML (soon to be released)
You can also implement your own LoginIdentityProvider. We currently don't provide one that stores usernames/passwords in NiFi. On Fri, Feb 12, 2021 at 9:03 AM Edward Armes <[email protected]> wrote: > > Hi Sumant, > > The best way to do this would be using an approach known as Basic > Authentication. information you need to enable this can be found in > Administration guide which can be found here: > https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html > > Regards > > Edward > > > On Fri, Feb 12, 2021 at 1:32 PM Sumanta Mishra > <[email protected]> wrote: > > > Adding [email protected] > > > > On Fri, Feb 12, 2021 at 5:40 PM Sumanta Mishra < > > [email protected]> wrote: > > > > > Hi, > > > > > > Is there any direct and simple way to set username and password within > > > Nifi? So that: > > > > > > - I can create users > > > - Share the credentials with the users > > > - Application should prompt authentication popup if they open the > > > application > > > - Login and use the application using their credentials > > > > > > > > > LDAP authentication is bit difficult in ubuntu machine. I am using Azure > > > Virtual Machine to user Nifi. > > > > > > Any suggestions? > > > > > > Regards, > > > Sumant > > > > >
