Closed (won't fix)
Project:
OpenID
Version:
4.7.x-2.x-dev
Component:
OpenID Server
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2007 at 21:39 UTC
Updated:
4 Jun 2008 at 02:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
belio commentedAsking support for this too... OpenID Server in 5.x... anyone please?
Comment #2
dwarner commentedPing for status update.
Comment #3
boris mann commentedNo one has stepped up to tackle this yet, as noted by the "Unassigned" label. Patches welcome.
Comment #4
kmv commentedsubscribe
Comment #5
SeanBannister commentedYes, I would really like to see a port to 5
Comment #6
jonathan_hunt commentedsubscribing. Might be able to help, at least with testing. Still wrapping my head around the existing code and specs...
Comment #7
inforeto commentedPerhaps the server could be made into its own module.
That way it will have more reviews.
Is the openid_server.module fully working in its 4.7 version?
Does it have issues other than upgrading it to drupal 5?
Comment #8
dopry commentedI haven't tested the open id server behavior, but I can get to the settings form and the like.. It syncs openid.module to the DRUPAL-5 banch and updates openid_server.module to be api compatible with Drupal 5.
Comment #9
dopry commentedHrmm. I missed a few theme('placeholders') in t()s. And added a description to the settings form menu callback.
I did some basic testing of the server with this patch and it doesn't work. I get redirected to my test site appropriately, I get presented my login request form. I submit it, and then the site starts redirecting to itself. I think openid_server_send() needs some love from someone more familiar how openid_server.module should work.
Comment #10
boris mann commentedProbably needs to be updated to the released Open ID 2.0 spec. Thanks for taking a crack at this, dopry.
Comment #11
yngens commented#9 confirms authentication was successful, but then it goes to http://www.mysite.com/openid/send and generates the following error:
Array ( [form_token] => 49c26f25408542c20dac6cd7a795e0ae [form_id] => openid_redirect_form )
Comment #12
walkah commentedclosing this issue... Those interested in OpenID Provider support for Drupal 5 should look at backporting http://drupal.org/project/openid_provider instead -- it has more focused attention on OpenID 2.0 support and completeness.