1. Add 'scope' under staging stanza of google_sso.yml
staging: client_id: GOOGLE_CLIENT_ID client_secret: GOOGLE_CLIENT_SECRET enabled: true scope: "userinfo.email, userinfo.profile"
1. Add 'scope' under production stanza of google_sso.yml
production: client_id: GOOGLE_CLIENT_ID client_secret: GOOGLE_CLIENT_SECRET enabled: true scope: "userinfo.email, userinfo.profile"