cancel
Showing results for 
Search instead for 
Did you mean: 

Share, External SSO, and Sharepoint

joraff
Champ in-the-making
Champ in-the-making
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 call to /alfresco/service/api/vti/serverDetails. This URL on my server prompts for a username and password.

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.

Has anyone else gotten this to work in their environments with similar configurations?

alfresco-global.properties:

authentication.chain=external1:external,passthru1:passthru,alfrescoNtlm1:alfrescoNtlm
external.authentication.enabled=true
external.authentication.proxyUserName=
external.authentication.proxyHeader=x-alfresco-remote-user
external.authentication.userIdPattern=
external.authentication.defaultAdministratorUserNames=myadminuser
ntlm.authentication.sso.enabled=false
alfresco.authentication.allowGuestLogin=false
alfresco.authentication.authenticateCIFS=false
passthru.authentication.useLocalServer=false
passthru.authentication.domain=my.domain.edu
passthru.authentication.servers=DOMAIN\\IPaddr
passthru.authentication.guestAccess=false
passthru.authentication.defaultAdministratorUserNames=admin
passthru.authentication.connectTimeout=15000
passthru.authentication.offlineCheckInterval=300
passthru.authentication.protocolOrder=NetBIOS,TCPIP
passthru.authentication.authenticateCIFS=true
passthru.authentication.authenticateFTP=true





3 REPLIES 3

eswbitto
Confirmed Champ
Confirmed Champ
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.

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.

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.

It might help if you give server environment info.

joraff
Champ in-the-making
Champ in-the-making
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.

Created a site, added an office doc and the option appears.

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.

102020
Champ on-the-rise
Champ on-the-rise
.