Laith- / lightopenid

Automatically exported from code.google.com/p/lightopenid
0 stars 0 forks source link

Double validation ? #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have set up a lightopenid provider (LOP) in a testing environment. I have 
also installed the lightopenid client (LOC) at various places to test it.

Most of the LOCs work fine and the validate() function returns true, but I need 
to make it work on a client site which is hosted by... Godaddy, and so far 
valide() fails on it. At least that's what I thought at first !

To troubleshoot the problem, I wrote some stuff in a file on the LOP side, and 
I realized the 'check_authentication' case of the server() function is run 
twice. First time, all is well, but for some unknown reason it goes in there a 
second time and fail because the assoc is gone. Of course, the LOC on Godaddy 
seems to only receive the failure...

Any idea ? Any experience with Godaddy ?

Many thanks

Original issue reported on code.google.com by gpeti...@humanequation.co on 22 Feb 2012 at 8:02