I'm developing a Liferay portlet which tries to access Alfresco repository so as to retrieve some data from within it.
I got successful connecting Alfresco via JCR-JNDI, but now I have problems authenticating against Alfresco. As far as I know, an userId and a password are needed in order to open an Alfresco session, but retrieving Liferay's User password gives me it encrypted with a MD5 algorithm (not reversible).
Does anybody know if there's another way obtaining that password in plain text? (but not by disabling Liferay's password encryptation)
Or maybe could be possible to create an Alfresco conection via SSO? Or any other way…?