Skip to content

Building blocks for servers implementing Simple Cloud Identity Management v2

License

Notifications You must be signed in to change notification settings

benjaminb-fws/go-scim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSCIM

GoSCIM aims to be a fully featured implementation of SCIM v2 specifiction. It provides basic building blocks to SCIM functions and a functional out-of-box server. It is also designed with extensibility in mind to make customizations easy.

Caution This is the early stage of v2.0.0 version of go-scim. We are now at v2.0.0-m2 (release notes). This second major release will introduce drastic changes to the way resources are handled in the system.

For the currently stable version, checkout tag v1.0.1, or go to here.

Features in v2

  • Reflection free operations on resources
  • Property event system
  • Direct serialization and deserialization in JSON and other data exchange formats
  • Enhanced attributes model to allow for custom metadata
  • Robust SCIM path and filter parsing
  • Resource filters to allow for custom resource processing
  • Feature provider interfaces to allow 3rd party integration

Installation and Usage

The project is in the early stage of v2.0.0. The current milestone does not have the ready-to-go server implementation yet. This will come in later milestones.

As for now, to check out the functionalities included in the tests:

$ dep ensure
$ go test ./pkg/... 

Documentation Index (TBD)

Road Map

While the fundamentals of the functions are delivered in v2.0.0-m1, we are still hard at work to deliver the rest. In the coming weeks and months, the rest of functions towrads v2.0.0 will be released. In addition to the scheduled functions, tests and documentations will also be added.

  • v2.0.0-m3 to introduce group membership synchronization and a working server.
  • v2.0.0-m4 to (re-)introduce mongo db persistence
  • v2.0.0-m5 to tackle resource root query and bulk operations.
  • v2.0.0-rc1 to complete tests and documentations

As for after the release of v2.0.0, more features are being planned. The list includes:

About

Building blocks for servers implementing Simple Cloud Identity Management v2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%