I have been developing Spring Social Google access using Spring Boot. When I am configuring
application.properties
I am unable to find any metadata of google in spring social.
Like there is metadata for facebook, twitter and linkedin.
Then How will I configure this with Client-ID and Client-Secret, which is required by connectcontroller for connecting to google.
Very recent versions with built in spring boot support look for appSecret and appId keys in application.properties under spring.social.google.
See the props file
Older code should initialize it manually in a SocialConfiguration class similar to this. Note we can use whatever keys we want in application.properties in this case.