Skip to content

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