OIG 12c is a fresh vanilla environment.
We are attempting to reconcile "roles" and "memberships" from OUD 12c to OIG 12c.
OUD 12c contains Users and Group records extracted and imported from some existing OUD 11g environment.
Idea is to reconcile all Groups from OUD 12c to land up as Roles in OIG 12c.
Is that possible?
Steps attempted were-
Step 1. Unziped connector binary oid-12.2.1.3.0.zip to ConnectorDefualtDirectory
Step 2. In Sysadmin console, Manage Connector -> configure connector by selecting 'ODSEE/OUD/LDAPV3 Connector 12.2.1.3.0'
Step 3. In Sysadmin console, IT Resource -> updated 'DSEE Server' with OUD connection parameters and Configuration lookup value equals 'Lookup.LDAP.OUD.Configuration'
Step 4. In Sysadmin console, Form Designer -> created a form instance for 'Resource Type' equals 'LDAP User'
(Not sure if a Form Instance is to be created for LDAP "Groups" - above one was for LDAP "User" - please clarify this point !!!)
Step 5. In Sysadmin console, Application Instances -> created an application instance for 'Resource Object' equals 'LDAP User' and 'IT Resource' equals 'DSEE Server' and 'Form Instance' equals the one created in 'Step 4'
Step 6. In Sysadmin console, ran job "LDAP Connector OU Lookup Reconciliation"
Step 7. In Sysadmin console, ran job "LDAP Connector Group Lookup Reconciliation"
Step 8. In Sysadmin console, ran job "Catalog Synchronization Job"
Step 9. Then reconciled all users from OUD to OIG. (This was done by setting up Application Onboarding using OUD as Trusted source and running the job tha got created for the application "OUD12cTrustedApp LDAP Connector User Search Reconciliation")
Result -> Users got successfully reconciled in OIG (Identity console -> Manage -> Users -> shows users of OUD)
Step 10. In Sysadmin console, ran job "LDAP Connector Group Search Reconciliation"
Result -> No roles got reconciled in OIG (Identity console -> Manage -> Roles -> shows no roles of OUD)
Is this the correct procedure for reconciling roles and memberships available as OUD groups?
Thanks in advance!