Comments on: Part -1 : Authorising user using Spring Social (Google, FaceBook and LinkedIn) and Spring Security http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/ A technology blog covering topics on Java, Scala, Docker, AWS, BigData, DevOps and much more to come. Do it yourself instructions for complex to simple problems for a novice to an expert. Sat, 06 Oct 2018 10:36:29 +0000 hourly 1 https://wordpress.org/?v=4.8.7 By: vivek http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/#comment-557 Wed, 20 Jun 2018 13:47:54 +0000 http://littlebigextra.com/?p=1167#comment-557 where u use these properties file

]]>
By: kkdodkd http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/#comment-547 Wed, 13 Jun 2018 06:56:07 +0000 http://littlebigextra.com/?p=1167#comment-547 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘changeDefaultFlowController’

please help!!!

]]>
By: Leonardo Machado http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/#comment-496 Thu, 10 May 2018 16:34:00 +0000 http://littlebigextra.com/?p=1167#comment-496 I am using spring boot 2.0.1-RELEASE and with your example I got the following error:

– – – cut here – – –
***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in com.example.demo.controller.ChangeDefaultFlowController required a bean of type ‘org.springframework.social.connect.ConnectionFactoryLocator’ that could not be found.

Action:

Consider defining a bean of type ‘org.springframework.social.connect.ConnectionFactoryLocator’ in your configuration.
– – – cut here – – –

It seems the injection is not working. I tried to use your social facebook version (even with your defined repository), but it didn’t work. I am using social-facebook 2.0.3.RELEASE.

Could you help me, please?

Thanks in advance

]]>
By: Test http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/#comment-422 Thu, 22 Mar 2018 09:16:05 +0000 http://littlebigextra.com/?p=1167#comment-422 How to call /connect/facebook from my front end application(running on different port) and after authenticate with Facebook how to get redirect to the page in front end application from back end(spring and running on different port)

]]>
By: Test http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/#comment-421 Thu, 22 Mar 2018 09:14:59 +0000 http://littlebigextra.com/?p=1167#comment-421 How to call from /connect/facebook from my front end application(running on different port) and after authenticate with Facebook how to get redirect to the page in front end application from back end(spring and running on different port)

]]>
By: Spring Boot Learner http://littlebigextra.com/part-1-authorising-user-using-spring-social-google-facebook-and-linkedin-and-spring-security/#comment-261 Sat, 06 Jan 2018 22:45:19 +0000 http://littlebigextra.com/?p=1167#comment-261 Hi Abhi, thanks a lot for taking up the time to write such a great tutorial. I am able to set up the facebook login but the google login does not work. To be precise, it works till Step 6 (changing the default workflow). After I sign in at google I am being redirectied to connect/googleConnect instead to /google. I have even copy/pasted Your ChangeDefaultFlowController from Github. I do not understand why it works for Facebook but not for google.

Would be very thankful to You if You could give me some pointers.

]]>