<?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 Share, External SSO, and Sharepoint in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304256#M257386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've successfully gotten the external authentication subsystem to auth /share and /alfresco (community 4.2.e), and now I'm working on trying to get the Sharepoint/Edit Online action to appear in Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/forum/end-user-discussions/alfresco-share/edit-online-action-not-showing-share-05062010-2229" rel="nofollow noopener noreferrer"&gt;another forum post&lt;/A&gt;&lt;SPAN&gt;, the action checks appear to fail at the first step: a call to /alfresco/service/api/vti/serverDetails. This URL on my server prompts for a username and password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have passthru in my authentication chain specifically for authenticating sharepoint and cifs (which works for cifs), and if I enter a valid AD username and password in the browser the request returns JSON data about my sharepoint server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else gotten this to work in their environments with similar configurations?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco-global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;authentication.chain=external1:external,passthru1:passthru,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;external.authentication.enabled=true&lt;BR /&gt;external.authentication.proxyUserName=&lt;BR /&gt;external.authentication.proxyHeader=x-alfresco-remote-user&lt;BR /&gt;external.authentication.userIdPattern=&lt;BR /&gt;external.authentication.defaultAdministratorUserNames=myadminuser&lt;BR /&gt;ntlm.authentication.sso.enabled=false&lt;BR /&gt;alfresco.authentication.allowGuestLogin=false&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.domain=my.domain.edu&lt;BR /&gt;passthru.authentication.servers=DOMAIN\\IPaddr&lt;BR /&gt;passthru.authentication.guestAccess=false&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=admin&lt;BR /&gt;passthru.authentication.connectTimeout=15000&lt;BR /&gt;passthru.authentication.offlineCheckInterval=300&lt;BR /&gt;passthru.authentication.protocolOrder=NetBIOS,TCPIP&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.authenticateFTP=true&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;/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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 17:33:15 GMT</pubDate>
    <dc:creator>joraff</dc:creator>
    <dc:date>2013-11-07T17:33:15Z</dc:date>
    <item>
      <title>Share, External SSO, and Sharepoint</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304256#M257386</link>
      <description>Hi Everyone,I've successfully gotten the external authentication subsystem to auth /share and /alfresco (community 4.2.e), and now I'm working on trying to get the Sharepoint/Edit Online action to appear in Share.According to another forum post, the action checks appear to fail at the first step: a</description>
      <pubDate>Thu, 07 Nov 2013 17:33:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304256#M257386</guid>
      <dc:creator>joraff</dc:creator>
      <dc:date>2013-11-07T17:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Share, External SSO, and Sharepoint</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304257#M257387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the documents that you are working on are word documents then the "Edit Online" will show up. You won't get it for other file extensions like pdf. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that isn't the case have you made sure you have a valid SSL certificate? Sharepoint likes to have a SSL connection from server to destination. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way that we have it setup is with LDAP and apache doing the SSL instead of tomcat and have no issues with editing online. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It might help if you give server environment info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 19:11:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304257#M257387</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-11-08T19:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Share, External SSO, and Sharepoint</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304258#M257388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Turns out it was working all along, but I was accessing a file in the new My Files context, which alfresco does not map to a collaboration context for sharepoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Created a site, added an office doc and the option appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a bit of a bummer - I think our users would have used and enjoyed online office editing from the My Files and Shared Files contexts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 18:42:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304258#M257388</guid>
      <dc:creator>joraff</dc:creator>
      <dc:date>2013-11-11T18:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Share, External SSO, and Sharepoint</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304259#M257389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 20:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-external-sso-and-sharepoint/m-p/304259#M257389</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2013-12-11T20:46:00Z</dc:date>
    </item>
  </channel>
</rss>

