Springboot dont provide all of these attributes for you, you can config what you want to see in the /userinfo by this. By default, it will use OAuth2UserService for the response entity
OAuth2UserService
.oauth2Login(oauth2 -> oauth2.userInfoEndpoint())