Hi, i have a web site made with WCM and i need to provide a login module with login/password box to allow clients to connect and redirect automatically to their alfresco Alfresco web client account. I wanted to do with webscripts but the login scripts that Alfresco provide doesn´t give me the behaviour i want (or i don´t know how to use them). Anyone has made something similar already?.
Hi, i have made the WCM site using the Web Content Manager from Alfresco. i have been looking for login webscripts for alfresco share but i don´t have found any documentation. Could you pass me some link?
Hi, finally i have solved the problem using the authentication web scripts from alfresco and a jsp in the middle. So i call the jsp that is in my website to get an Alfresco ticket. Then with this ticket simply redirect to http://localhost/alfresco/navigate/myalfresco?ticket=TICKET_xxxxxxxxxx.
now i just need to make a web script that logout the client from alfresco web-client. Any idea?