]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Related comments on openid redirection.
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>
Fri, 14 Aug 2009 23:10:57 +0000 (19:10 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 14 Aug 2009 23:10:57 +0000 (19:10 -0400)
doc/forum/google_openid_broken__63__.mdwn

index 0e0d8d1187abb0d6884c1dfeb932280ec1a7eb62..1be9d0487d6a04467ff1ced7a02ddec6737f0461 100644 (file)
@@ -16,3 +16,15 @@ http://openid-provider.appspot.com/larrylud
 > <https://rt.cpan.org/Ticket/Display.html?id=48728> on the Openid perl
 > module. It's a pretty easy fix, so I hope upstream will fix it quickly.
 > --[[Joey]] 
 > <https://rt.cpan.org/Ticket/Display.html?id=48728> on the Openid perl
 > module. It's a pretty easy fix, so I hope upstream will fix it quickly.
 > --[[Joey]] 
+
+>> A little more information here:  I'm using that same openid provider at the moment.  Note that
+>> that provider isn't google - it is someone using the google API to authenticate.  I normally have it
+>> set up as a redirect from my home page (which means I can change providers easily).
+
+    <link rel="openid.server" href="http://openid-provider.appspot.com/will.uther">
+    <link rel="openid.delegate" href="http://openid-provider.appspot.com/will.uther">
+
+>> In that mode it works (I used it to log in to make this edit).  However, when I try the openid
+>> URL directly, it doesn't work.  I think there is something weird with re-direction.  I hope this
+>> isn't a more general security hole.
+>> -- [[Will]]