So, I've followed the documentation found here. I then created an oauth 2.0 web application here. After I took the client ID and I used it in the Manage API Client Access for the GSuite Admin following the documentation here to add the scopes. However, when I go to my app and I hit the "Sign in with Google" I get a:
400 Invalid Scopes
{invalid=['https://www.googleapis.com/auth/userinfo.profile, https://www.googleapis.com/auth/userinfo.email']}
Both of the scopes above have been added to the Manage API Client Access screens.
Any steps I might be missing?