02-27-2017 07:27 AM
Hi:
Maybe you can help me with this question. When SSO is enabled in Alfresco (ntlm.authentication.sso.enabled=true), for example with the default Alfresco authentication subsystem (Alfresco NTLM), I have problems when authenticating via webdav if not using NTLM credentials. It is always requiring a NTLM challenge.
Is this possible ? Is there a back door for webdav like Share SSO log in bypass ?.
This is the case for the subset of users using webdav from a Linux machine or using Libreoffice as client for online edition (without NTLM credentials).
Regards.
--C.
06-20-2017 06:42 AM
This is an older question but I'll answer anyway since there is no response yet.
There is no backdoor / work-around way to login for WebDAV like there is for Alfresco Share, if you try to access WebDAV like a Windows shared drive. The Windows Explorer is not capable of handling any sort of redirect to a login page as far as I am aware.
An alternative might be to provide two WebDAV endpoints by editing the web.xml and including another servlet for WebDAV that is not guarded by the SSO authentication filter. If you don't want NTLM authentication you simply use a different URL for WebDAV than for WebDAV with SSL.
06-20-2017 06:42 AM
This is an older question but I'll answer anyway since there is no response yet.
There is no backdoor / work-around way to login for WebDAV like there is for Alfresco Share, if you try to access WebDAV like a Windows shared drive. The Windows Explorer is not capable of handling any sort of redirect to a login page as far as I am aware.
An alternative might be to provide two WebDAV endpoints by editing the web.xml and including another servlet for WebDAV that is not guarded by the SSO authentication filter. If you don't want NTLM authentication you simply use a different URL for WebDAV than for WebDAV with SSL.
06-20-2017 06:53 AM
Explore our Alfresco products with the links below. Use labels to filter content by product module.