I was attempting to write a SimpleTest for the openid module when I discovered this possible issue. As I attempted to login using my blogger account as the openid site said is valid I noticed that it doesn't work.
After checking it on older versions of the code the same error resulted.
error:Invalid AuthRequest: 768: Invalid value for openid.ns field: http://openid.net/signon/1.0
I noticed that blogger has a list of trusted sites and that there seems to be some openid functionality to confirm that the site is trusted by you instead of it just automatically logging in.
The functionality can be tested using the openid diagnostic page.
I'm not sure if this is just functionality that hasn't been implemented or isn't being planned on implemented, but I figured I would make an issue of it just in case.
A list of possible libraries can be found http://wiki.openid.net/Libraries and a provider library http://siege.org/projects/phpMyID/.
Comments
Comment #1
catchretitling.
Comment #2
moshe weitzman commentedpossibly fixed by http://drupal.org/node/245826. if so, please mark this a dupe.
Comment #3
boombatower commentedThis issue still stands. I still can't login using my blogger OpenID.
Comment #4
c960657 commentedLooks like a duplicate of #222044: Openid login failed with Blogger users. It has been fixed in HEAD but not yet in D6.