I’m working in my first cloud rule for a identity attribute transformation.
Unfortunately we can only test it in our IDN
I followed the suggestion in this thread:
In our case:
-the algorithm (bussiness logic) was tested ok(my IDE).
-we got SUCCESS from tool “rule validator”.
-we send the xml file to “Sailpoint”
-we receive deploy confirmation from Sailpoint but i don’t see the transformation available to be selected.
Could it be that some step is missing from the suggestion?
In your Identity Profile mappings UI, for Identity Attribute rules to be visible in Transform drop down you need to select “Complex Data Source” under Source drop down first.
example:
If you still don’t see it here, use Postman/VS Code to verify if your rule is actually deployed to the tenant you are working with. Sometimes it gets deployed to wrong tenant like prod/test instead of sandbox etc.