wireapp/hscim

Name: hscim

Owner: Wire Swiss GmbH

Description: System for Cross-domain Identity Management (SCIM)

Created: 2018-03-20 14:19:51.0

Updated: 2018-04-27 12:59:18.0

Pushed: 2018-05-15 14:25:30.0

Homepage:

Size: 73

Language: Haskell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

System for Cross-domain Identity Management (SCIM)

This implements part of the SCIM standard for identity management. The parts that are currently supported are:

Building

This project uses stack. You can install the sample executable with

k install
Developing and testing

This library only implements the schemas and endpoints defined by the SCIM standard. You will need to implement the actual storage by giving an instance for the Persistence class.

There's a simple in-memory implementation of this class, which is used for tests. You can run the tests with the standard stack interface:

k test

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.