When I try to use SocialAuthenticationFilter from Spring Social Core framework along with GoogleConnectionFactory I get next message from Google provider:
Authorization Error
Error 400: invalid_request
Missing required parameter: scope
How can I add additional parameter logic while connecting to Google Provider?
When I try to use
SocialAuthenticationFilterfrom Spring Social Core framework along withGoogleConnectionFactoryI get next message from Google provider:Authorization Error
Error 400: invalid_request
Missing required parameter: scope
How can I add additional parameter logic while connecting to Google Provider?