You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm already successfully using this module to authenticate to Google and Linkedin. But for Yahoo! I'm still using openid:OpenIDConsumer. I'd like to start using authoauth2 for Yahoo! as well, but I'm a bit lost as to where to start. The docs only say moving from OpenID 2 Yahoo logins to OIDC Yahoo logins requires creating a Yahoo app. Are there any pointers? thx
The text was updated successfully, but these errors were encountered:
Yahoo is quirky: it doesn't let you edit the scopes you requested or your callback domain. Their documentation about scopes is really confusing, and the behavior seems buggy. We've found that requesting Profiles -> Read/Write scope and using the default settings in 'template' => 'YahooOIDC' seems to work.
I'll be interested in how your experience with Yahoo's OIDC goes.
Hi
I'm already successfully using this module to authenticate to Google and Linkedin. But for Yahoo! I'm still using
openid:OpenIDConsumer
. I'd like to start using authoauth2 for Yahoo! as well, but I'm a bit lost as to where to start. The docs only saymoving from OpenID 2 Yahoo logins to OIDC Yahoo logins requires creating a Yahoo app.
Are there any pointers? thxThe text was updated successfully, but these errors were encountered: