Pro Tip: How to Seamlessly Move Cloud Rules Across Tenants

In any deployment, you will end up writing a couple of cloud rules that need to be sent to SailPoint Expert Services (ES) for uploading to your tenant. Typically, we deploy to the sandbox tenant, test the rules, and then move them to the production tenant. Traditionally, this involved emailing ES to request the rule … Read more

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

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