Active
Project:
OpenID
Version:
master
Component:
OpenID Client
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2007 at 19:58 UTC
Updated:
31 Aug 2007 at 23:29 UTC
Jump to comment: Most recent file
In openid.module, line 157:
$identity = 'http://openid.net/identifier_select/2.0';
Should be:
$identity = 'http://specs.openid.net/auth/2.0/identifier_select';
This is the correct identifier select URL according to the latest implementor's draft (draft 12 - section 7.3.1). This value changed in draft 11 and I can confirm that the URL currently used in drupal doesn't work with myopenid.com, but with the updated URL it works as intended.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | openid_identifier_select_47x2.patch | 1.52 KB | hadsie |
Comments
Comment #1
hadsie commentedThis patch fixes this in both the client and the server modules for the 4.7.x-2 version.