<?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: precious inviteTicket in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242334#M195464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. I promise I won't beat this to death, but it would seem then that there must be a way to run some REST/Web Script that doesn't require an inviteTicket since I can provide the required authentication via the HTTP client in my application (this works for the other REST/Web Scripts that I use - for example, I can retrieve all of the workflow tasks assigned to a user using this method).&amp;nbsp; Anyway, thanks for the hints. If I discover a work-around I'll post it here for others to review in case it's useful. Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 15:23:00 GMT</pubDate>
    <dc:creator>cszamudio</dc:creator>
    <dc:date>2010-06-14T15:23:00Z</dc:date>
    <item>
      <title>precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242328#M195458</link>
      <description>Hi,I've been struggling with this for a bit now, so I thought I'd ask for help. I am attempting to use the Invite web scripts to integrate the ability for users to accept or reject invitations from within my application.&amp;nbsp; I can successfully retrieve the invitations for a user using the /alfresco/ser</description>
      <pubDate>Sun, 13 Jun 2010 22:13:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242328#M195458</guid>
      <dc:creator>cszamudio</dc:creator>
      <dc:date>2010-06-13T22:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242329#M195459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The "ticket" is on the invitation email only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a security feature that it's not available by any other interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And there are already scripts to accept or reject the invitation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:26:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242329#M195459</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-06-14T09:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242330#M195460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your prompt response. Just a clarification for future reference.&amp;nbsp; What do you mean "there are already scripts to accept or reject the invitation"?&amp;nbsp; The scripts that are described in the REST reference documentation (3.0) require the inviteTicket. If the ticket only appears in the email message response, then accepting or rejecting invitations is not something that can be done in an application.(although the Share we user interface has the ability to reject or accept as part of the Tasks widget).&amp;nbsp; Are there any other scripts that I can use in an application to accept/reject an invitation?&amp;nbsp; Sorry for being little dense here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlos S. Zamudio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 13:33:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242330#M195460</guid>
      <dc:creator>cszamudio</dc:creator>
      <dc:date>2010-06-14T13:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242331#M195461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently the invitation process is based upon email and you will need the ticket which appears on that email to accept.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps if your requirement is less "invitation" and more "programatically add users to a share site" you could to use SiteService.setMembership() instead?&amp;nbsp;&amp;nbsp;&amp;nbsp; Or alternatively just add a single group membership and add users to that group.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 14:49:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242331#M195461</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-06-14T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242332#M195462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much. I get it.&amp;nbsp; I'm developing a rich client application that interfaces with Alfresco. I've been able to use the Web Services for most of my work, but now I'd like to integrate with some Alfresco features that appear to only be accessible from the REST/Web Scripts API.&amp;nbsp; Keeping track and organizing&amp;nbsp; invitation requests and other workflow tasks that require user action is something that I'm paying attention to now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(How do you imagine the Share Dashboard provides the ability for a user to accept/reject an Invitation from the Tasks widget? Does it do as you suggest and interface with Site Services?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 15:03:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242332#M195462</guid>
      <dc:creator>cszamudio</dc:creator>
      <dc:date>2010-06-14T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242333#M195463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's a while since I worked on the invitation service but the the thing is that if you have access to the tasks dashlet then you already have an active alfresco account and are already authenticated, therefore you don't need the ticket.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The invite ticket stuff is mainly for a user who does not yet have an "alfresco password".&amp;nbsp;&amp;nbsp; So the ticket is a temporary authentication token.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 15:10:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242333#M195463</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-06-14T15:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: precious inviteTicket</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242334#M195464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. I promise I won't beat this to death, but it would seem then that there must be a way to run some REST/Web Script that doesn't require an inviteTicket since I can provide the required authentication via the HTTP client in my application (this works for the other REST/Web Scripts that I use - for example, I can retrieve all of the workflow tasks assigned to a user using this method).&amp;nbsp; Anyway, thanks for the hints. If I discover a work-around I'll post it here for others to review in case it's useful. Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 15:23:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/precious-inviteticket/m-p/242334#M195464</guid>
      <dc:creator>cszamudio</dc:creator>
      <dc:date>2010-06-14T15:23:00Z</dc:date>
    </item>
  </channel>
</rss>

