MM-14874 - Google SSO: Migrate user API endpoint from Google+ API to People API (#10833)

Этот коммит содержится в:
Eli Yukelzon
2019-05-19 10:31:29 +03:00
коммит произвёл GitHub
родитель fc672e988c
Коммит 18612bf771
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -265,7 +265,7 @@
"Scope": "profile email",
"AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
"TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token",
"UserApiEndpoint": "https://www.googleapis.com/plus/v1/people/me"
"UserApiEndpoint": "https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata"
},
"Office365Settings": {
"Enable": false,

Просмотреть файл

@@ -235,7 +235,7 @@
"Scope": "profile email",
"AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
"TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token",
"UserApiEndpoint": "https://www.googleapis.com/plus/v1/people/me"
"UserApiEndpoint": "https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata"
},
"Office365Settings": {
"Enable": false,