Lightweight SCIM client with simple UI that makes HTTP requests to your SCIM Endpoints. Based mainly on AAD SCIM client.
You need only endpoint URL and secret token
Predefined groups and users to test your endpoint in one click.
Predefined set of requests simulating advanced - more real-life - synchronization. You can select the number of queries run.
For every action there is curl command available which you can copy to clipboard. Look for curl
button in action status.
Try it right away: https://strawberry-scim.vercel.app/
Dev:
npm run dev
Open http://localhost:3000
Stack:
- Nextjs on Vercel
- React Bootstrap 5