I am using Spring Security 3.0.x and I want my users to authenticate using OpenId and Facebook. I am currently working with the OpenId part, but I am confused about how users can connect to Facebook. I read about OAuth for Spring Security, but as I understand it, this is only useful for accessing resources. Sample applications are authenticated using a username and password.
So my question is: how do I authenticate users on Facebook using Spring Security?
palto source share