]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/OpenID_delegation_fails_on_my_server.mdwn
more difficulties with IkiWiki::Setup::load
[ikiwiki.git] / doc / bugs / OpenID_delegation_fails_on_my_server.mdwn
1 When I use my OpenID, http://thewordnerd.info, I am redirected to
2 http://thewordnerd.myopenid.com, the identity to which thewordnerd.info
3 delegates. That is, I'm redirected to the exact identity URL, not to an
4 authorization link.
5
6 I am successfully using thewordnerd.info as my identity on many sites, so I
7 know the delegation is pretty standard. It's stock WordPress with the
8 delegation plugin. I also just attempted registration on http://identi.ca
9 and successfully exchanged sreg data. So it seems like something is broken
10 when using a delegate specifically with ikiwiki, and while I can use
11 thewordnerd.myopenid.com, I'd rather use my delegate and free myself to
12 switch to other providers in the future.
13
14 > Hmm, I entered http://thewordnerd.info as the openid, and ended up at
15 > http://thewordnerd.myopenid.com/ , which seems right? --[[Joey]]
16
17 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.
18
19 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.