雅虎oauth和oauth2.0登录故障 [英] yahoo oauth and oauth2.0 login malfunction

查看:159
本文介绍了雅虎oauth和oauth2.0登录故障的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

用户使用 Yahoo OAuth 1.0 访问我们的网站,但失败,并且具有以下行为.

Users access our website using Yahoo OAuth 1.0,but it failed and have the below behavior.

1.重定向到 https://api.login.yahoo .com/oauth/v2/request_auth?oauth_token = XXXX

2.显示登录"页面,输入登录名

2.Login page is shown, type in login name

3.输入密码

4.加载一段时间后,它将返回到步骤2中的登录"页面
重复步骤2-3

4.After loading for a while... It will go back to Login page in Step 2
Repeat Step 2-3

在没有上述错误的情况下肯定可以正常工作

It was definitely working before without the above bug

然后使用Yahoo OAuth 2.0更新我们的系统 当我们请求 https://api.login.yahoo.com/oauth2/get_token 但响应不包含" xoauth_yahoo_guid "字段:

Then update our system use Yahoo OAuth 2.0 when we request https://api.login.yahoo.com/oauth2/get_token but sesponse not include 'xoauth_yahoo_guid' field :

{
    "access_token": "XXXXXXXXX",
    "refresh_token": "XXXXXXXXXXXXX",
    "expires_in": 3600,
    "token_type": "bearer"
}

其他人遇到相同的错误和/或知道如何解决此错误吗?

anybody else is experiencing the same bug and/or know how to fix this?

推荐答案

2018年8月31日测试,

Tested on 31 Aug 2018,

Yahoo OAuth 2 登录流程再次正常工作,可能是Yahoo团队正在修复其错误.

The Yahoo OAuth 2 login flow is working again, probably Yahoo team fixing their bug.

也请参考以下内容: Yahoo OAuth 2.0登录失败

这篇关于雅虎oauth和oauth2.0登录故障的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆