<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Protect SOAP web services with HTTP Basic Authentication in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206139#M6331</link>
    <description>Hi,&lt;BR /&gt;I want to&amp;nbsp;expose SOAP web services protecting them by HTTP Basic Authentication.&lt;BR /&gt;I thing I should configure the container (Apache Karaf) to use Basic Authentication.&lt;BR /&gt;Am I right ?&lt;BR /&gt;Where can I find any guide, tutorial or document to help me to do that ?&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 11:24:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:24:57Z</dc:date>
    <item>
      <title>Protect SOAP web services with HTTP Basic Authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206139#M6331</link>
      <description>Hi,&lt;BR /&gt;I want to&amp;nbsp;expose SOAP web services protecting them by HTTP Basic Authentication.&lt;BR /&gt;I thing I should configure the container (Apache Karaf) to use Basic Authentication.&lt;BR /&gt;Am I right ?&lt;BR /&gt;Where can I find any guide, tutorial or document to help me to do that ?&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 11:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206139#M6331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Protect SOAP web services with HTTP Basic Authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206140#M6332</link>
      <description>Hi, &lt;BR /&gt;You can find security authentication from CXF docs.&lt;BR /&gt;&lt;A href="http://cxf.apache.org/docs/security.html#Security-Authentication" target="_blank" rel="nofollow noopener noreferrer"&gt;http://cxf.apache.org/docs/security.html#Security-Authentication&lt;/A&gt;&lt;BR /&gt;and if you want to use karaf jaas, try to configue the contextName as karaf&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;&amp;lt;property name="contextName" value="karaf" /&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 03 Dec 2014 01:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206140#M6332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T01:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Protect SOAP web services with HTTP Basic Authentication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206141#M6333</link>
      <description>Not sure that's a good way, but you can also extract authentication header inside your job
&lt;BR /&gt;Just get the "Authorization" header and compare the result with a known string (or you can decode the string in order to test login/password on a remote system, like ldap bind ...)
&lt;BR /&gt;Basic authentication is just a base64 encoded string
&lt;BR /&gt;
&lt;PRE&gt;Basic bG9naW46cGFzc3dvcmQ=&lt;/PRE&gt;
&lt;BR /&gt;=&amp;gt;
&lt;BR /&gt;
&lt;PRE&gt;Basic login:password&lt;/PRE&gt;
&lt;BR /&gt;This is how I test authentication with rest queries</description>
      <pubDate>Mon, 30 Mar 2015 20:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication/m-p/2206141#M6333</guid>
      <dc:creator>lequette</dc:creator>
      <dc:date>2015-03-30T20:20:38Z</dc:date>
    </item>
  </channel>
</rss>

