<?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: Alfresco Share 4.0.d - External Authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265012#M218142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the exact same issue.&amp;nbsp; Have you had any luck?&amp;nbsp; I think I see what the issue is and it might be a bug.&amp;nbsp; When I do a packet trace I see the "touch" to get the cookie:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;GET /alfresco/wcs/touch HTTP/1.1&lt;BR /&gt;x-alfresco-remote-user: mboorshtein&lt;BR /&gt;User-Agent: Jakarta Commons-HttpClient/3.1&lt;BR /&gt;Host: localhost.localdomain:8080&lt;BR /&gt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Server: Apache-Coyote/1.1&lt;BR /&gt;Set-Cookie: JSESSIONID=8370A75CF2BEB70FFD94EA77ACF7D653; Path=/alfresco&lt;BR /&gt;Content-Length: 0&lt;BR /&gt;Date: Sat, 03 Mar 2012 21:39:50 GMT&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So share is sending the correct header and explorer is responding with the correct jsessionid cookie but on the subsequent request:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;GET /alfresco/wcs/api/admin/restrictions?guest=true HTTP/1.1&lt;BR /&gt;User-Agent: Jakarta Commons-HttpClient/3.1&lt;BR /&gt;Host: localhost.localdomain:8080&lt;BR /&gt;&lt;BR /&gt;HTTP/1.1 302 Moved Temporarily&lt;BR /&gt;Server: Apache-Coyote/1.1&lt;BR /&gt;Set-Cookie: JSESSIONID=377A7069B4485E5A2BE833A1B6238187; Path=/alfresco&lt;BR /&gt;Location: &lt;A href="http://localhost.localdomain:8080/alfresco/faces/jsp/login.jsp?_alfRedirect=%2Falfresco%2Fwcs%2Fapi%2Fadmin%2Frestrictions%3Fguest%3Dtrue" rel="nofollow noopener noreferrer"&gt;http://localhost.localdomain:8080/alfresco/faces/jsp/login.jsp?_alfRedirect=%2Falfresco%2Fwcs%2Fapi%2Fadmin%2Frestrictions%3Fguest%3Dtrue&lt;/A&gt;&lt;BR /&gt;Content-Length: 0&lt;BR /&gt;Date: Sat, 03 Mar 2012 21:39:50 GMT&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Share isn't sending the cookie or the header so alfresco is just "forgetting" the login.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Mar 2012 21:48:26 GMT</pubDate>
    <dc:creator>mboorshtein</dc:creator>
    <dc:date>2012-03-03T21:48:26Z</dc:date>
    <item>
      <title>Alfresco Share 4.0.d - External Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265010#M218140</link>
      <description>Hi,I want to test the external authentication in Alfresco Share 4.0.d with the mod_auth_cas but it doesn't work.My installation works with a Alfresco Share 3.4.4.I kept my installation of Apache and mod_auth_cas. I just reinstalled the Alfresco in 4.0.d.In alfresco-global.properties, I added the pro</description>
      <pubDate>Fri, 17 Feb 2012 15:33:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265010#M218140</guid>
      <dc:creator>wilayers</dc:creator>
      <dc:date>2012-02-17T15:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share 4.0.d - External Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265011#M218141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No one has tested the external authentication?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 10:19:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265011#M218141</guid>
      <dc:creator>wilayers</dc:creator>
      <dc:date>2012-02-27T10:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share 4.0.d - External Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265012#M218142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the exact same issue.&amp;nbsp; Have you had any luck?&amp;nbsp; I think I see what the issue is and it might be a bug.&amp;nbsp; When I do a packet trace I see the "touch" to get the cookie:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;GET /alfresco/wcs/touch HTTP/1.1&lt;BR /&gt;x-alfresco-remote-user: mboorshtein&lt;BR /&gt;User-Agent: Jakarta Commons-HttpClient/3.1&lt;BR /&gt;Host: localhost.localdomain:8080&lt;BR /&gt;&lt;BR /&gt;HTTP/1.1 200 OK&lt;BR /&gt;Server: Apache-Coyote/1.1&lt;BR /&gt;Set-Cookie: JSESSIONID=8370A75CF2BEB70FFD94EA77ACF7D653; Path=/alfresco&lt;BR /&gt;Content-Length: 0&lt;BR /&gt;Date: Sat, 03 Mar 2012 21:39:50 GMT&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;So share is sending the correct header and explorer is responding with the correct jsessionid cookie but on the subsequent request:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;GET /alfresco/wcs/api/admin/restrictions?guest=true HTTP/1.1&lt;BR /&gt;User-Agent: Jakarta Commons-HttpClient/3.1&lt;BR /&gt;Host: localhost.localdomain:8080&lt;BR /&gt;&lt;BR /&gt;HTTP/1.1 302 Moved Temporarily&lt;BR /&gt;Server: Apache-Coyote/1.1&lt;BR /&gt;Set-Cookie: JSESSIONID=377A7069B4485E5A2BE833A1B6238187; Path=/alfresco&lt;BR /&gt;Location: &lt;A href="http://localhost.localdomain:8080/alfresco/faces/jsp/login.jsp?_alfRedirect=%2Falfresco%2Fwcs%2Fapi%2Fadmin%2Frestrictions%3Fguest%3Dtrue" rel="nofollow noopener noreferrer"&gt;http://localhost.localdomain:8080/alfresco/faces/jsp/login.jsp?_alfRedirect=%2Falfresco%2Fwcs%2Fapi%2Fadmin%2Frestrictions%3Fguest%3Dtrue&lt;/A&gt;&lt;BR /&gt;Content-Length: 0&lt;BR /&gt;Date: Sat, 03 Mar 2012 21:39:50 GMT&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Share isn't sending the cookie or the header so alfresco is just "forgetting" the login.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2012 21:48:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265012#M218142</guid>
      <dc:creator>mboorshtein</dc:creator>
      <dc:date>2012-03-03T21:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share 4.0.d - External Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265013#M218143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it looks like there's a bug with how share works with alfresco with external users.&amp;nbsp; If you change &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=external1:external&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;external1:external,alfrescoNtlm1:alfrescoNtlm&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and restart tomcat it will work.Here's the Jira issue: &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-13194" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-13194&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 15:50:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265013#M218143</guid>
      <dc:creator>mboorshtein</dc:creator>
      <dc:date>2012-03-05T15:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share 4.0.d - External Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265014#M218144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 13:30:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-4-0-d-external-authentication/m-p/265014#M218144</guid>
      <dc:creator>wilayers</dc:creator>
      <dc:date>2012-03-13T13:30:16Z</dc:date>
    </item>
  </channel>
</rss>

