Download & Extend

Releases for OpenID Provider

openid_provider 7.x-1.0-rc4

Download Size md5 hash
openid_provider-7.x-1.0-rc4.tar.gz 18.61 KB b9331cad1962f35c342962b211c7497f
openid_provider-7.x-1.0-rc4.zip 21.76 KB b3c2fa829cdfdbd649a8334be26e4b4a
Last updated: March 13, 2012 - 16:05
Official release from tag: 7.x-1.0-rc4

Release notes

This release fixes parse errors and compatibility issues with D7 and should complete the D7 port. We also fix the nonce, as in D6.

* #1478912: Integrity constraint error when attempting to log in
* #1423658: make a stronger nonce
* #1473078: Fix for installation error (missing curly brace)

openid_provider 6.x-1.0-rc4

Download Size md5 hash
openid_provider-6.x-1.0-rc4.tar.gz 18.33 KB 05a4a9cc49bf1bf12954a2bec46d3fbe
openid_provider-6.x-1.0-rc4.zip 21.45 KB 771b833c4e4088147c6b1c3644286bad
Last updated: March 13, 2012 - 16:05
Official release from tag: 6.x-1.0-rc4

Release notes

Small release to fix the nonce and keep sync with D7 releases.

* #1423658: make a stronger nonce

openid_provider 7.x-1.0-rc3

Download Size md5 hash
openid_provider-7.x-1.0-rc3.tar.gz 18.34 KB becc8193db2dad4a3ba120832ee2bf1f
openid_provider-7.x-1.0-rc3.zip 21.48 KB d8871be24245b4c23a67eb5a6f043b7c
Last updated: March 7, 2012 - 14:16
Official release from tag: 7.x-1.0-rc3

Release notes

This is yet another bugfix release! Onwards to the real 1.0 :)

* 7bf6040 - by David_Rothstein: properly sign nickname and email since we send them out in auth_response (#1441586: SREG and AX keys aren't signed, so they are ignored by Drupal OpenID clients)
* cfb8c4f - Revert "remove unused unsolicited assertion code" (#1471324: Missing openid_provider_authentication_response() function)
* b4237ca - optimization: delete stale associations in cron
* fd79f33 - fix association verification
* 36e6958 - remove unused unsolicited assertion code
* 26473eb - fix warnings in authentication_response()
* 1cd7b1b - complete the private association support (#506530: Private association support)

openid_provider 6.x-1.0-rc3

Download Size md5 hash
openid_provider-6.x-1.0-rc3.tar.gz 18.2 KB 0dc4b4e393016dceb672089ab316fc8d
openid_provider-6.x-1.0-rc3.zip 21.32 KB 8a4895a6e8a18c836b2b6ce042036152
Last updated: March 7, 2012 - 14:15
Official release from tag: 6.x-1.0-rc3

Release notes

This is yet another bugfix release! Onwards to the real 1.0 :)

* 7bf6040 - by David_Rothstein: properly sign nickname and email since we send them out in auth_response (#1441586: SREG and AX keys aren't signed, so they are ignored by Drupal OpenID clients)
* cfb8c4f - Revert "remove unused unsolicited assertion code" (#1471324: Missing openid_provider_authentication_response() function)
* b4237ca - optimization: delete stale associations in cron
* fd79f33 - fix association verification
* 36e6958 - remove unused unsolicited assertion code
* 26473eb - fix warnings in authentication_response()
* 1cd7b1b - complete the private association support (#506530: Private association support)

Known issues:

#1473078: Fix for installation error (missing curly brace) - parse error because of missing close bracket.

openid_provider 7.x-1.0-rc2

Download Size md5 hash
openid_provider-7.x-1.0-rc2.tar.gz 18.13 KB 7b15d561c7da2fd7ee222da0a0d5c4ee
openid_provider-7.x-1.0-rc2.zip 21.25 KB 454a55f305bee6d41040b7cd2d12bae5
Last updated: January 31, 2012 - 16:40
Official release from tag: 7.x-1.0-rc2

Release notes

With this release we complete the checkid_immediate implementation and perform further code cleanup. With this release, there remains no TODOs directly in the code (although some things are still missing, according to the README).

* fix warnings in PHP 5.3 and login problems (reported in #1421536: Module is broken at install)
* generate a association handle if it's invalid, to follow the standard
* finish the checkid_immediate implementation by returning an error if we need to prompt the user
* handle properly the case where we do not supported the requested association type

openid_provider 6.x-1.0-rc2

Download Size md5 hash
openid_provider-6.x-1.0-rc2.tar.gz 18 KB 9757e1cb7effffa1eac9fb8c885d6ae4
openid_provider-6.x-1.0-rc2.zip 21.1 KB f30b39b7e05daa443634bb7243234fc4
Last updated: January 31, 2012 - 16:40
Official release from tag: 6.x-1.0-rc2

Release notes

With this release we complete the checkid_immediate implementation and perform further code cleanup. With this release, there remains no TODOs directly in the code (although some things are still missing, according to the README).

* fix warnings in PHP 5.3 (corollary of #1421536: Module is broken at install)
* generate a association handle if it's invalid, to follow the standard
* finish the checkid_immediate implementation by returning an error if we need to prompt the user
* handle properly the case where we do not supported the requested association type

openid_provider 7.x-1.x-dev

Download Size md5 hash
openid_provider-7.x-1.x-dev.tar.gz 18.74 KB b32f952a6e77b2e7d12f4b257442d329
openid_provider-7.x-1.x-dev.zip 21.81 KB a2904cd05809a0fec800c6492eba6a8c
Last packaged version: 7.x-1.0-rc4+2-dev
Last updated: March 21, 2012 - 00:31
Development snapshot from branch: 7.x-1.x

Release notes

Automatically built snapshot.

openid_provider 7.x-1.0-rc1

Download Size md5 hash
openid_provider-7.x-1.0-rc1.tar.gz 17.91 KB 1223e9f00af77fb62691ca3d9f177a61
openid_provider-7.x-1.0-rc1.zip 21.02 KB 4885845a536ccb2cb4f1675548504cb7
Last updated: January 30, 2012 - 06:26
Official release from tag: 7.x-1.0-rc1

Release notes

I think we are ready for a release candidate. This module now works on all RP I can try and I have cleaned up the code significantly.

There are still some bits that are not complete in our implementation, most notably #506530: Private association support, #334876: Associate requests using 1.x or compatibility mode fail, #1158436: perform security audit and #1419020: Cannot login to Slashdot.

We have also some patches waiting in the queue, but since I have done so much work to improve the compatibility of this module over the years, I think it's now ready to mature to a 1.0 state.

Please, test the heck out of this.

openid_provider 6.x-1.0-rc1

Download Size md5 hash
openid_provider-6.x-1.0-rc1.tar.gz 17.77 KB 46aad340cb7941686aa172985ab85717
openid_provider-6.x-1.0-rc1.zip 20.87 KB e921a92f56425b20345e919ea302e6a0
Last updated: January 30, 2012 - 06:26
Official release from tag: 6.x-1.0-rc1

Release notes

I think we are ready for a release candidate. This module now works on all RP I can try and I have cleaned up the code significantly.

There are still some bits that are not complete in our implementation, most notably #506530: Private association support, #334876: Associate requests using 1.x or compatibility mode fail, #1158436: perform security audit and #1419020: Cannot login to Slashdot.

We have also some patches waiting in the queue, but since I have done so much work to improve the compatibility of this module over the years, I think it's now ready to mature to a 1.0 state.

Please, test the heck out of this.

openid_provider 7.x-1.0-beta3

Download Size md5 hash
openid_provider-7.x-1.0-beta3.tar.gz 16.86 KB c7355bdd935cc06fba1e5a6cc4b40bf8
openid_provider-7.x-1.0-beta3.zip 19.95 KB 9cb46d681a423c02fa16b987cbf628d0
Last updated: January 28, 2012 - 20:35
Official release from tag: 7.x-1.0-beta3

Release notes

More bugfixes!

* #1234214: bccomp error if the gmp library is installed
* #1419910: fails to login on redmine

Some code cleanup was also performed.

openid_provider 6.x-1.0-beta6

Download Size md5 hash
openid_provider-6.x-1.0-beta6.tar.gz 16.71 KB b6d9e5c4a50e276fb001ac0bddbc47cd
openid_provider-6.x-1.0-beta6.zip 19.76 KB 060cc1638f239d93ddffda14c2e0b42a
Last updated: January 28, 2012 - 20:35
Official release from tag: 6.x-1.0-beta6

Release notes

More bugfixes!

* #1234214: bccomp error if the gmp library is installed
* #1419910: fails to login on redmine

Some code cleanup was also performed.

openid_provider 7.x-1.0-beta2

Download Size md5 hash
openid_provider-7.x-1.0-beta2.tar.gz 16.79 KB a6d7ead348629a01aa85bb1e44e9958d
openid_provider-7.x-1.0-beta2.zip 19.82 KB 5c4910f3f1daffbdc30589bd99abe7c5
Last updated: January 28, 2012 - 05:20
Official release from tag: 7.x-1.0-beta2

Release notes

Give up on redmine and fix logins on stackoverflow, which seems to be following the standards: #831162: cannot login on stackoverflow or dotnetopenid sites

openid_provider 6.x-1.0-beta5

Download Size md5 hash
openid_provider-6.x-1.0-beta5.tar.gz 16.57 KB c826839210d0062a5c1e6d26b216737c
openid_provider-6.x-1.0-beta5.zip 19.59 KB 119d784b043db0ebeebd450e5bd5eb1e
Last updated: January 28, 2012 - 05:20
Official release from tag: 6.x-1.0-beta5

Release notes

Give up on redmine and fix logins on stackoverflow, which seems to be following the standards: #831162: cannot login on stackoverflow or dotnetopenid sites

openid_provider 7.x-1.0-beta1

Download Size md5 hash
openid_provider-7.x-1.0-beta1.tar.gz 16.78 KB e539a794f3c0329a6241c4e7bea0bc80
openid_provider-7.x-1.0-beta1.zip 19.79 KB 8438936093d191af9b06209c5fed8bec
Last updated: January 28, 2012 - 04:20
Official release from tag: 7.x-1.0-beta1

Release notes

Port to 7.x. No functional change.

openid_provider 6.x-1.0-beta4

Download Size md5 hash
openid_provider-6.x-1.0-beta4.tar.gz 16.57 KB b408cf2480a492d0e1c4c94d87884379
openid_provider-6.x-1.0-beta4.zip 19.56 KB 107c5114c340c216e7226645aad6e9e9
Last updated: January 26, 2012 - 22:45
Official release from tag: 6.x-1.0-beta4

Release notes

This is a bugfix release before I cleanup the mess the branching has become here (see ]#1418232: merge master branch into 6.x-1.x).

It features the following commits:

* b3276ea - first pass at unit tests for this module (7 months ago)
* 2b7d8cc - #1158356: can't login to ikiwiki.info (perl's Net-OpenID-Consumer?) fix authentication against Net::OpenID::Consumer perl library (7 months ago)
* cce2995 - #1197574: Notices for unused dh_modulus, dh_gen and dh_consumer_public by Gábor Hojtsy - remove warning-triggering unused variables (7 months ago)
* ff58786 - use proper 1.0 redirect in authentication errors too (8 months ago)
* c024d0c - fix debug message to correctly state we redirect using 1.0 (8 months ago)
* de38d5a - format dumps in (8 months ago)

openid_provider 6.x-1.0-beta3

Download Size md5 hash
openid_provider-6.x-1.0-beta3.tar.gz 14.31 KB f0331bc920ca57fd5c26dc7120778c89
openid_provider-6.x-1.0-beta3.zip 16.91 KB 384317e352720a406cb171f9c07ea649
Last updated: May 18, 2011 - 19:01
Official release from tag: 6.x-1.0-beta3

Release notes

Changes since 1.0-beta2:

* #311085: Coding standards update by helmo
* #881204: PostgreSQL compatibility by roderik
* #881164: Some pathauto stuff has the wrong 'src' URL by roderk
* #721852: Language mistake in lin 97 of openid_provider.pages.inc by jp.stacey
* #968746: Call to undefined function _pathauto_include() by anarcat
* #948572: Fix implementation of openid_provider_unsolicited_assertion by sanduhrs
* added debugging setting to allow better diagnostics of interoperability problems

anarcat was allowed to do maintenance work on this project, thanks walkah! :) Hopefully, I'll be able to provide more frequent releases.

A release candidate once those two issues are fixed:

* #831162: cannot login on stackoverflow or dotnetopenid sites
* #1158356: can't login to ikiwiki.info (perl's Net-OpenID-Consumer?)

Please test!

openid_provider 6.x-1.0-beta2

Download Size md5 hash
openid_provider-6.x-1.0-beta2.tar.gz 16.42 KB 9bd73ad38282826022ae7ff29937eb12
openid_provider-6.x-1.0-beta2.zip 20.59 KB d46ce55df079b84e87c26ecd2566a273
Last updated: December 24, 2010 - 23:31
Official release from tag: 6.x-1.0-beta2

Release notes

Changes since DRUPAL-6--1-0-BETA1:

  • #621956 by alex_b, yhahn | nilsja, xqus: Fixed Redirecting fails when not logged in on the provider site.
  • #861016 by jmiccolis | roderik: Fixed Prevent urls from getting language treatment.
  • #810784 by Jose Reyero: Fixed Slow association (15 secs timeout), missing http headers in response.
  • #867390 by yhahn: Added Add permission check for OpenID sites local task access.

openid_provider 6.x-1.0-beta1

Download Size md5 hash
openid_provider-6.x-1.0-beta1.tar.gz 16.1 KB 056cc74b7d1a316c927945fb39f9b313
openid_provider-6.x-1.0-beta1.zip 20.29 KB f3bf8e866e5de26a52eb4e4d11d35ad8
Last updated: December 24, 2010 - 23:31
Official release from tag: 6.x-1.0-beta1

Release notes

Initial beta release for 1.0 (at last!) - addresses #331653

TODO before 1.0 final - ensure compatibility & full spec compliance. Patches and testing welcome!

openid_provider 6.x-1.x-dev

Download Size md5 hash
openid_provider-6.x-1.x-dev.tar.gz 18.37 KB 40a5245677b414b9c9b4fef580e1ab15
openid_provider-6.x-1.x-dev.zip 21.49 KB d299b367437f3d28eccbf4d4bb4574a3
Last packaged version: 6.x-1.0-rc4+1-dev
Last updated: March 21, 2012 - 00:31
Development snapshot from branch: 6.x-1.x

Release notes

The much requested dev release (#297014).

Subscribe with RSS Syndicate content