Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2008 at 19:08 UTC
Updated:
22 Mar 2009 at 05:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidComment #2
matason commentedI've had a look at this, the hook enables modules to modify the request parameters before they get sent over to the OpenID provider. A module wanting to implement this hook would need a function like this:-
function my_module_openid($op, $request) { ... }
and would need to return an a keyed array like this:-
return array('openid.identity' => 'http://matason.myopenid.com/');
Hope this is helpful?
Comment #4
jeffschulerComment #5
jeffschulerCreated file
openid.api.phpwithhook_openid()briefly described, including an example.My best guess, as openid_authentication_request is undocumented as well.
Thanks to jhodgdon and kscheirer for help with this (at the DrupalCon DC documentation sprint.)
Comment #6
webchickAwesome!! Thanks!! :D
Comment #7
webchickAw, shoot. :( I read over this too quickly and didn't mention all the people in the commit message. :( I'm really sorry. :(
I'll type your names twice in the next one. ;)