Posts

Showing posts from August, 2019

Transform rule in Sailpoint IdentityNow with if else logic

Below is the sample transform rule with if-else logic. It is self explanatory feel free to comment if you have any questions. {    "attributes":{       "terminationDate":{          "attributes":{             "values":[                {                   "attributes":{                      "attributeName":"TERMINATION_DATE",                      "sourceName":"Workday"                   },                   "type":"accountAttribute"                },                "empty"             ]     ...

Setting Manager Correlation for Authoritative Source in Sailpoint IdentityNow

Image
  Setting Manager Correlation for Authoritative Source in IdentityNow 1 Get Source ID of Auth Source IdentityNow Admin Interface > Admin > Connection > Source > Select Workday Source     2 Get Access Token for downloading Auth Source Application configuration XML IdentityNow Admin Interface > Admin >  Navigate to https://<INSTANCE NAME>.identitynow.com/ui/session in the browser Copy the access token 3 Download Auth Source Application configuration XML using Postman Client REQUEST TYPE: GET Authorization Type: Bearer Token < paste the token copied from step 2 Request URL: https://<INSTANCE_NAME>.api.identitynow.com/cc/api/source/export/<SOURCE ID COPIED FROM step 1> Select Send and Download button in the dropdown after Send button Save the xml file into your local machine 4 Modify the XML to include <ManagerCorrelation>     <M...