SimpleSAMLphp Custom Attribute Mapping
This module allows you to map attributes received from a SAML login to user fields in Drupal. It provides an interface for setting these mappings, which are then used to populate user profile fields upon successful login.
This module is a child module of simpleSAMLphp Authentication. It provides a user interface to map attributes from SAML login to user fields.
Attributes are mapped in 'Configuration' -> 'People' -> 'SimpleSAMLphp Auth Attribute Mapping'.
Once attributes are mapped the module calls the 'hook_simplesamlphp_auth_user_attributes' to save the values to a user's fields on login.
Attributes mapping uses friendly names like 'givenName' and 'sn' if configured in your SimpleSAMLphp setup. If friendly name is not configured then you will use oid's like 'urn:x'. Refer to your configuration.
This module is based on rael9's sandbox: SAML Auth Custom Attribute Mapping.
Depends on
Dependencies of the latest stable release
- simplesamlphp_auth Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.0.2 | Stable | 10–11 | Drupal 11 support | May 29, 2026 |