1 when I login via to this wiki (or ours) via Google's OpenID, I get this error:
3 Error: OpenID failure: no_identity_server: The provided URL doesn't declare its OpenID identity server.
5 Any idea how to fix this??
7 > Google is [doing things with openid that are not in the spec](http://googledataapis.blogspot.com/2008/10/federated-login-for-google-account.html)
8 > and it's not clear to me that they intend regular openid to work at all.
9 > What is your google openid URL so I can take a look at the data they are
10 > providing? --[[Joey]]
13 http://openid-provider.appspot.com/larrylud
15 > I've debugged this some and filed
16 > <https://rt.cpan.org/Ticket/Display.html?id=48728> on the Openid perl
17 > module. It's a pretty easy fix, so I hope upstream will fix it quickly.
20 >> A little more information here: I'm using that same openid provider at the moment. Note that
21 >> that provider isn't google - it is someone using the google API to authenticate. I normally have it
22 >> set up as a redirect from my home page (which means I can change providers easily).
24 <link rel="openid.server" href="http://openid-provider.appspot.com/will.uther">
25 <link rel="openid.delegate" href="http://openid-provider.appspot.com/will.uther">
27 >> In that mode it works (I used it to log in to make this edit). However, when I try the openid
28 >> URL directly, it doesn't work. I think there is something weird with re-direction. I hope this
29 >> isn't a more general security hole.