<?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 Re: Authenticate WebService in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322677#M92599</link>
    <description>One way is using XACML authorization. To use this you first need to make sure you do authentication in CXF and also populate the roles of the SecurityContext. The you need to add a XACML Policy Enforcement point interceptor in your service provider. Together with a Policy Decision Point and the Talend XACML registry you can then do authorization using XACML policies which can also do role based access.
&lt;BR /&gt;Another solution is to use Spring Security. There you can use @RolesAllowed annotations on your service methods to specify which roles have access.
&lt;BR /&gt;Both variants are not easy to setup though. So you may want to ask our professinal services for assistence.
&lt;BR /&gt;Btw. I also think we need some simple default configuration for role based authentication but currently there is no out of the box solution.</description>
    <pubDate>Tue, 23 Jul 2013 13:08:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-23T13:08:31Z</dc:date>
    <item>
      <title>Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322674#M92596</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;How i can manage jass authenticate role on karaf.&lt;BR /&gt;I check ESB Service Security Username / Password, i deploy my kar on ESB Container &lt;BR /&gt;But how i can specify jaas role access for my service.&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 11:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322674#M92596</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322675#M92597</link>
      <description>Hi, 
&lt;BR /&gt;There is a PropertiesLoginModule preinstalled in Talend Runtime/karaf container which can be used to do auth for your application. 
&lt;BR /&gt;karaf@trun&amp;gt; jaas:realms 
&lt;BR /&gt;Index Realm Module Class 
&lt;BR /&gt; 1 karaf org.apache.karaf.jaas.modules.properties.PropertiesLoginModule 
&lt;BR /&gt;you can manage this karaf realm from console commands: 
&lt;BR /&gt;karaf@trun&amp;gt; jaas: 
&lt;BR /&gt;jaas:cancel jaas:manage jaas 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ending jaas:realms jaas:roleadd jaas:roledel jaas:update 
&lt;BR /&gt;jaas:useradd jaas:userdel jaas:users 
&lt;BR /&gt;also, you could find user/pwd info directly from etc/users.properties 
&lt;BR /&gt;HTH</description>
      <pubDate>Mon, 15 Jul 2013 06:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322675#M92597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T06:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322676#M92598</link>
      <description>Hello,&lt;BR /&gt;How i can define for each TalendService an access Role. Sample :&lt;BR /&gt;TalendServiceHello --&amp;gt; Only role1 can have full access&lt;BR /&gt;TalendServiceHey --&amp;gt; Only role2 can have full access&lt;BR /&gt;&lt;BR /&gt;My "./etc/users.properties"&lt;BR /&gt;user1=pwd,role1 &lt;BR /&gt;user2=pwd,role2&lt;BR /&gt;But how i can define role access for each Service.&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 22 Jul 2013 14:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322676#M92598</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-22T14:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322677#M92599</link>
      <description>One way is using XACML authorization. To use this you first need to make sure you do authentication in CXF and also populate the roles of the SecurityContext. The you need to add a XACML Policy Enforcement point interceptor in your service provider. Together with a Policy Decision Point and the Talend XACML registry you can then do authorization using XACML policies which can also do role based access.
&lt;BR /&gt;Another solution is to use Spring Security. There you can use @RolesAllowed annotations on your service methods to specify which roles have access.
&lt;BR /&gt;Both variants are not easy to setup though. So you may want to ask our professinal services for assistence.
&lt;BR /&gt;Btw. I also think we need some simple default configuration for role based authentication but currently there is no out of the box solution.</description>
      <pubDate>Tue, 23 Jul 2013 13:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322677#M92599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-23T13:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322678#M92600</link>
      <description>Hello,&lt;BR /&gt;Thanks for your help, can you tell me with file we can configure to specify XACML policies.&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Fri, 26 Jul 2013 12:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322678#M92600</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-26T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322679#M92601</link>
      <description>Unfortunately managing XACML policies is not possible in a simple file. You need to setup the XACML policy registry. It manages policies in a jackrabbit repository. There is also a UI to manage permissions. So once it is set up it is fairly easy.
&lt;BR /&gt;I just checked the product feature map. XACML is only available in the Talend Enterprise ESB. The documentation there will get you started.</description>
      <pubDate>Mon, 29 Jul 2013 08:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322679#M92601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-29T08:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322680#M92602</link>
      <description>hi,&lt;BR /&gt;how to asaign username/password for particular service in esb</description>
      <pubDate>Wed, 31 Jul 2013 07:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322680#M92602</guid>
      <dc:creator>krishna_g</dc:creator>
      <dc:date>2013-07-31T07:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authenticate WebService</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322681#M92603</link>
      <description>hi,&lt;BR /&gt;i created one service --&amp;gt;Runtime ESB Options --&amp;gt;i am providing authentication like username /password ..&lt;BR /&gt;and goes to consumer job .after that i am going to acess that service,at that  time it doesn't asking  authentication but response is getting.i want to know  where can i acess that crediantials  in consumer level.</description>
      <pubDate>Wed, 31 Jul 2013 07:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Authenticate-WebService/m-p/2322681#M92603</guid>
      <dc:creator>krishna_g</dc:creator>
      <dc:date>2013-07-31T07:19:27Z</dc:date>
    </item>
  </channel>
</rss>

