<?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: LDAP with 5.19 REST - Code changes  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233104#M186234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no, Activiti does not check identities. It simply sets strings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Swapping out the auth to ldap, you'd need to change the SecurityConfiguration in the Activiti rest app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 15:15:42 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-03-25T15:15:42Z</dc:date>
    <item>
      <title>LDAP with 5.19 REST - Code changes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233099#M186229</link>
      <description>HiIn Activiti 5.19, in order to use LDAP with the REST module instead of&amp;nbsp; the Activiti Identity related user/group/membership tables. Will it work by including the Activiti-ldap related jar file and also by Change the ProcessEngineConfigurationImpl.java code by commenting the below lines addSessionF</description>
      <pubDate>Tue, 22 Mar 2016 18:53:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233099#M186229</guid>
      <dc:creator>ncoonghe</dc:creator>
      <dc:date>2016-03-22T18:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP with 5.19 REST - Code changes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233100#M186230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nirmal, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As per your statement, I understood that you are using Activiti via REST. Now when you use it via REST, you need not integrate Activiti with LDAP but you need to integrate your application with LDAP. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you need not change any code in Activiti source files. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 07:04:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233100#M186230</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-03-23T07:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP with 5.19 REST - Code changes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233101#M186231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Hari,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you mean to say when certain API calls are made the engine does not look up the user/group identity link data and make sure that the entries are available before performing what the API has to do. Like Assigning a Task, delegating a task, assigning to a group, etc. In fact it checks the user/password as part of REST using the user table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I definitely think it cannot be isolated. It has to be integrated with the engine..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 16:56:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233101#M186231</guid>
      <dc:creator>ncoonghe</dc:creator>
      <dc:date>2016-03-23T16:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP with 5.19 REST - Code changes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233102#M186232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would not check if the user/group exists in the table when you assign a task or perform any other action to a user/group. When you integrate your application with LDAP, its becomes your application's responsibility to verify these things. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have done it in the same way. I pull the information of the list of users and list of groups from the LDAP and display it to the user when he tries to assign a task. In this way we ensured that no other user/group gets into the db. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 05:31:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233102#M186232</guid>
      <dc:creator>hari</dc:creator>
      <dc:date>2016-03-24T05:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP with 5.19 REST - Code changes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233103#M186233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But The REST webapp out of box does require the basic authentication to work. Meaning, without it the Rest Client does not allow me to execute any of the REST API's and the REST app checks against the user table to check the user and password. This means I would have to change Activiti REST code to not make the password check in the User table ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also can you confirm that none of the API calls ever validate against the User/Group table based on the context &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I think some of the API's like claim, etc does check the Identity objects before the task is claimed, etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nirmal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 16:40:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233103#M186233</guid>
      <dc:creator>ncoonghe</dc:creator>
      <dc:date>2016-03-24T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP with 5.19 REST - Code changes</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233104#M186234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no, Activiti does not check identities. It simply sets strings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Swapping out the auth to ldap, you'd need to change the SecurityConfiguration in the Activiti rest app.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 15:15:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-with-5-19-rest-code-changes/m-p/233104#M186234</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-03-25T15:15:42Z</dc:date>
    </item>
  </channel>
</rss>

