Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

cCXFRS using NTLM authentication

Hi,
I am using TOS for ESB v 6.1.1. I would like to use cCXFRS to connect to a Sharepoint 2013 server.
For that, I need to authenticate using NTLM, how can I do that ? Custom component, other ? 
Thanks.
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi 
I have consulted to our developers and got answers that  cCXFRS only support basic HTTP and [font=Verdana, Helvetica, Arial, sans-serif] SAML token auth.[/font]


[font=Verdana, Helvetica, Arial, sans-serif] Regards[/font]
[font=Verdana, Helvetica, Arial, sans-serif] Shong[/font]
Anonymous
Not applicable
Author

Hi
there are several option open:

[list=*]
  • the simplest option to configure is to allow use of the Basic authentication on the Sharepoint Web Services, Access SharePoint using Basic Authentication, however not every organization running MS Sharepoint allows this approach (or - they are not really happy with it).


  • [list=*]
  • configure NTLM authentication on the specific conduit CXF SPNEGO Authentication. This assumes you can configure the SPNEGO Authentication for the Karaf itself (outside the scope of this post). The pitfall of the SPNEGO authentication I usually have is, that if it doesn't work it is difficult to find out why.


  • In the TESB you can configure the CXF conduit using a property file in the /etc/org.apache.cxf.http.conduits-<name>.cfg

    Have fun
            g.