https://github.com/jirihofman/strawberry-scim
Lightweight SCIM client with simple Bootstrap UI to make HTTP requests to your SCIM Endpoints.
https://github.com/jirihofman/strawberry-scim
provisioning scim scim-client scim2
Last synced: about 1 year ago
JSON representation
Lightweight SCIM client with simple Bootstrap UI to make HTTP requests to your SCIM Endpoints.
- Host: GitHub
- URL: https://github.com/jirihofman/strawberry-scim
- Owner: jirihofman
- Created: 2021-05-14T06:10:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T13:36:22.000Z (about 2 years ago)
- Last Synced: 2024-05-01T18:26:53.301Z (about 2 years ago)
- Topics: provisioning, scim, scim-client, scim2
- Language: JavaScript
- Homepage: https://strawberry-scim.vercel.app
- Size: 1.85 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ๐ Strawberry SCIM client
Lightweight SCIM client with simple UI that makes HTTP requests to your SCIM Endpoints. Based mainly on [AAD SCIM client](https://docs.microsoft.com/en-us/azure/active-directory/app-provisioning/use-scim-to-provision-users-and-groups#understand-the-aad-scim-implementation).
## Features
### ๐ Connection test
You need only **endpoint URL** and **secret token**
### ๐ค๐ฅ Quick CRUD tests
Predefined groups and users to test your endpoint in one click.
### ๐งช Advanced tests
Predefined set of requests simulating advanced - more real-life - synchronization. You can select the number of queries run.
### Curl commands
For every action there is curl command available which you can copy to clipboard. Look for `curl` button in action status.
## Demo
Try it right away: https://strawberry-scim.vercel.app/
# Next.js
Dev:
```sh
npm run dev
```
Open `http://localhost:3000`
Stack:
- Nextjs on Vercel
- React Bootstrap 5