An open API service indexing awesome lists of open source software.

https://github.com/fusionauth/fusionauth-scim

Support for SCIM implementations
https://github.com/fusionauth/fusionauth-scim

fusionauth scim scim-2 scim-server

Last synced: 9 months ago
JSON representation

Support for SCIM implementations

Awesome Lists containing this project

README

          

## FusionAuth SCIM Domain ![semver 2.0.0 compliant](http://img.shields.io/badge/semver-2.0.0-brightgreen.svg?style=flat-square)

Support for SCIM implementations

## Building

### Building with Savant

If you do not have the Savant build too installed, see below.

```bash
sb int
```

### Install Savant Build

```bash
mkdir ~/savant
cd ~/savant
wget http://savant.inversoft.org/org/savantbuild/savant-core/1.0.0/savant-1.0.0.tar.gz
tar xvfz savant-1.0.0.tar.gz
ln -s ./savant-1.0.0 current
export PATH=$PATH:~/savant/current/bin/
```

## License

This code is available as open source under the terms of the [Apache v2.0 License](https://opensource.org/licenses/Apache-2.0).