Relative Content

Tag Archive for authenticationoauth-2.0google-apiscopes

How to configure Google OAuth 2.0 to AVOID requesting user email address?

I’m using Google OAuth 2.0 for user authentication in my application, and it’s working well. However, during the authentication/registration process, users are notified that my application will receive their email address. I don’t need the user’s email address for my application and would prefer not to request it at all.