Closed GoogleCodeExporter closed 8 years ago
Alex, I believe the bug is in provider.jsp:15
newmgr.setSignFields("return_to,assoc_handle,claimed_id,identity"); // OpenID
1.x
Can you comment out this line and then try again with one of your provier's
identifiers?
Johnny
Original comment by Johnny.B...@gmail.com
on 5 Feb 2008 at 12:29
Thanks Johnny, commenting the whole line out didn't work, but changing it to be:
newmgr.setSignFields("return_to,assoc_handle,identity"); // OpenID 1.x
seemed to do the trick (i.e. just removing the claimed_id field) - and it now
works
with the 3 sites I was getting the sig mismatch error with.
Cheers,
Alex
Original comment by AlextLit...@gmail.com
on 5 Feb 2008 at 11:41
That's strange -- the library should compose the right openid.signed value if
an
explicit list is not given by the user.
Can you please try again with the line commented out, and inspect the auth
request
message, using either DEBUG logs, or using a Firefox extension such as tamper
data.
Thanks!
Original comment by Johnny.B...@gmail.com
on 5 Feb 2008 at 6:52
That would be the auth *response*, not request, of course.
Original comment by Johnny.B...@gmail.com
on 5 Feb 2008 at 6:57
Just given it another go - with line commented out completely and with just the
edit
I made (and restarting tomcat after each change) and yes, as you say commenting
the
line out completely works. Not really sure what was going on when I tried
before.
Alex
Original comment by AlextLit...@gmail.com
on 6 Feb 2008 at 9:20
Thanks Alex! This is fixed now in rev456.
Original comment by Johnny.B...@gmail.com
on 6 Feb 2008 at 9:20
Original issue reported on code.google.com by
AlextLit...@gmail.com
on 31 Jan 2008 at 11:38