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

wordpress.com OpenID provider not supported #43

Open
strk opened this issue Jan 9, 2017 · 7 comments
Open

wordpress.com OpenID provider not supported #43

strk opened this issue Jan 9, 2017 · 7 comments

Comments

@strk
Copy link
Contributor

strk commented Jan 9, 2017

wordpress.com exposes openid.server and openid.delegate rel links, and openid-go complains with LINK with rel=openid2.provider not found -- is there any plan to support the old version ?

I've read somewhere that new wordpress.com blogs will NOT support OpenID at all, but there are many old blogs that will continue to work with the old openid version.

@strk
Copy link
Contributor Author

strk commented Jan 9, 2017

I tried considering openid.server as a provider, but then it looks like the callback gets no signature:
op_endpoint must be signed but isn't

@strk
Copy link
Contributor Author

strk commented Jan 9, 2017

Still, the callback has openid.sig=9xxxxx&openid.signed=mode%2Cidentity which does look lke a signature, maybe openid-go just doesn't look for that one, lacking "openid2" ?

@xStrom
Copy link
Contributor

xStrom commented Jan 9, 2017

Yes the current code is only for OpenID 2.0. Supporting OpenID 1.1 (or older) would most likely require code changes. I don't know from the top of my head what those changes are and I have no plans to implement this myself.

The spec contains some info.

@strk
Copy link
Contributor Author

strk commented Jan 10, 2017 via email

@xStrom
Copy link
Contributor

xStrom commented Jan 11, 2017

Nope.

@yohcop
Copy link
Owner

yohcop commented Jan 11, 2017

Hi,
Unfortunately, I'll have the same answers as @xStrom for you: no intention to implement OpenID 1.0 myself, and I don't know of any other libraries supporting this (I haven't searched, there could be one).
Sorry this is not more useful.

But are you sure Wordpress does not support OpenID 2.0 at all?
With a simple google search I found something showing code with openid2.provider ?

@strk
Copy link
Contributor Author

strk commented Jan 11, 2017 via email

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

3 participants