SAML Auth Custom Attribute Mapping

Component ID

2898821

Component name

SAML Auth Custom Attribute Mapping

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module extends SAML Authentication to add custom attribute mapping. It allows you to configure SAML attributes to either be directly mapped into user profile fields, or to use custom mapping via an event.

If you create a custom mapping, you will need to create a module to subscribe to the SamlauthCustomAttributesCustomUserFieldEvent. This event will allow you to manipulate the attribute value in a custom way, for example splitting up a delimited list value or adding data outside of the user profile, etc.