aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/OpenID_delegation_fails_on_my_server.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-15 17:38:04 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-15 17:38:25 -0400
commit293c69ae9568b9b3e844df5d00cc9278f92f8592 (patch)
tree8d4980e35a09a2667d2843356e68dc9938155f92 /doc/bugs/OpenID_delegation_fails_on_my_server.mdwn
parent7ad8c467c65fd9a089985e57988766af787309f9 (diff)
downloadikiwiki-293c69ae9568b9b3e844df5d00cc9278f92f8592.tar
ikiwiki-293c69ae9568b9b3e844df5d00cc9278f92f8592.tar.gz
user error
Diffstat (limited to 'doc/bugs/OpenID_delegation_fails_on_my_server.mdwn')
-rw-r--r--doc/bugs/OpenID_delegation_fails_on_my_server.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/OpenID_delegation_fails_on_my_server.mdwn b/doc/bugs/OpenID_delegation_fails_on_my_server.mdwn
index 2e6104717..892c1f833 100644
--- a/doc/bugs/OpenID_delegation_fails_on_my_server.mdwn
+++ b/doc/bugs/OpenID_delegation_fails_on_my_server.mdwn
@@ -17,3 +17,34 @@ switch to other providers in the future.
Sorry, didn't notice this edit. But, no, that is incorrect. Entering http://thewordnerd.info or thewordnerd.info should do the exact same thing that entering http://thewordnerd.myopenid.com does--in your case, prompt you to log in, in mine, ask if I want to verify the request. It's redirecting to the page itself, not using it as an OpenID provider.
Unfortunately I don't speak or understand enough Perl to fix this, nor do I understand how to use its debugger, but it looks as if the consumer should support delegation. Not sure why it's behaving incorrectly here.
+
+> Your openid delegation is wrong.
+>
+> Here is a working openid delegation (from http://joey.kitenet.net:)
+> <link href="http://www.myopenid.com/server" rel="openid.server" />
+> <link href="http://www.myopenid.com/server" rel="openid2.provider" />
+> <link href="https://joeyh.myopenid.com/" rel="openid.delegate" />
+> <link href="https://joeyh.myopenid.com/" rel="openid2.local_id" />
+>
+> The above is generated by ikiwiki, using the meta openid directive:
+>
+> \[[meta openid="https://joeyh.myopenid.com/" server="http://www.myopenid.com/server"]]
+>
+> Here is your delegation:
+>
+> <meta http-equiv="X-XRDS-Location" content="http://thewordnerd.myopenid.com/xrds" />
+> <link rel="openid.server" href="http://thewordnerd.myopenid.com" />
+> <link rel="openid.delegate" href="http://thewordnerd.myopenid.com" />
+>
+> So, your openid.server is set wrong; when loging in ikiwiki redirects to
+> the specified url, which is not behaving as an openid server at all. If it's changed
+> to use http://www.myopenid.com/server, it would work the same as mine.
+>
+> I suspect that it was working for you on other sites that support openid
+> 2.0 and XRDS, since the xrds file on your site seems to have the correct
+> http://www.myopenid.com/server url in it. Ikiwiki, however, uses perl
+> modules that do not support openid 2.0 or XRDS, and so the incorrect
+> openid 1.0 delegation is used. --[[Joey]]
+
+[[done]]
+