-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yahoo OAuth2 has been deprecated #124
Comments
I spent hours last night trying to get the OpenID Connect version of Yahoo's implementation working correctly, but was stymied by decoding the Is there a way to tell Yahoo "these are the decoding methods that we support", so that it gives us back the token in, say, |
Hey!
A lot of time passed, I am trying to remember and possible ES was disabled, because I was not able to implement ES keys encoding... (maybe) This moment, https://github.com/SocialConnect/jwx/blob/master/tests/JWTTest.php#L228 Who knows 😸 |
Added ES256/384/512 support back with tests on real EC keys. Released as Should works I think. |
ping @curtisgibby |
Issue
Yahoo! has EOL'd their OAuth2 ("Social Directory") API, and is encouraging developers to adopt an OpenID Connect pattern for their user authentication flow.
My env
PHP: 7.2
Library: ADmad cakephp-social-auth
Provider: Yahoo (OAuth2)
Provider options:
I'll try to figure out how to adapt the existing Google OpenID Connect provider to create a version for Yahoo.
The text was updated successfully, but these errors were encountered: