[OpenID] Flex OpenID Component
anirudhsasikumar
anirudhsasikumar at gmail.com
Tue Feb 24 07:03:02 UTC 2009
Hi Andrew,
I'm the developer who built sandboxviolation.appspot.com. The reason
your redirect back bombed was because I expected a URL for the
claimed_id. That is, the claimed_id field was set to a Google Engine
datastore type known as URL which self validates when data is set.
My Log:
Login status success for claimed_id xri://=!9B72.(hiddenforprivacy)
E 02-20 10:59AM 20.824
Invalid URL: xri://=!9B72.(hiddenforprivacy)
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/api/
datastore_types.py", line 538, in __init__
raise datastore_errors.BadValueError('Invalid URL: %s' % link)
BadValueError: Invalid URL: xri://=!9B72.(hiddenforprivacy)
I should have chosen the field data type as string. In that case, your
login would have worked fine.
P.S: I'm working on fixing this. :)
P.P.S: OpenID rocks!
Cheers,
----
Anirudh Sasikumar,
http://sandboxviolation.appspot.com/
On Feb 20, 11:59 pm, Andrew Arnott <andrewarn... at gmail.com> wrote:
> Dang. It took my XRI and sent me to myopenid.com, which impressed me, but
> on redirect back to the RP it bombed. :(
> --
> Andrew Arnott
More information about the general
mailing list