hello.js icon indicating copy to clipboard operation
hello.js copied to clipboard

Update Google endpoints

Open davishmcclurg opened this issue 8 years ago • 2 comments

I ran into an issue where the old endpoints would return tokens with missing data when using the id_token response type. I pulled the newer versions from:

https://accounts.google.com/.well-known/openid-configuration

With the newer Google endpoints, id_token response types require a nonce paramenter. This may not be necessary, because it doesn't look like OpenID Connect is officially supported here.

davishmcclurg avatar Sep 10 '16 03:09 davishmcclurg

Hi thanks for submitting this... time ago

FYI: There's an issue with updating this with the proxy server which needs to be resolved https://github.com/MrSwitch/node-oauth-shim/issues/23

A

MrSwitch avatar Apr 20 '17 22:04 MrSwitch

Hi,

Following deprecation of Google+ next year (see https://developers.google.com/+/api-shutdown) The 'plus/v1/people/me' endpoint need to be replaced by 'oauth2/v3/userinfo?alt=json' This looks like the PR regarding Google endpoints.

juanmaneo avatar Dec 21 '18 10:12 juanmaneo