The openid.signed includes the claimed_id field, which is not part of
the message (since it's a v1 response). This is a bug in the simple-
openid code -- claimed_id should not be included in the openid.signed
field.
> c) using http://www.livejournal.com/openid/: get the error:
> "no_head_tag: Couldn't find OpenID servers due to no head tag". If I
> change to using the head/link tag (using the id url:
> "openid.open.ac.uk/simple-openid/user.html") I get the error
> "signature_mismatch:"
Looks like livejournal only supports OpenID1 (and HTML discovery),
while your OP publishes only Yadis discovery. In order to be
backwards-compatible, you need to publish HTML discovery as well.
> d) using http://trac.openidenabled.com/trac/login: get the error:
> "login failed" (but no more details)
I suspect it's the same issue as b).
Johnny
That would be great, thanks!
If you don't, would you please file a bug report at http://
code.google.com/p/openid4java/issues/list ?
Johnny