Hi all,
I have a question. I am developing a java application to use as a frontend for Alfresco. The users can register themselfs and change their passwords in any time. The users have to be authenticated in this application to access to contents. A link redirect the user to Alfresco application that it´s installed in another server. I want the user doesn´t have to authenticate again. Any ideas to do this?
I am trying authenticate the user by webservice when the user access to the first application and then send the valid ticket to Alfresco when the user is redirected to it. Is it posible?
Thanks a lot in advance,