is it possibile to invoke custom web script from external software in a authenticated way? How to deal with authentication mechanism? As I understood, Alf_ticket seems to be not recognized from Share… Is cookie (JSESSIONID) the only allowed mechanism?
it depends what you try to do. You can use SSO with NTLM or Kerberos, or obtain a ticket via the http://alfrescoserver/alfresco/s/api/login API, but in that case you need the password. What you want is the ticket, not necessarily the JSESSIONID.
Hi Michael, thanks you for your reply. What I want to try to do, is call a site-webscript declared in Share in an authenticated way using alf_ticket obtained invoking http://alfrescoserver/alfresco/s/api/login. It seems that it doesn't work…