social-app-django
social-app-django copied to clipboard
Yahoo! backend fails
Hi,
It seems due to recent deprecation/EOL of Yahoo SocDir https://developer.yahoo.com/oauth/social-directory-eol/ , the app's yahoo authentication backend: 'social_core.backends.yahoo.YahooOpenId' failed to reach the required resources.
I even created a new app on Yahoo! and try new values for: SOCIAL_AUTH_YAHOO_OAUTH2_KEY and SOCIAL_AUTH_YAHOO_OAUTH2_SECRET, but doesn't make a difference.
Any suggestions?
Thank you in advance Stay Safe V
P.S. here's the error raised:
| Request Method: | GET |
|---|---|
| http://127.0.0.1:8000/usermanagement/account/social-auth/login/yahoo/ | |
| 2.2.7 | |
| AuthException | |
| OpenID discovery error: No usable OpenID services found for http://me.yahoo.com | |
| C:\pyprojects\webprjs\djangoprjs\IPEN-B\ipenbvenv\lib\site-packages\social_core\backends\open_id.py in openid_request, line 250 | |
| C:\pyprojects\webprjs\djangoprjs\IPEN-B\ipenbvenv\Scripts\python.exe | |
| 3.8.5 | |
| ['C:\pyprojects\webprjs\djangoprjs\IPEN-B\ipenb', 'C:\Users\farzin\AppData\Local\Programs\Python\Python38-32\python38.zip', 'C:\Users\farzin\AppData\Local\Programs\Python\Python38-32\DLLs', 'C:\Users\farzin\AppData\Local\Programs\Python\Python38-32\lib', 'C:\Users\farzin\AppData\Local\Programs\Python\Python38-32', 'C:\pyprojects\webprjs\djangoprjs\IPEN-B\ipenbvenv', 'C:\pyprojects\webprjs\djangoprjs\IPEN-B\ipenbvenv\lib\site-packages'] | |
| Thu, 13 Aug 2020 15:09:26 +0000 |