joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Oauth2 Google Scope issue #344

Open quentinous opened 7 years ago

quentinous commented 7 years ago

Playframework 2.4

Hi, I try to configure a scope userinfo but it doesn't work at all. I'm inspiring from http://www.securesocial.ws/guide/configuration.html How can I make it? Many thanks.

 google {
         scope="https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"
         clientId=""
         clientSecret=""
    }