LiveJournal apparently has a rather stupid parser for openid, and when this module output rel attributes like this...

<link rel="openid2.provider openid.server" href="http://noelbush.info/MyID.config.php" />
<link rel="openid2.local_id openid.delegate" href="http://noelbush.info/MyID.config.php" />

...LiveJournal barfs and says "no_identity_server: The provided URL doesn't declare its OpenID identity server."

But if you just switch the order of the values in the rel attributes, all is well. So this patch does that, and now you can log in to LiveJournal using this module.

CommentFileSizeAuthor
switch-rel-values.patch893 bytesnoelbush

Comments

robloach’s picture

Version: 5.x-1.2 » 6.x-1.x-dev
Status: Needs review » Fixed

Strange... Is there anyway we can send them a bug report?

http://drupal.org/cvs?commit=105048
http://drupal.org/cvs?commit=105047

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.