开发者

How to provide facebook, twitter, linkedin and live login using SpringSecurity?

My question is related to following Stackoverflow questions already present here... I am asking this question just to be more specific and get the latest suggestions, excuse me if you find it a duplicate 开发者_JAVA技巧question .. Facebook Connect question and LogIn using Spring Security Questions

currently I am working on a task which requires me to deal with open login support. I have used Spring Security 3.0.5 in this application. Successfully provided authentication support to a set of open Id providers (gmail,yahoo,myopenid,openid,aol, wordpress, blogger, livejournal etc. ). Now next I want to provide support for four big names facebook, twitter, linkedin and live(msn).

In a separate demo application I have romanced with Spring Social to provide facebook login and got kind of success there. Similar steps can be used for linked and twitter login. But Since I am handling the login using Spring Security in original project I want to achieve the facebook, twitter, linkedin and live login also using spring security only. and unfortunately not getting much information regarding this.

Any tutorial or source regarding this will be helpful...

edit 1: just came across Spring Security Social... that is also not a desirable solution in its present state...


Spring Security doesn't address this (as of yet). Spring Social which you saw is designed to connect your app to Facebook, Twitter, etc.

Check out this blog post, where they have integrated Spring Social and Spring Security.

EDIT: Work is being done on adding an official integration between the two - check this fork of the Spring Social project on Github.


Check Spring Security with OpenID and OAuth.


This is solution: socialsignin spring security. It is based on spring-social and work perfect.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜