I am working with Alfresco Content Service 5.2 for few months. I have a link to another web application through alfresco . What I need is to log in to that application without entering the login details twice if the user is already logged with alfresco.The ability to log in to the application is only for users that already registered in alfresco. How can I validate whether the user is logged in to alfresco after user been directed to the application through the link within alfresco. Is their any way to pass the ticket or username/passwords through that link and validate.
Hi:
It seems you are asking for some kind of SSO integration of alfresco and your custom app, with a third system like CAS or Kerberos. When login once, these SSO systems generate a ticket that may be used for different applications like alfresco.
Regards.
--C.
Hi,
so you would like to use Alfresco as external authenticator for your new webapplication. Is it right?
As solution you are able to pass the user alf_ticket to your webapplication and use the REST API /alfresco/api/-default-/public/authentication/versions/1/tickets/-me- to check token validity from the web-application side.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.