Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download samlauth-8.x-2.0-alpha1.tar.gztar.gz 27.64 KB
MD5: f2e77e8cb23f59bb90ecc801fdd1baab
SHA-1: 5c8844c286e95211102232affabccf925a8f9006
SHA-256: 543838cca869e24bfec0cf79ea5e62428d475ff00c30506f33c0182e59be1840
Download samlauth-8.x-2.0-alpha1.zipzip 38.45 KB
MD5: 3d290c065b13ead5126c4afd58b6b831
SHA-1: c113add0083cf1411b99672ddb83dd11f53418a7
SHA-256: 93c87cbeddf2177e67dc5583e23176b8ea52f2b41daa8cf519ec0b94ef306002

Release notes

Known incompatibilities:

The separate e-mail config value for mapping existing users based on e-mail has been removed. Anyone who used it and had it set to a different value than the other e-mail config value, should implement their own handler for the USER_LINK event.

Changes (subset):

  • Added option for strict mode; rehash security settings. Reviewing "strict mode" is recommended! (#2855862)
  • Allow custom cert folder (instead of having to configure the key/cert in the database) (#2816997 by seanB, roderik)
  • Event added to to map extra attributes to user fields (#2817005 by roderik, seanB). Name / e-mail changes on the IDP can be synchronized by the module itself and do not need this event implemented (#2855422)
  • Event added to link (map) existing Drupal users to a SAML auth data. (#2854709) This is for custom logic; auth data can be linked by e-mail, and now also by name, by the module itself.
  • Post-login/logout redirection can be done by adding a 'destination' parameter to the login path. (#2670118, first part)
Created by: roderik
Created on: 2 Mar 2017 at 13:44 UTC
Last updated: 30 May 2021 at 17:29 UTC
Insecure
New features

Other releases