2 parents 09b3275 + e2db1bd commit 0daba95Copy full SHA for 0daba95
1 file changed
flask-google-oauth2/app.py
@@ -31,7 +31,8 @@
31
authorize_params=None,
32
api_base_url='https://www.googleapis.com/oauth2/v1/',
33
userinfo_endpoint='https://openidconnect.googleapis.com/v1/userinfo', # This is only needed if using openId to fetch user info
34
- client_kwargs={'scope': 'openid email profile'},
+ client_kwargs={'scope': 'email profile'},
35
+ server_metadata_url='https://accounts.google.com/.well-known/openid-configuration'
36
)
37
38
0 commit comments