Downloads
Download tar.gz
26.32 KB
MD5: c7482ed5b5d65ba8b017ea89b82ca9c3
SHA-1: d999863ef8d733abe905219cfaf516674b12f137
SHA-256: b4ca74e38312dca69221b61e4c0413fe6bfb4e78e1763c92d0c0348116560fc2
Download zip
31.1 KB
MD5: 45e2d35a928d9e8340d9daa35d3c8a6c
SHA-1: 6d74967e850a4f73e64613242abcac0ed27ab107
SHA-256: 9e0a6a614c76f5c2fd4489faac83eb0577b2b50fda75c9ee2d6b083f8da1434e
Release notes
This is a release candidate. Community tests are very much appreciated.
Upgrade instructions from versions 3.x:
- Read the documentation
- Ensure that you can login as administrator using a password. Upgrading/configuring the new version might fail if you're using the module to log in.
- Back up your database.. We can't stress this enough.
- Run update.php for updating database tables.
Bug fixes with -rc1:
- #608368: Misinterpretation of $base_url
- #647208: logout sends all users to Shibboleth redirect URL
- #778074: shib_auth doesn't call user_module_invoke('login')
- #754186: redundant authmap delete in hook_user
- #712102: Adhere to Drupal coding standards
- #813484: improper use of Forms API
- Fix user consent when custom form is enabled
- Fix improper use of form elements
New features with -rc1:
New features since 3.x
- Allow specifying Drupal username, thus support opaque identifiers like edupersonTargetedId
- Support for sticky rules (roles saved permanently to the users' profile)
- Basic support for account linking
- Basic support for getting user consent on personal data
- Support for isPassive and forceAuthn session initiation
- Support for redirecting users to HTTPS on login
Fixes since 3.x:
- The module now works with caching enabled
- Code refactoring
A big thanks to everyone who reported bugs, offered patches or otherwise contributed to the development of the new major release.