https://github.com/lithnet/ecma2-framework
A framework for creating high performance multi-threaded management agents for Microsoft Identity Manager
https://github.com/lithnet/ecma2-framework
Last synced: 11 months ago
JSON representation
A framework for creating high performance multi-threaded management agents for Microsoft Identity Manager
- Host: GitHub
- URL: https://github.com/lithnet/ecma2-framework
- Owner: lithnet
- Created: 2018-05-20T10:05:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T20:07:09.000Z (about 1 year ago)
- Last Synced: 2025-06-29T18:17:46.050Z (12 months ago)
- Language: C#
- Homepage:
- Size: 1.86 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://www.nuget.org/packages/Lithnet.Ecma2Framework/).
## Features
- Full async support
- Support for dependency injection
- Support for `IOptions` 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.