after upgrading to 2.2.0 Google OIDC is returning multiple profile pictures
See original GitHub issue2.1.0 2.2.0
this is breaking my code as I expect profile.picture
as a string, not an array.
Issue Analytics
- State:
- Created 10 months ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Sumanth Chinthagunta xmlking - GitHub
after upgrading to 2.2.0 Google OIDC is returning multiple profile pictures. 2.1.0 2.2.0 this is breaking my code as I expect profile.picture as...
Read more >OpenID Connect | Authentication - Google Developers
The ID token is returned from a token refresh. When picture claims are present, you can use them to update your app's user...
Read more >OpenID Connect Basic Client Implementer's Guide 1.0 - draft 42
UserInfo Endpoint: Protected Resource that, when presented with an Access Token by the Client, returns authorized information about the End-User ...
Read more >Google Cloud release notes | Documentation
Upgrades to modernize your operational database infrastructure. ... Database services to migrate, manage, and modernize data. ... Rehost, replatform, rewrite your ...
Read more >Spring Security and OpenID Connect - Baeldung
Even though everything would indicate that Google should retrieve the profile and the email scope — since we're using them in the Authorization ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
cool, should be good enough for now…
for my case, setting
mergeClaims: false
fixed my breaking issue. after setting , I am getting only profile picture only fromUserProfile
as I expected.