Webservice group aggregation

Hi All,

We are facing an issue while aggregating groups in sailpoint IDN

Below is the configuration which we have done



thanks

Hi! I think error is in your response mapping. Group schema in ISC has an id an a desc attributes. You should try changing root path to be at each array element with $.userGroups[*] and you should map the “id” and “name” attributes of group schema both to . path (actual element).

Use $.userGroups[*] in root path and in “response mapping” attribute path can be given as group1 (group maps to group1)

Hi @schattopadhy

Can you please try to change the response mapping like below

group : userGroups

Probably this might work for your case, but i really have some doubts about it. The reason being that ISC might consider the group1 and group2 as a single string value and then store only 1 group with values like group1,group2 as they are not in key value pair so there is no way for ISC to store them in separate groups.

If that is indeed the scenario, then you may have to use web service after operation rule, where you can retrieve the array elements and then return them as separate group. I think that might be solution in your case considering the structure of the returning json.

Please let me know if that helps.

Regards
Vikas.

Issue was resolved after changing the json format for the groups thanks all for the responces

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.