aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2009-04-10 00:05:15 -0400
committerJoey Hess <joey@kitenet.net>2009-04-10 00:05:15 -0400
commit26189b6dffa05c6a674f5da9cc5bb1d9f4565ae7 (patch)
tree0f0d181f945a9acd1bdd6b3d4bbe80dcf350458b /doc/index
parentb47615ad5ed7bcc6bee1dd7538e35d2232f1c554 (diff)
downloadikiwiki-26189b6dffa05c6a674f5da9cc5bb1d9f4565ae7.tar
ikiwiki-26189b6dffa05c6a674f5da9cc5bb1d9f4565ae7.tar.gz
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/openid/discussion.mdwn17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/index/openid/discussion.mdwn b/doc/index/openid/discussion.mdwn
index d692bf011..4a50fd9dd 100644
--- a/doc/index/openid/discussion.mdwn
+++ b/doc/index/openid/discussion.mdwn
@@ -26,6 +26,8 @@ do=postsignin&oic.time=1238224497-1450566d93097caa707f&openid.assoc_handle=%7BHM
The `return_to` arg should NOT be `signed`, it should be the originating URL where you initially logged in.
+>> Yes, exactly. That's also my understanding of the spec.
+
> I think you're confusing 'openid.return_to' with 'return_to'. The
> former is present above, and is, indeed, the originating url, the latter
> is part of the *value* of the 'openid.signed' parameter generated by myopenid.com. --[[Joey]]
@@ -36,14 +38,25 @@ Also, I dunno what the assoc_handle is doing spitting out an arg like `{HMAC-SHA
> I see the same HMAC-SHA1 when using myopenid, and completly different
> things for other openid servers. (Ie, when using livejournal as an openid server,
> `openid.assoc_handle=1239305290:STLS.QiU6zTZ6w2bM3ttRkdaa:e68f91b751`)
->
+
+>> OK, I wasn't too sure about that, seemed bogus or somehow wrong or in error, like it wasn't actually being `completed`.
+
> I'm fairly sure that is all a red herring.
>
> So, when I was talking about reproducing the bug, I was thinking perhaps you could tell me what openid server you're using,
> etc, so I can actually see the bug with my own eyes.
->
+
+>> myopenid.com, with the CNAME option turned on.
+
> The sanitised url parameters you've provided are not generated by ikiwiki at all.
> They don't even seem to be generated by the underlying [[!cpan Net::OpenID]] library.
+
+>> That was a server log entry with date/host/time stripped, and my URL also stripped. Everything else is as was in the log. I installed the Debian packages in Lenny, both server and consumer OpenID Perl packages.
+
> I'm pretty sure that what you're showing me is the url myopenid redirects
> the browser to after successfully signing in. At that point, ikiwiki
> should complete the signin. What fails at this point? How can I reproduce this failure? --[[Joey]]
+
+I'll try it again myself. I had tried it oh probably 6 times before I finally gave up on it. Maybe I'm getting rusty and I'm just PEBKACing all over the place. :P
+
+Also, to address the point about this discussion being in the wrong area (not under bugs), should I move it, or will you? I don't mind doing it, if you can't.