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.
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]
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