hello.js
hello.js copied to clipboard
Update Google endpoints
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.
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
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.