There is already a patch of the 4.6 version to Drupal 5, but I would be more interested in a port of the 4.7-2.x version (which has also a server).
Is there anybody working on this already?

CommentFileSizeAuthor
#9 openid-4.7-2.x-5.x.patch55.69 KBdopry
#8 openid-4.7-2.x-5.x.patch54.8 KBdopry

Comments

belio’s picture

Asking support for this too... OpenID Server in 5.x... anyone please?

dwarner’s picture

Ping for status update.

boris mann’s picture

No one has stepped up to tackle this yet, as noted by the "Unassigned" label. Patches welcome.

kmv’s picture

subscribe

SeanBannister’s picture

Yes, I would really like to see a port to 5

jonathan_hunt’s picture

subscribing. Might be able to help, at least with testing. Still wrapping my head around the existing code and specs...

inforeto’s picture

Perhaps 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?

dopry’s picture

Status: Active » Needs review
StatusFileSize
new54.8 KB

I 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.

dopry’s picture

StatusFileSize
new55.69 KB

Hrmm. 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.

boris mann’s picture

Probably needs to be updated to the released Open ID 2.0 spec. Thanks for taking a crack at this, dopry.

yngens’s picture

#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 )

walkah’s picture

Status: Needs review » Closed (won't fix)

closing 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.