Skip to content

A framework for creating high performance multi-threaded management agents for Microsoft Identity Manager

Notifications You must be signed in to change notification settings

lithnet/ecma2-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lithnet ECMA2 framework

The Lithnet ECMA2 framework is a .NET library that provides a simplified interface for creating ECMA2 connectors for the Microsoft Identity Manager (MIM) synchronization engine.

It has native support for async operations, and provides a simplified interface for common operations such as creating and updating objects, and handling multivalued attributes.

The framework is available as a NuGet package.

Features

  • Full async support
  • Support for dependency injection
  • Support for IOptions<T> pattern for configuration with validation
  • Strongly typed MIM configuration
  • Implements the producer/consumer pattern for high performance imports
  • Removes the need to manage paging of import results back to MIM
  • Exports are multithreaded by default
  • Manages object import/export exceptions automatically and reports them back to MIM
  • No need to implement IMAExtensible* interfaces. The framework contains a code generator that will create these for you
  • Support for single-file assemblies

Documentation and getting started

Visit our documentation site at https://docs.lithnet.io/ecma2-framework for more information on how to get started with the Lithnet ECMA2 framework.

About

A framework for creating high performance multi-threaded management agents for Microsoft Identity Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages