cancel
Showing results for 
Search instead for 
Did you mean: 

Sharepoint Protocol and NTLM authentication

bpeters
Champ in-the-making
Champ in-the-making
Did any one manage to provide single sign on authentication using NTLM  for the Alfresco Sharepoint Protocol (The Jetty 7070 webapp)?

Any suggestions how to enable this?

We are using Alfresco Enterprise 3.1 with Tomcat but if it is possible using JBoss we can change to JBoss.

Thanks in advance for any suggestions,

Bas
2 REPLIES 2

yavor
Champ in-the-making
Champ in-the-making
Hi Bas,

I'm struggling with same issue - to the moment I have /alfresco and /share configured to use NTLM authentication, but trying to open http://localhost:7070/alfresco/site from MS office I'm getting prompt for basic authentication: user/pass transferred in plain text. Seems like jetty cannot get proper sso configuration. Here's a snip from my log file:

15:30:36,389  DEBUG [vti.web.VtiFilter] Checking request for VTI or not
15:30:36,405  DEBUG [vti.web.VtiFilter] Return VTI answer for HEAD request
15:30:36,405  DEBUG [vti.web.VtiFilter] Check authentication
15:30:36,405  DEBUG [vti.web.VtiFilter] Session user is null. Authenticate user.
15:30:36,405  DEBUG [vti.web.VtiFilter] Force the client to prompt for logon details
15:32:25,655  DEBUG [vti.web.VtiFilter] Checking request for VTI or not
15:32:25,655  DEBUG [vti.web.VtiFilter] Return VTI answer for HEAD request
15:32:25,655  DEBUG [vti.web.VtiFilter] Check authentication
15:32:25,655  DEBUG [vti.web.VtiFilter] Session user is null. Authenticate user.
15:32:25,671  DEBUG [vti.web.VtiFilter] Authenticate the user 'admin'
15:32:25,796 User:admin DEBUG [vti.web.VtiFilter] User was authenticated successfully
15:32:25,796 User:admin DEBUG [vti.web.VtiRequestDispatcher] Process request
15:32:25,796 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:32:25,796 User:admin DEBUG [vti.web.VtiRequestDispatcher] Specific rule not found
15:32:25,796 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_inf.html'
15:32:25,796 User:admin DEBUG [vti.web.VtiRequestDispatcher] Action found for request
15:32:25,796 User:admin DEBUG [vti.web.VtiRequestDispatcher] Execute target action
15:32:25,811 User:admin DEBUG [vti.web.VtiFilter] Checking request for VTI or not
15:32:25,811 User:admin DEBUG [vti.web.VtiFilter] Check authentication
15:32:25,811 User:admin DEBUG [vti.web.VtiFilter] Checking user ticket
15:32:25,811 User:admin DEBUG [vti.web.VtiFilter] Ticket was validated
15:32:25,811 User:admin DEBUG [vti.web.VtiRequestDispatcher] Process request
15:32:25,811 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by specific rules
15:32:25,811 User:admin DEBUG [vti.web.VtiRequestDispatcher] Specific rule not found
15:32:25,811 User:admin DEBUG [vti.web.VtiRequestDispatcher] Find appropriate action by pattern for uri='/_vti_bin/shtml.dll/_vti_rpc'
15:32:25,811 User:admin DEBUG [vti.web.VtiRequestDispatcher] Action found for request
15:32:25,811 User:admin DEBUG [vti.web.VtiRequestDispatcher] Execute target action
15:32:25,827 User:admin DEBUG [web.actions.VtiBinAction] Executing vtiMethod: org.alfresco.module.vti.web.fp.ServerVersionMethod@1e4d02d
15:32:25,827 User:admin DEBUG [web.fp.ServerVersionMethod] Start method execution. Method name: server version
15:32:25,827 User:admin DEBUG [web.fp.ServerVersionMethod] End of method execution. Method name: server version
I guess "DEBUG [vti.web.VtiFilter] Session user is null. Authenticate user" is the first problem to be addressed.

I also have no idea what's the progress on that Jira issue: https://issues.alfresco.com/jira/browse/ETHREEOH-2090

Cheers, Yavor

wabson
Star Contributor
Star Contributor