Book Image

Microsoft Identity Manager 2016 Handbook

By : David Steadman, Jeff Ingalls
Book Image

Microsoft Identity Manager 2016 Handbook

By: David Steadman, Jeff Ingalls

Overview of this book

Microsoft Identity Manager 2016 is Microsoft’s solution to identity management. When fully installed, the product utilizes SQL, SharePoint, IIS, web services, the .NET Framework, and SCSM to name a few, allowing it to be customized to meet nearly every business requirement. The book is divided into 15 chapters and begins with an overview of the product, what it does, and what it does not do. To better understand the concepts in MIM, we introduce a fictitious company and their problems and goals, then build an identity solutions to fit those goals. Over the course of this book, we cover topics such as MIM installation and configuration, user and group management options, self-service solutions, role-based access control, reducing security threats, and finally operational troubleshooting and best practices. By the end of this book, you will have gained the necessary skills to deploy, manage and operate Microsoft Identity Manager 2016 to meet your business requirements and solve real-world customer problems.
Table of Contents (22 chapters)
Microsoft Identity Manager 2016 Handbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Provisioning


Recall that provisioning is when we create new objects in a connector space, using the Metaverse as the source. We enable synchronization rule provisioning in the synchronization engine by running Synchronization Service Manager and selecting Tools | Options:

  1. Check the Enable Synchronization Rule Provisioning checkbox to enable provisioning:

  2. To allow provisioning for an outbound synchronization rule, we need to check the Create resource in external system checkbox:

Non-declarative provisioning

If you are doing non-declarative classic synchronization using code, you would instead check Enable metaverse rules extension, type (or browse for) the name of the DLL files containing your code, and check the Enable Provisioning Rules Extension checkbox.

If you are planning on doing non-declarative classic provisioning, you will find plenty of examples on what the code could look like in the Metaverse extension DLL. A good starting point can be http://aka.ms/FIMMVExtension. When searching...