tut-spring-boot-oauth2
tut-spring-boot-oauth2 copied to clipboard
Error after auth via GitHub, while running last (custom-err) SocialApplication.
[invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response: Error while extracting response for type [class org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse] and content type [application/json;charset=utf-8]; nested exception is org.springframework.http.converter.HttpMessageNotReadableException: An error occurred reading the OAuth 2.0 Access Token Response: tokenValue cannot be empty; nested exception is java.lang.IllegalArgumentException: tokenValue cannot be empty

It is because my Name in Github was empty - null.
yeah how to solve it ?