FIM Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2013 12:56 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2013 03:18 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2013 12:00 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2013 12:53 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-27-2013 11:05 AM
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 ?