cancel
Showing results for 
Search instead for 
Did you mean: 

login to alfresco web client from WCM web site

afistolao
Champ in-the-making
Champ in-the-making
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?.

Thank you and regards.
4 REPLIES 4

zaizi
Champ in-the-making
Champ in-the-making
How have you built your WCM site?

Take a look at Alfresco Share login. It uses web scripts to login users.

afistolao
Champ in-the-making
Champ in-the-making
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?

Thank you and regards.

afistolao
Champ in-the-making
Champ in-the-making
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?

regards.

lombamarc
Champ in-the-making
Champ in-the-making
Hi afistolao,
i visit your posts.
Do you some examples with login page implementations with web script ?
Thanks a lot