LinkedIn OAuth2 / oauth / v2 / accessToken响应未返回“ token_type”

时间:2018-08-08 11:39:30

标签: java oauth-2.0 linkedin access-token spring-security-oauth2

我在我的项目中使用spring-security-oauth2-client进行身份验证,但是该库希望对https://www.linkedin.com/oauth/v2/accessToken的POST请求的响应中出现“ token_type”。该库是按照OAuth2约定构建的,但是LinkedIn并未遵循此约定。 AccessToken约定:https://tools.ietf.org/html/rfc6749#section-5.1

有人可以解决此问题吗?我暂时克隆了spring-security-oauth2-client的子库之一,以强制将“ token_type”设置为“ Bearer”。

1 个答案:

答案 0 :(得分:1)

已经herehere报告了此问题。 here建议的jgrandja修复程序正在起作用。