cancel
Showing results for 
Search instead for 
Did you mean: 

Open Id authentication

Former Member
0 Kudos
543

I am trying to integrate Janrain Social Plugin with hybris accelerator. By default spring security has been enabled. How can i authenticate a user with Open Id?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can look at our example add-on facebook plugin and leverage this as a template/pattern:

https://wiki.hybris.com/display/ylabs/facebooksocialplugins+AddOn+-+Technical+Guide

We also have Oauth integration which could be leveraged as a idea/pattern:

https://wiki.hybris.com/display/release5/OAuth+2.0

Greg

Former Member
0 Kudos

Hi Greg, I have looked into this. I am looking for single sign on (SSO) using the Open Id as well. My login page will have social login widget. Janrain will authenticate the user and give me a token. Using that token i will talk to janrain again whether the user is authenticated. If yes then i need to generate the token in hybrisserver using the OpenId (no password from user) and allow the user to see the my account page.

Facebook Plugin allows the user to login to facebook from accelerator.