Skip to main content

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 ?

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!


Reply