cancel
Showing results for 
Search instead for 
Did you mean: 

Trying to Authenticate against Alfresco from Liferay

erennion
Champ in-the-making
Champ in-the-making
Hi folks,

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…?

Thanks in advance,
Smiley Happy
2 REPLIES 2

nowhere
Champ in-the-making
Champ in-the-making
Hi,
could you say me how to get Liferay Password? Thanks! I can't succeed Smiley Sad

nowhere
Champ in-the-making
Champ in-the-making
I got it, but it's encrypted…I need it in plain text to authenticate against alfresco, don't I?