Closed (won't fix)
Project:
OpenID Provider
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2008 at 00:48 UTC
Updated:
11 Nov 2008 at 03:34 UTC
_openid_provider_sign() tries to look up the assoc_handle in the database (openid_provider_association) but always fails to find it because no association (optional, according to the OpenID 2.0 spec) was created.
The provider code needs to always keep track of the shared secret in order to correctly sign messages.
Comments
Comment #1
Chris Johnson commentedConfused code. The no-association may or may not work, but what I was actually running into was a different bug which masqueraded as this problem.