aboutsummaryrefslogtreecommitdiff
path: root/doc/index
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2009-03-28 03:27:47 -0400
committerJoey Hess <joey@kitenet.net>2009-03-28 03:27:47 -0400
commitb8e08458c90c83c9d9aaa2d8cfcca4d9fae145db (patch)
treef1181f211e25a246ab6cca057e6586662e012e63 /doc/index
parent3840d3d8f890a11e6d9605f7c8c929a3b33e6ecc (diff)
downloadikiwiki-b8e08458c90c83c9d9aaa2d8cfcca4d9fae145db.tar
ikiwiki-b8e08458c90c83c9d9aaa2d8cfcca4d9fae145db.tar.gz
Diffstat (limited to 'doc/index')
-rw-r--r--doc/index/openid/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/index/openid/discussion.mdwn b/doc/index/openid/discussion.mdwn
index 5e7a881b3..ae614e5ac 100644
--- a/doc/index/openid/discussion.mdwn
+++ b/doc/index/openid/discussion.mdwn
@@ -20,3 +20,10 @@ Hi, there's no return_to from a designated OpenID server page, specs requires (I
>> Should probably move this page, eh? ;)
>> I'd do that, but I dunno know other than using the SCM backend in question....
+Here's some actual output (with my OpenID URL stripped out):
+
+do=postsignin&oic.time=1238224497-1450566d93097caa707f&openid.assoc_handle=%7BHMAC-SHA1%7D%7B49cdce76%7D%7BBhuXXw%3D%3D%7D&openid.identity=|<==== MY OPENID URL GOES HERE ====>|&openid.mode=id_res&openid.op_endpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&openid.response_nonce=2009-03-28T07%3A15%3A02ZDUFmG3&openid.return_to=http%3A%2F%2Fsimonraven.kisikew.org%2Fbin%2Fikiwiki.cgi%3Fdo%3Dpostsignin%26oic.time%3D1238224497-1450566d93097caa707f&openid.sig=E51Xh6Gnjku%2B0se57qCyhHbT5QY%3D&openid.signed=assoc_handle%2Cidentity%2Cmode%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned
+
+The `return_to` arg should NOT be `signed`, it should be the originating URL where you initially logged in.
+
+Also, I dunno what the assoc_handle is doing spitting out an arg like `{HMAC-SHA1}{49cdce76}{BhuXXw%3D%3D}` it should be processed further. I have the needed perl packages installed (latest for Lenny). Hrm, would endianness matter?