<?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: Using ticket for authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220031#M173161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;try :&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;AuthenticationDetails auth = new AuthenticationDetails(userName, ticket, sessionId);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AuthenticationUtils.setAuthenticationDetails(auth);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome hsohaib - I pass in null for the sessionId and this looks like it does the trick. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 23:58:51 GMT</pubDate>
    <dc:creator>colindstephenso</dc:creator>
    <dc:date>2010-08-18T23:58:51Z</dc:date>
    <item>
      <title>Using ticket for authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220027#M173157</link>
      <description>We are currently using Alfresco’s Webservice API. Is it possible to get authentication using just a ticket? The class I’ve been using so far is AuthenticationUtils. It looks to me as if it will only work with id and password. Is their another way using just a ticket number? Thank you for your help.</description>
      <pubDate>Fri, 02 Jul 2010 16:48:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220027#M173157</guid>
      <dc:creator>jtremb95</dc:creator>
      <dc:date>2010-07-02T16:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using ticket for authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220028#M173158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is their another way using just a ticket number?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;You could use WebScripts, because you can use the alf_ticket parameter in the query string to put the Ticket value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 08:51:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220028#M173158</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2010-07-23T08:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using ticket for authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220029#M173159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to use the authenticated ticket returned from the webscript to initiate a webservice session?&amp;nbsp; I tried using username, and ticket as the password but this fails&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 20:09:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220029#M173159</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-08-18T20:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using ticket for authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220030#M173160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;AuthenticationDetails auth = new AuthenticationDetails(userName, ticket, sessionId);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AuthenticationUtils.setAuthenticationDetails(auth);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 20:43:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220030#M173160</guid>
      <dc:creator>hsohaib</dc:creator>
      <dc:date>2010-08-18T20:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using ticket for authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220031#M173161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;try :&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;AuthenticationDetails auth = new AuthenticationDetails(userName, ticket, sessionId);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AuthenticationUtils.setAuthenticationDetails(auth);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome hsohaib - I pass in null for the sessionId and this looks like it does the trick. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 23:58:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-ticket-for-authentication/m-p/220031#M173161</guid>
      <dc:creator>colindstephenso</dc:creator>
      <dc:date>2010-08-18T23:58:51Z</dc:date>
    </item>
  </channel>
</rss>

