How to configure REST API connector from SAP with MIM 2016?

Veerappa kammar 21 Reputation points
2022-04-21T08:28:33.887+00:00

Hello There, Hope you are doing Good & Safe,

I have a couple of questions on SAP Web service REST API connector with MIM 2016 Sp2 integration.

  1. How to provide and configure REST API URL from MIM to SAP team to import the employees data?
  2. SAP will send full data imports from HR data as we not send delta data for the same, will this be possible to configure? how we can make sure to overwrite the users data which has only updated attribute values and remaining should not get update?
    3.Response from SAP on updating from MIM via API will be sent as success or failure as response , in case failure for any attribute needs to track and re pushed from MIM - will this be able to configure on MIM side?
    4.Alerts and logs for error, success will be present in MIM, will this be able to capture on MIM?
    5.Bulk API or multiple record API to be called from SAP to MIM, what would be best approach?

Kindly help on these questions?

We are already implemented MIM 2016 SP2 and we are plan to integrate SAP with MIM.

Thanks & Regards
Veerappa Kammar

Microsoft Security Microsoft Identity Manager
0 comments No comments
{count} votes

Accepted answer
  1. Sylvain Clb 946 Reputation points
    2022-05-02T12:18:26.037+00:00

    Hello Veerappa Kammar,

    1. There is not a by design REST Api in MIM. If you need one please, look on this resourcemanagement-webservice . But it's not a best practice to do that. I would like to recommend to user MIM Sync engine to interface MIM Service and SAP.
    2. The MIM Sync engine can do a Full import from SAP. The engine is able to do the delta between SAP and MIM, to import only the changes.
    3. If you interface SAP with MIM Sync engine, the engine will try to apply failure updates at every export (until the export is successful)
    4. You will have counters (add,update,rename,delete) and logs on the sync engine console.
    5. Not sure to fully understand this point. You can do both as you can code your own cnnector/MA in MIM.

    Best Regards,
    Sylvain

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Veerappa kammar 21 Reputation points
    2022-06-30T11:56:06.767+00:00

    Hello Sylvain,

    Thank you very much for your valuable answer, appreciated.

    I would need clarification on below,

    REST API URL does works for integrating with MIM Web Service Connector

    Please help, how to integrate REST API URL with MIM Web Service connector to import the user data. i have got this below link to create REST Project file which Web service project( .WSCONFIG)

    https://learn.microsoft.com/en-us/microsoft-identity-manager/reference/microsoft-identity-manager-2016-ma-ws-restgeneric

    however i am not able to understand what i would need put REST Resource, and also dont understand the how to create workflow, for me not getting the correct data from REST API.

    216517-image.png

    216498-image.png

    please provide the link or some details step by step doc to create .WSCONFIG with import, Export workflow utilizing the REST API URL.

    SAP team has developed the REST API which is in the Jason format(Employee data) like below,

    {
    "RequestMIM": {
    "Trigger": "X",
    "EmployeeCode": ""
    }
    }

    but i am not sure what is value to provide in REST resource and would need complete steps to create Full Import and Export workflow.

    216438-image.png

    Not sure what would need to configure here(its Web Service Connector configuration in MIM sync engine, kindly confirm,

    216439-image.png

    0 comments No comments

  2. Veerappa Kammar 1 Reputation point
    2022-07-20T04:57:44.687+00:00

    Hello There,

    Please provide an update.

    Thanks
    Veerappa

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.