Current OpenID demo/test page? (+ problem)

Daniel E. Renfer Duck at kronkltd.net
Wed Sep 21 09:51:49 PDT 2005


I figured out what was wrong.

You're checking for 'is_valid', which is the response from a
'check_authentication' request. You won't get an 'is_valid' response when
you are using 'checkid_setup'.  (which is what you were sending) You will
need test for the response paramaters of 'checkid_setup'.

Daniel E. Renfer (http://kronkltd.net/)

Daniel E. Renfer wrote
> It looks like livejournal is sending back all the propper information to 
> show that it was a successfull authentication.
>
> openid.signed=mode,identity,return_to
>
> how are you testing for the value of 'is_valid'?
>
> Daniel E. Renfer (http://kronkltd.net/)
>
> Lukas Leander Rosenstock wrote
>> Hello!
>> I'm working on my first OpenID implementation and currently it shows all 
>> possible information as I need this for debugging myself. You can see the 
>> test at: http://isapi.lrserver01.net/oidemo.dll/Consumer
>> But I still have a problem with it. The server - up to now I've tested LJ 
>> only - always says returns that the ID is false. Maybe someone could tell 
>> me what I do wrong. The page after the login shows what is posted to the 
>> server, anything missing there? Currently I send the post not url-encoded 
>> but if I do so (which maybe I should) LJ says "this is an OpenID end 
>> point and not a human-readable resource".
>>
>> Lukas
>>
>> Jason Levine wrote:
>>
>>>Is there a site that provides the consumer side of a current OpenID test,
>>>preferably with as much debugging info as possible? 



More information about the yadis mailing list