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
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-scim
- Owner: FusionAuth
- License: apache-2.0
- Created: 2021-12-20T14:37:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T22:44:37.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:38:08.172Z (9 months ago)
- Topics: fusionauth, scim, scim-2, scim-server
- Language: Java
- Homepage: https://fusionauth.io/
- Size: 13 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## FusionAuth SCIM Domain 
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).