Skip to main content
Solved

Attribute mapping in SAML

  • July 2, 2025
  • 1 reply
  • 73 views

Alex3Lee5
Forum|alt.badge.img+1

Im trying to integrate the AzureAD as a thirdparty IDP, but when comes to set the google.groups  attributes i got the error : "The mapped attribute 'google.groups' must be of type LIST<STRING>".
How was suppose to be the valor passed ?

Best answer by Eoved

Hi,
Attached is a sample of the attribute mapping (Azure Entra) :

attribute.first_name -  assertion.attributes.givenname[0]

attribute.user_email - assertion.attributes.emailaddress[0]

attribute.last_name - assertion.attributes.surname[0]

google.display_name - assertion.attributes.name[0]

google.groups - assertion.attributes.groups

hope this helps!

1 reply

Eoved
Forum|alt.badge.img+8
  • Bronze 1
  • Answer
  • July 3, 2025

Hi,
Attached is a sample of the attribute mapping (Azure Entra) :

attribute.first_name -  assertion.attributes.givenname[0]

attribute.user_email - assertion.attributes.emailaddress[0]

attribute.last_name - assertion.attributes.surname[0]

google.display_name - assertion.attributes.name[0]

google.groups - assertion.attributes.groups

hope this helps!