I have an issue with Google OAuth2 in my web application. I created client_id in the Google console and set scope to "openid email profile" in the url:
After successful login Google redirects me to my URL with id_token. But when I validate this token on the backend the token is valid but in the response the "name" field is missing.