Closed (fixed)
Project:
OpenID Provider
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2008 at 19:06 UTC
Updated:
3 Nov 2009 at 11:14 UTC
This attached patch gives the openid provider module its own hook. hook_openid_provider. This will allow you to call the hook and modules on the provider side can pass information back to the provider module based off the information that is received in the hook. Used for response and signing currently in the patch that was applied, removed the old dependency for the hook_openid since i believe that one should stay on the client side of the fence.
Patch also updates the path for the user to the new path in the module which http://drupal.org/node/322764 gave for the functionality.
| Comment | File | Size | Author |
|---|---|---|---|
| openid_provider.inc_.patch | 2.16 KB | darren.ferguson |
Comments
Comment #1
christefano commentedComment #2
Chris Johnson commentedComment #3
sumitk commentedseems to be working for me
but you still need this patch to make openid_provider work
http://drupal.org/node/322764
Comment #4
sumitk commentedComment #5
walkah commentedI applied the hook openid_provider part of this patch, and we can address the path issue in #322764
thanks, darren :-)
Comment #7
merilainen commentedI'm trying to apply this patch for openid_provider dev-version from March 12th and get the following errors: