Spring Social Authentication Filter for Stateless REST Endpoints which use Facebook Token for authentication

Viewed 5154

I would like to use Facebook Tokens for authenticating my REST backend using Spring Security. Could you please elaborate how I can integrate this security to my Spring Application.

I would like to use the same user management as Spring Social Security does. UserConnection table and local user table.

1 Answers
Related