I have installed cas and ldap authentication with alfresco. Whenever attempting to access WebDAV, I am prompted for a username and password. I have tried admin admin and the users in the repository.
Web Dav has its own authentication filter, as the UI does defined in the same file. If you have configured the UI to use CAS you will need to do something similar for WebDAV.
I did my own custom authentication component (which extends AbstractAuthenticationComponent), i want to use it also for webdav but i don't knwo where i need to configure it.
Even i did my custom authentication componenet did any of you find out how to make webdav follow the same authentication comp, any help from anyone?
I know we will have to configure it in web.xml, but default authentication filter doesnt follow this custom auth component…how to write own webdav auth component in ths case?