LinkedIn OAuth返回不明确的错误

时间:2015-09-17 20:01:19

标签: ruby-on-rails oauth oauth-2.0 linkedin omniauth

为响应oauth请求,LinkedIn使用以下参数将用户重定向回我的服务器:

GET /auth/linkedin/callback?error=server_error&error_description=f228ff35d9f7f99ee891ff1e9b056a7a2e4b8429b84de8d7&state=the+authorization+server+encountered+an+unexpected+condition

此外,根据LinkedIn API,error_description是“一个汇总错误的URL编码文本描述。”,这不是这里的情况。

这是原始请求:

https://www.linkedin.com/uas/oauth2/authorization?client_id=************&redirect_uri=https%3A%2F%2Fwww.mydomain.com%2Fauth%2Flinkedin%2Fcallback&response_type=code&scope=r_basicprofile+r_emailaddress&state=cc167e16fcc8039277cae38dc02d08bf526c955ceb403513

如何找出失败的实际原因?

我的筹码:

  • Rails 4.2.3
  • omniauth 1.2.2
  • omniauth-linkedin-oauth2 0.1.5

2 个答案:

答案 0 :(得分:2)

我们遇到了类似的问题,它是由LI OAuth表单上的用户名字段中的尾随空格引起的。

我不确定为什么它在没有LI Oauth访问权限的其他网站上没有发生,但LI的某个人已经能够为我们验证它。这个问题应该很快解决(或者我们已经承诺过)

答案 1 :(得分:0)

在许多情况下,可以通过在LinkedIn上为您的应用程序生成新的身份验证密钥来解决此问题。