-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
I tried considering |
Still, the callback has |
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. |
Do you know of another Go library doing OpenID 1.0 ?
|
Nope. |
Hi, But are you sure Wordpress does not support OpenID 2.0 at all? |
Self hosted wordpress sites can probably be made to support oid2 but check this out: https://strklog.wordpress.com/ - I only see openid.server in there
|
wordpress.com exposes
openid.server
andopenid.delegate
rel links, and openid-go complains withLINK 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.
The text was updated successfully, but these errors were encountered: