Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Include Page
spaceKeyGrouper
pageTitleNavigation

Overview

This project aims to expose a simple API for creating "provisioning connectors."  A "provisioning connector" watches for changes in Grouper and then modifies an external system based on the changes it sees happening in Grouper.  This is implemented as a "changelog consumer" which digests the changelog data and then initiates your connector, passing the data in a simple-to-use data structure.  Your connector can then contact the external system to push changes (such as group membership adds or removes) to that external system.

...