Setting Manager Correlation for Authoritative Source in Sailpoint IdentityNow


 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>
    <ManagerCorrelationRule/>
    <ManagerCorrelationFilter>
      <Filter operation="EQ" property="uid" value="MANAGER_ID"/>
    </ManagerCorrelationFilter>
  </ManagerCorrelation>

5 Upload Auth Source Application configuration XML

REQUEST TYPE: POST
Authorization Type: Bearer Token < paste the token copied from step 2
Request URL: https://<INSTANCE_NAME>.api.identitynow.com/cc/api/source/import/<SOURCE ID COPIED FROM step 1>
Body: select form data and choose key as File and input the modified xml file




Comments

Popular posts from this blog

Rules in Sailpoint

Sailpoint Installation Steps (IdentityIQ 7.3 Installation in Windows Machine)

How to develop a Scheduler in OIM