cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure google+ loginin hybris

0 Kudos
335

I have installed hybris Labs extension Google+.By this I am only able to use Google + 1 Button for sharing.But my requirement is to allow customers to login with Google account.Please help me to get this done.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member387866
Active Contributor
0 Kudos

Hello Dheeraj,

I Googled "google openid spring security" and got some interesting results.

The result from DZone, has a fair amount of code in it.

There's also Google Developers documentation on G+ and OpenID, which may explain some things.

Regards,
Luke

Former Member
0 Kudos

There is not specific support for openid in Hybris at the moment. You might want to use spring security to provide such funcitonality. Have a look at following link in Spring documentation for more details: http://docs.spring.io/spring-security/site/docs/3.0.x/reference/springsecurity-single.html#ns-openid

0 Kudos

Thank you for your reply..Still I am not clear the way we have to implement this.Can you please share sample implementation code