Google asks too much permissions

Signin using Google, I get this:

![alt text][1]

Isn’t this too much permissions to ask for? how can I limit this?

The permissions requested by Google are based on the permissions you configure in the Auth0 connection. For example, selecting the Gmail permission in the connection settings will request permissions to view and manage user’s email. You can review these in the Auth0 connection settings and unselect any permissions that you do not need:

Dashboard > Connections > Social > Google > Permissions

Thank you!