yahoo oauth and oauth2.0 login malfunction

人盡茶涼 提交于 2019-12-09 13:44:18

问题


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

1.redirect to https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=XXXX

2.Login page is shown, type in login name

3.Type in password

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

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?


回答1:


Tested on 31 Aug 2018,

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

Also reference this: Yahoo OAuth 2.0 login malfunction



来源:https://stackoverflow.com/questions/51940949/yahoo-oauth-and-oauth2-0-login-malfunction

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!