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

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.

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