Hi, we are trying to connect using Enterprise Connections a SAML application. We are receiving first_name
and last_name
on the SAML attributes and we want that to be used as the user.name
in the user profile when it is created, but we are not able to achieve that.
The SAML connection Mappings doesn’t allow you to set “name” as a combination of 2 attributes, and we don’t anything on the Actions methods to be able to set that programmatically using those.
Is there a way to achieve this? We are not able to control the SAML app to modify the attributes to overcome this. Thanks!