Wednesday, July 22, 2020

OIM VS Sailpoint IIQ

Connectors are the most useful component for any IDM tool as it helps to integrate it with different target system.

The concept of connector is same in both the tool, Only different is the connectors comes OOTB for Sailpoint but in OIM we need to install them separately. 

# Resource Object (OIM) - Application (Sailpoint)

# Adapter (OIM) - Provisioning Policy/ Provisioning Plan (Sailpoint)

# Lookup (OIM) - Custom Objects  (Sailpoint)

# Access Policy - IT Role

# Reconciliation - Aggregation

# Linking to identity (happens through recon rule, part of reconciliation in OIM) - Correlation

# Process Tigers - Attribute sync

# SOA approvals  - Workflow

# Account  - Link

# Role – Bundle

 

No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...