Oracle HCM Cloud Integration & MIM

Kévin FAUSSADIER 81 Reputation points
2021-04-08T05:11:49.247+00:00

Hello all,

We have a project of interfacing Oracle HCM Cloud & MIM.
Did anyone already worked on this and have any tips on how to do the interface between the 2 systems ?

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
621 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leo Erlandsson 1,656 Reputation points
    2021-04-08T09:25:19.167+00:00

    Hi,

    You forgot to tag me ;)

    Yes, we've recently integrated with Oracle HCM Cloud.
    Oracle HCM has really nice REST APIs for integration.

    We wrote a custom ECMA 2.0 Connector that integrates with the Oracle HCM Cloud REST APIs. It works really well.
    Unfortunately, I cannot share the code. However, Oracle has great documentation for the API, so you should be able to read that and create a Connector (it will require coding though):

    https://docs.oracle.com/en/cloud/saas/human-resources/21a/farws/index.html

    Another option is PowerShell if you are familiar with that, and do the REST Calls using PowerShell.

    Br,
    Leo

    0 comments No comments