CDann3r commented on issue #3956: Added NTLM Authentication based on presence 
of NTLM Domain property
URL: https://github.com/apache/nifi/pull/3956#issuecomment-579521893
 
 
   I think the issue is that the used httpClient (okhttp3.OkHttpClient) doesn't 
support NTLM. Therefore two complete java classes have been added which handle 
the actual NTLM.
   
   I propose to use "org.apache.http.impl.client.HttpClientBuilder" as 
@simonellistonball did with his WebDAV Processor which is Licensed under 
Apache2.
   
   Reference => see addAuth method which creates a CredentialProvider for the 
HttpClientBuilder
   
[AbstractWebDAVProcessor.java](https://github.com/simonellistonball/nifi-webdav-bundle/blob/master/nifi-webdav-processors/src/main/java/org/apache/nifi/processors/webdav/AbstractWebDAVProcessor.java)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to