Ensuring profile data is accessible for all Google users
This commit is contained in:
parent
daadae1720
commit
547f44043c
@ -113,7 +113,7 @@ export default {
|
|||||||
{
|
{
|
||||||
client_id: clientId,
|
client_id: clientId,
|
||||||
response_type: 'token id_token',
|
response_type: 'token id_token',
|
||||||
scope: ['openid', ...scopes].join(' '),
|
scope: ['openid', 'profile', ...scopes].join(' '),
|
||||||
hd: appsDomain,
|
hd: appsDomain,
|
||||||
login_hint: sub,
|
login_hint: sub,
|
||||||
prompt: silent ? 'none' : null,
|
prompt: silent ? 'none' : null,
|
||||||
|
Loading…
Reference in New Issue
Block a user