Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Google endpoints #451

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davishmcclurg
Copy link

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.

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.
@MrSwitch
Copy link
Owner

Hi thanks for submitting this... time ago

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

A

@juanmaneo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants