X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/408e0eb607a4c36ba5c7446f89135e8ee50e499c..aac1428491c850b74800f59926dcbc3c7bc6dd84:/doc/news/openid/discussion.mdwn diff --git a/doc/news/openid/discussion.mdwn b/doc/news/openid/discussion.mdwn index 3494d6f38..c0447a13f 100644 --- a/doc/news/openid/discussion.mdwn +++ b/doc/news/openid/discussion.mdwn @@ -15,6 +15,8 @@ as well. Also have I just created an account on this wiki as well? > can configure it to eg, subscribe your email address to changes to pages. > --[[Joey]] +OK, my openid login works too. One question though, is there a setup parameter which controls whether new registrations are permitted at all? For instance, I'm thinking that I'd like to use the wiki format for content, but I don't want it editable by anyone who isn't already set up. Does this work? --[[Tim Lavoie]] + ---- # How to ban an IP address? @@ -42,7 +44,7 @@ only Apache/iptables rules for this? Maybe it's related to > Error: /srv/web/ikiwiki.info/todo/Configurable_minimum_length_of_log_message_for_web_edits/index.html independently created, not overwriting with version from todo/Configurable_minimum_length_of_log_message_for_web_edits -[[jondowland]] +[[users/jon]] ---- @@ -64,6 +66,27 @@ Even if IkiWiki does let me log out, how do I *stay* logged out? Let's say I'm > > AFAIK openid doesn't have single signoff capabilities yet. --[[Joey]] -I'm having a problem using my preferred openid. I have http://thewordnerd.info configured as a delegate to thewordnerd.myopenid.com. It works fine on Lighthouse, Slicehost and everywhere else I've used it. Here, though, if I use the delegate I'm sent to my openid identity URL on myopenid.com. If I use the identity URL directly, I get the verification page. +I'm having a problem using my preferred openid. I have +http://thewordnerd.info configured as a delegate to +thewordnerd.myopenid.com. It works fine on Lighthouse, Slicehost and +everywhere else I've used it. Here, though, if I use the delegate I'm sent +to my openid identity URL on myopenid.com. If I use the identity URL +directly, I get the verification page. + +Is my delegation broken in some way that works for all these other apps but +which fails here? Or is something broken in Ikiwiki's implementation? + +> I guess this is the same issue filed by you at +> [[bugs/OpenID_delegation_fails_on_my_server]] --[[Joey]] + +Yes. I'd only recently set up my server as a delegate under wordpress, so still thought that perhaps the issue was on my end. But I'd since used my delegate successfully elsewhere, so I filed it as a bug against ikiwiki. + +---- +###Pretty Painless +I just tried logging it with OpenID and it Just Worked. Pretty painless. If you want to turn off password authentication on ikiwiki.info, I say go for it. --[[blipvert]] + +> I doubt I will. The new login interface basically makes password login +> and openid cooexist nicely. --[[Joey]] -Is my delegation broken in some way that works for all these other apps but which fails here? Or is something broken in Ikiwiki's implementation? +###LiveJournal openid +One caveat to the above is that, of course, OpenID is a distributed trust system which means you do have to think about the trust aspect. A case in point is livejournal.com whose OpenID implementation is badly broken in one important respect: If a LiveJournal user deletes his or her journal, and a different user registers a journal with the same name (this is actually quite a common occurrence on LiveJournal), they in effect inherit the previous journal owner's identity. LiveJournal does not even have a mechanism in place for a remote site even to detect that a journal has changed hands. It is an extremely dodgy situation which they seem to have *no* intention of fixing, and the bottom line is that the "identity" represented by a *username*.livejournal.com token should not be trusted as to its long-term uniqueness. Just FYI. --[[blipvert]]