Install
Works with Drupal: ^8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
105.26 KB
MD5: 9436cf289564c7bd2fc44d8c01e3a800
SHA-1: 37ca0930ef63f286a7ff448c666c43f54e15f844
SHA-256: 8ed6ff7091c81935f45d22061ed8056fabf0e3ee273f46a6ee93eb24b93bf03b
Download zip
138.73 KB
MD5: bf56dc15e4192a472649709f7a89b71b
SHA-1: 743d1d4f8ee79eaeb941fe025d2b0c69eae416b7
SHA-256: 390674b31003fc78c34355e404a43b5a1718f41adf6a0c205fbe2bbf0f28abf4
Release notes
Warnings:
- This release changes the structure of its configuration object which causes compatibility issues with ACSF - and possibly any other modules which manipulate the samlauth config values at runtime. See #3218856: v3.3 change in configuration values breaks ACSF. It also requires a change to any of your scripts that would populate those config values; see the changelog (or the diff to samlauth.schema.yml) for details.
- If you configure your IdP certificate to be a file/key, a warning "IdP Encryption certificate missing" will show on the configuration screen. This can be ignored; it does not affect operation. See #3220150: (bogus warning) IdP encryption cert as file can't be found
New features:
- Support for Key module for storing keys and certificates: #2915977: Key Management
- Improved support for storing keys/certs as files: the strange hardcoded pathname requirement is now gone.
- Some improvements to multi-cert support (which aligns with the upstream module)
- The User Fields Mapping submodule supports Address
- Some extra security related configuration options (though not because I'm sure they improve security; just to complete the set of supported options).
- Issue #3215961 by tostinni: Add SAMLtest.id documentation for testing
See the changelog for a few more tech centric notes.