singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

OpenID provider seems to be broken #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to log in to LiveJournal or OpenIDDirectory
2.
3.

What is the expected output? What do you see instead?

Expect: Successful OpenID-login to site.
Get:
    LiveJournal: Error message from livejournal.com "no_identity_server:
The provided URL doesn't declare its OpenID identity server."
    OpenIDDirectory:
        * openid-provider permission page from openid-provider.appspot.com
(with appspot warning)
        * on affirmative response, HTTP 302 Moved with link
        * on follow, page stating "The request method GET is inappropriate
for the URL /login" (at http://openid-provider.appspot.com/login)

What version of the product are you using? On what operating system?

Firefox 3.0.1 / Mac OS X 10.5.4

Please provide any additional information below.

Original issue reported on code.google.com by justin.k...@gmail.com on 30 Aug 2008 at 1:04

GoogleCodeExporter commented 8 years ago
The same for me.

Original comment by adam.wal...@gmail.com on 29 Oct 2008 at 2:26

GoogleCodeExporter commented 8 years ago
Same for me ... Firefox 3.01 / Windows XP

Original comment by Christo....@gmail.com on 7 Nov 2008 at 12:08

GoogleCodeExporter commented 8 years ago
This seems to be due to

  <link rel="openid2.provider openid.server"
        href="http://openid-provider.appspot.com/<name>" /> 

Seems some openid-enabled parties insist on having separate <link> for server.

Original comment by olegfink@gmail.com on 15 Nov 2008 at 12:34