EnableOAuth2Sso simultaneously for multiple social networks
问题 I am implementing a spring boot application that needs to provide OAuth2 token authorization and support multiple social services (google+, facebook etc). The user should be able to select his preferred social network and sign-in using the OAuth2 authorization framework. I am implementing the above using the approach described here http://cloud.spring.io/spring-cloud-security/. Currently my application.yml looks like this spring: oauth2: client: clientId: {{my app's google id} clientSecret: {