cancel
Showing results for 
Search instead for 
Did you mean: 

IPS transformation doesn't remove users from group when information changes

07-01-2024 12:33 PM
simon_cooke Explorer
498 views 0 comments
0 Likes
SAP Managed Tags
Labels
IAS-IPS
Subscribe

In IPS I've added to the target transformation to add users to a group based on a regex.

Users are not removed from the group if they no longer match the regex if the regex is updated.  How do I keep the groups updated?

SAP Cloud Identity Services Identity Provisioning 

This is the transformation that adds users to the group


{
"targetPath": "$.groups[0].value",
"condition": "($.emails[0].value =~ /^(([email protected]).)*$/)",
"constant": "myGroupName"
}

0 Likes

Accepted Solutions (0)

Answers (0)