<?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: Multiple authentifications for /share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281346#M234476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is definitely possible to use external authentication together with a standard password-based login. I haven't done that with 5.0 specifically but it worked perfectly fine with Alfresco 4.2 and there are very few differences between the versions overall. Looking at the 5.1/5.2 code base of the SlingshotAlfrescoConnector I see no reason to believe it shouldn't still work.&lt;/P&gt;&lt;P&gt;Do you have any error output in your alfresco.log / share.log files that you could share? What do you mean by "stops working"? Do you still get the login page of Share and it reports that authentication details are not correct or is there a different behaviour?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 14:43:50 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-10-27T14:43:50Z</dc:date>
    <item>
      <title>Multiple authentifications for /share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281345#M234475</link>
      <description>Hello, is it possible to use external SSO authentification together with alfresco internal for /share ?Since you edit share-config-custom.xml to change endpoint connector to "AlfrescoHeader", internal alfresco authnetifications stops working.http://docs.alfresco.com/community5.0/tasks/auth-alfrescoe</description>
      <pubDate>Thu, 27 Oct 2016 12:44:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281345#M234475</guid>
      <dc:creator>audriusp</dc:creator>
      <dc:date>2016-10-27T12:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentifications for /share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281346#M234476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is definitely possible to use external authentication together with a standard password-based login. I haven't done that with 5.0 specifically but it worked perfectly fine with Alfresco 4.2 and there are very few differences between the versions overall. Looking at the 5.1/5.2 code base of the SlingshotAlfrescoConnector I see no reason to believe it shouldn't still work.&lt;/P&gt;&lt;P&gt;Do you have any error output in your alfresco.log / share.log files that you could share? What do you mean by "stops working"? Do you still get the login page of Share and it reports that authentication details are not correct or is there a different behaviour?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:43:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281346#M234476</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-10-27T14:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentifications for /share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281347#M234477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since editing share-custom-config.xml, only one remote section is being used (last one). , do i have to enter authentication section twice?&lt;/P&gt;&lt;P&gt;Once ssouserheader, and second for internal auth? i am just gathering info, i will be able to access Alfresco servers in 12 hrs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 15:50:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281347#M234477</guid>
      <dc:creator>audriusp</dc:creator>
      <dc:date>2016-10-27T15:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple authentifications for /share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281348#M234478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have integrated Alfresco Community edition with OpenAm SSO. host.local/share section works fine, but for one application integration we need to intgrate host.local/alfresco section also. I have used &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="179036" data-objecttype="1" href="https://community.alfresco.com/thread/179036-sso-with-openam" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/thread/179036-sso-with-openam&lt;/A&gt;&lt;SPAN&gt; for /share section, it works fine. For specific application, I need to set up SSO and header based authentication, for /alfresco section since OpenAM deprecated header &lt;/SPAN&gt;passing and that is the only way for application to login. I've read comments in SlingshotAlfrescoConnector.java , it sound something i need. Is there any kind of example for SlingshotAlfrescoConnector solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I've found &lt;A href="https://issues.alfresco.com/jira/browse/MNT-15795" title="https://issues.alfresco.com/jira/browse/MNT-15795" rel="nofollow noopener noreferrer"&gt;[MNT-15795] CAS authentication no longer works - Alfresco JIRA&lt;/A&gt; , and as i understand, its not fixed in alfresco-community-installer-201605-linux-x64.bin .&lt;/P&gt;&lt;P&gt;i will try Early access version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 06:59:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-authentifications-for-share/m-p/281348#M234478</guid>
      <dc:creator>audriusp</dc:creator>
      <dc:date>2016-11-03T06:59:10Z</dc:date>
    </item>
  </channel>
</rss>

