on 2024 Jul 01 11:33 AM
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 =~ /^((?!@testemail.com).)*$/)",
"constant": "myGroupName"
}
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.