Share all details about your problem, including any error messages you may have received.
Hi Experts,
We are using Azure AD OOTB connector in our environment. We have noticed that the description attribute for the groups is not populating though it is updated on Azure level. We have updated the locale and also tried by updating the Description attribute in the task. However, the issue persists.
Additionally, we printed the ResourceObject through a rule and noticed that the description attribute is not present in the ResourceObject though it is an default attribute in the schema.
Please suggest how the description attribute can be fetched.
I have a few questions based on your screenshots. Why is the memberOf attribute type configured as string? Also, what type is it showing in the Entitlement Catalog for this application?
I run it in my local environment, and there is no issue with the group aggregation description. It looks like the rule you wrote might be overriding the description value. It would be better to set the description in the rule, I think it will be more stable. if not works please share rule
The description attribute will only populate if the Azure AD API returns it during group aggregation. Verify that the attribute exists in the group schema, ensure Azure Graph API returns the description field, and run a full group aggregation after updating the schema.
yes,since iiq can only ingest the data provided by the source system, we recommend verifying the Azure configuration (such as Graph API permissions and app settings). Once the groups are returned correctly from Azure, iiq should be able to aggregate them successfully.