掲示板

Liferay integration with Janrain Engage

13年前 に Kyle Hawke によって更新されました。

Liferay integration with Janrain Engage

New Member 投稿: 2 参加年月日: 10/03/17 最新の投稿
Has anyone integrated Liferay with Janrain Engage for sign-in and APIs to popular social networking sites? If so, what did you learn?
11年前 に Guenter Baumgart によって更新されました。

RE: Liferay integration with Janrain Engage

Regular Member 投稿: 119 参加年月日: 12/01/27 最新の投稿
yes,
it takes around 3 hours. here the guide :

1. download from jarain4j from Google code via svn !
2. make a hook to gather new created sessions (important!!) since liferay creates sessions a bit odd. use a simple map with key = sessionId and value = session
3. now create a servlet as done janrain4j's basic servlet (token servlet)
4. in that servlet you do pretty much as done in the liferay's facebook code. ie. update/create user
5. create another hook for autologin and read from the session you manipulated in your token servlet mentioned in 3. that needs additional shared session attributes in the portal properties btw.

If you still have trouble to read your session variables, disable phishing in portal.properties (sorry)
that's it !
thumbnail
11年前 に Juan Fernández によって更新されました。

RE: Liferay integration with Janrain Engage

Liferay Legend 投稿: 1261 参加年月日: 08/10/02 最新の投稿
Cool, Guenter Baumgart!
Are you planning to contribute a plugin to the community with this feature? I think it can be interesting for all..
Thanks for sharing!
11年前 に Guenter Baumgart によって更新されました。

RE: Liferay integration with Janrain Engage

Regular Member 投稿: 119 参加年月日: 12/01/27 最新の投稿
on its way, we're quite busy right now with publishing something else. give me one or two weeks.
ciau
thumbnail
9年前 に mohammad azaruddin によって更新されました。

RE: Liferay integration with Janrain Engage

Expert 投稿: 492 参加年月日: 12/09/17 最新の投稿
Guenter Nobody:
on its way, we're quite busy right now with publishing something else. give me one or two weeks.
ciau



HI Guenter Nobody Is this plugin available now
8年前 に Parth Pancholi によって更新されました。

RE: Liferay integration with Janrain Engage

New Member 投稿: 5 参加年月日: 15/02/13 最新の投稿

2. make a hook to gather new created sessions (important!!) since liferay creates sessions a bit odd. use a simple map with key = sessionId and value = session
3. now create a servlet as done janrain4j's basic servlet (token servlet)
4. in that servlet you do pretty much as done in the liferay's facebook code. ie. update/create user

Can you please Elobrate these steps for integrating the janrain with liferay?
I am using liferay6.2-ce-ga3 along with the Janrain4j-1.1.0.jar.