Closed (works as designed)
Project:
OpenID
Version:
5.x-1.1
Component:
OpenID Client
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2008 at 15:18 UTC
Updated:
11 Sep 2008 at 06:37 UTC
Attempt to use my blog URL in Blogger service (Google blogs service) as OpenID finish as error page with text:
error:Invalid AuthRequest: 768: Invalid value for openid.ns field: http://openid.net/signon/1.0
Comments
Comment #1
waddles commentedLooks to me like they're not accepting OpenID 1.x Compatibility mode. That's weird because they send a 1.x link in response to the request for an application/xrds+xml document:
So they are actually telling us to use an OpenID 1.x protocol, then complaining when we do. If you change the openid.ns parameter of the URL where the error occurs (Drupal's redirection) to
openid.ns=http%3A%2F%2Fspec.openid.net%2Fauth%2F2.0then it takes you to a properly handled error page.This is a bug in Blogger's implementation. Please log a bug report with them.
Comment #2
techtonik commentedMore than that - a patch is available, but nobody cares. http://drupal.org/node/233885