You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Brajendra Mishra <br...@persistent.com> on 2018/06/21 13:33:30 UTC

How to configure LDAP with HandleHTTPRequest Processor for User authentication and authorization

Hi Team,

Please let me know the options to configure LDAP at level of configuring HandleHTTPRequest processor so I can do user authentication and authorization at processor level.

Brajendra Mishra
Persistent Systems Ltd.

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.

Re: How to configure LDAP with HandleHTTPRequest Processor for User authentication and authorization

Posted by Bryan Bende <bb...@gmail.com>.
Hello,

Since processors are extensions to the NiFi framework, they don't have
a way to utilize the framework's authentication and authorization.

The only option for HandleHttpRequest is to use 2-way TLS by providing
an SSL Context Service with Client Auth required.

Thanks,

Bryan


On Thu, Jun 21, 2018 at 9:33 AM, Brajendra Mishra
<br...@persistent.com> wrote:
> Hi Team,
>
> Please let me know the options to configure LDAP at level of configuring HandleHTTPRequest processor so I can do user authentication and authorization at processor level.
>
> Brajendra Mishra
> Persistent Systems Ltd.
>
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.