2

Possible Duplicate:
spring security integrate with facebook connect

Spring Security for us uses an email as the username and a password. To log someone in through code I call:

securityContext.setAuthentication(objectWithUsername);

How do I then allow facebook connect users to login who don't have an email or password with us? I can't call the above method because it requires a username.

Community
  • 1
  • 1
Florin
  • 319
  • 1
  • 7
  • 21

0 Answers0