diff --git a/oauth_service.py b/oauth_service.py index ebbb91a..ae2f503 100644 --- a/oauth_service.py +++ b/oauth_service.py @@ -28,8 +28,8 @@ OAUTH_PROVIDERS = { 'auth_url': 'https://accounts.google.com/o/oauth2/v2/auth', 'token_url': 'https://oauth2.googleapis.com/token', 'scopes': { - 'gbp': 'https://www.googleapis.com/auth/business.manage', - 'search_console': 'https://www.googleapis.com/auth/webmasters', + 'gbp': 'https://www.googleapis.com/auth/business.manage openid email', + 'search_console': 'https://www.googleapis.com/auth/webmasters openid email', }, }, 'meta': {