Releases: drupalauth/simplesamlphp-module-drupalauth
Releases · drupalauth/simplesamlphp-module-drupalauth
Version 2.10.0-rc.1
First release candidate compatible with SimpleSAMLphp 2.1 and Drupal 10
Version 1.9.3
Changes since 1.9.2:
- fixed PHP waring "Undefined array key "drupalauth:External:UserID" which could result in a error
- fixed branch alias for
master
branch
Version 1.9.2
This is a security in depth defence release eliminating potential replay attack in case the module specific cookie was stolen.
N.B. Usage of the cookie is completely removed from drupalauth:External
authentication source. You should remove cookie_name
from the configuration. Use this release in only with version 8.x-1.3 >= of DrupalAuth for SimpleSAMLphp Drupal module.
Version 1.9.1
- Add PHP 8.0 compatibility - thanks to Patrick Harris
Version 1.8.1
- Drupal 9 support - thanks to Esnare Maussa and Luke Stewart
- Use correct error codes - thanks to dkosbob
- Stop testing on PHP 5.6 & 7.0 to become PHPUnit 9 compatible
Second beta release
Includes:
- Fix issue in multi-site installation where IdP is not "default" site by cato-cit
First beta release
Includes:
- Fix suggested login URL in README.md by Francesco Placella
- Ensure trusted host settings checks do not fail by Francesco Placella
- Avoid possible length extension attack by Kirill Roskolii
- Ensure Drupal is bootstrapped from its root directory by Francesco Placella
Release 1.8.0-alpha3
PHP 7.2 compatibility.
Release 1.8.0-alpha2
Update External authentication source for SimpleSAMLphp.