Closed (fixed)
Project:
OpenID Client AX
Version:
6.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Apr 2009 at 21:23 UTC
Updated:
5 May 2009 at 12:40 UTC
Jump to comment: Most recent file
Openid_client_ax should be similar to openid_provider_ax in the whole concept.
So I introduced these instead of calling openid_cp_field functions directly:
module_invoke_all('openid_client_ax', 'save', $response, $account);
$mapping = module_invoke_all('openid_client_ax', 'get');
This means I could remove all content_profile depending code from the module.
Please don't commit yet. Needs more work. (altough it looks promising)
I see one issue here: if i login using the same openid second time, i get a white page. altough if i go to the front page, i logged in, so the authentication happens fine.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | openid_client_ax_hooks_instead_of_dependency.patch | 6.12 KB | aron novak |
| openid_client_ax_hooks_instead_of_dependency.patch | 5.83 KB | aron novak |
Comments
Comment #1
aron novakHere is a second version of the patch, it fixes the but that i described above: the second time login does not result in a white page anymore (it was a bogus redirect)
Please don't commit yet. Needs more testing. (altough it looks promising)
Comment #2
darren.ferguson commentedAron this patch is now in the module