spring-boot-react-oauth2-social-login-demo icon indicating copy to clipboard operation
spring-boot-react-oauth2-social-login-demo copied to clipboard

invalid_user_info_response

Open srdrkrks opened this issue 5 years ago • 1 comments

When I tried facabook login , it gives an error. Message:

[invalid_user_info_response] An error occurred while attempting to retrieve the UserInfo Resource: Could not extract response: no suitable HttpMessageConverter found for response type [java.util.Map<java.lang.String, java.lang.Object>] and content type [text/javascript;charset=UTF-8]

how can we fix this issue?

srdrkrks avatar Apr 12 '19 13:04 srdrkrks

Hi @srdrkrks , I had the same problem. See changes at pull requests. Something

see: https://github.com/spring-projects/spring-security/issues/6017

Grauzone avatar Apr 15 '19 12:04 Grauzone