Skip to content
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 docs #17

Open
dnmvisser opened this issue Jul 15, 2019 · 1 comment
Open

Yahoo docs #17

dnmvisser opened this issue Jul 15, 2019 · 1 comment

Comments

@dnmvisser
Copy link
Contributor

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 say moving from OpenID 2 Yahoo logins to OIDC Yahoo logins requires creating a Yahoo app. Are there any pointers? thx

@pradtke
Copy link
Contributor

pradtke commented Jul 15, 2019

In terms of module config, I think use 'template' => 'YahooOIDC' and of course set client id and secrets

In terms of Yahoo registration, https://developer.yahoo.com/oauth2/guide/openid_connect/getting_started.html

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants