FIM Integration

RajeevLochan
Kilo Explorer

My Company is looking to integrate FIM(Forefront Identity Manager ) with Service now Instance. I could not find much reference for this implementation. Can someone please guide me to implement this integration.

5 REPLIES 5

jason_petty
Tera Expert

Here are some comments that I found on this:
Navigis has done an integration with FIM using web services. There is no documentation or plugin/update set.

From the community, we have a customer that used it to import users on a scheduled basis via a csv file that was FTP'd into the system

Integrating with Microsoft Forefront Identity Manager


Thanks for the Information. It was really helpful to get a direction for the Implementation.

Any information Regarding "Implementing FIM Password Reset Functionality" using Service Now ? Basically we are planning to create a form in SN , using which the users will be able to Reset their passwords of FIM.

The problem area for Resetting Password Webservice is that this is a Token based service and for generating token the user require to answer a set of security Quest.... So any help on implementing this scenario will be helpful


nikitachopra
Kilo Contributor

Hi, even we have a similar requirement to integrate ServiceNow with FIM for password resets. Any information on how we can go about this?
What about using the RunBook Automation for integrating with FIM? Any ideas please?


After going through the FIM Services it looks like we have to implement it using WebServices.

1) We will first need to invoke FIM STS webservice which authenticates a user and then provides a Token once authentication is successful.
2) The generated token will then need to be included in the FIM Password Reset WebService , which then can Reset the Password.

other than that I could not find any other approach.

I have no idea regarding RunBook Automation . Can you guide me more ?