java:logginwithfacebookandspringsecurity
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
java:logginwithfacebookandspringsecurity [2013/01/06 12:06] – [Headline] rlunaro | java:logginwithfacebookandspringsecurity [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Login With Facebook and Spring Security ====== | ||
+ | ===== Introduction ===== | ||
+ | |||
+ | If you search in Internet about this issue, you will find various topics that discuss the issue. However, they aren't complete or accurate. Because of this, I've decided to develop or to adapt my own solution, picking from here to there to reach a complete solution. This paper resumes my researches and conclusions. | ||
+ | |||
+ | **What I wont is to implement one of those "login with Facebook" | ||
+ | |||
+ | Going deeper, if I have a protected resource like http:// | ||
+ | |||
+ | What I have to do next is to integrate this login screen with the login functionality of facebook. This is not simple because I have to integrate the functionality with the nuts and bolts of spring security: filters Authentication Tokens, and things like that. | ||
+ | |||
+ | ===== Some sources ===== | ||
+ | |||
+ | After many searches on internet, I've found spring oauth2 and I've discarded this: I don't know how to integrate with Spring Security. | ||
+ | |||
+ | Because the issue |