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.

CommentFileSizeAuthor
#1 openid_identifier_select_47x2.patch1.52 KBhadsie

Comments

hadsie’s picture

StatusFileSize
new1.52 KB

This patch fixes this in both the client and the server modules for the 4.7.x-2 version.