IdentityNow Rule Validator 3.0 + Generic Rules

As you may know, for IdentityNow Cloud Rules – they have to be submitted to SailPoint for upload to the tenant. We have a rule validator tool to validate IdentityNow rules for malformed or incorrect code fragments, and help make sure they conform to the SailPoint IdentityNow Rule Guide before rule submission. We have had a … Read more

IDN + Transforms + VS Code + Snippets = Lightning Speed #IDN101

Hiya Folks Happy New Year!!!   I have written a few posts before on how to write nested transforms and about a few new transform types available. But it still look like a tedious task when writing a transform – especially a complex one. It is as powerful as its confusing sometimes. I still don’t … Read more

How to Search Non-Indexed Account Attributes in IDN Rules

Hey Folks!!! Anyone well versed with IDN Rules will know that there has been some historic limitations on what attributes we can and can’t use for uniqueness search or for other such methods. We were generally tied to “Account ID” and “Account Name” attribute in each source which were indexed in the DB which could … Read more

How to upload Connector Rules into IDN via API

So I did a post couple of days ago that now we are allowed to upload some rule types via API Here is a quick guide on how to do so. In this example, I will take a very basic BuildMap rule.  <?xml version=’1.0′ encoding=’UTF-8′?> <!DOCTYPE Rule PUBLIC “sailpoint.dtd” “sailpoint.dtd”> <Rule name=”Example Rule” type=”BuildMap”> <Description>This … Read more