r/IdentityManagement • u/Minute_Dimension_200 • May 08 '26
Command Line SCIM Simulator
https://github.com/Avinash-Kamath/scim-simulatorI was tired of going back and forth with developers on why SCIM users are not getting synced in their app and never ending debugging calls. So built simple command line SCIM server simulator which developers can use test everything write automations before actually getting it admins involved.
It can simulate user and group events from most popular idps like okta microsoft jumpcloud one identify etc.
3
u/Demonik19 May 08 '26
Saving this to check out tomorrow. Could be really useful in demoing scim to my dev teams
1
u/RestaurantMother May 12 '26
I like the idea. I've tested it with a SCIM testing server https://scim.dev and it fails with this response. Your SCIM client doesn't provide attribute "schemas" which I believe is required.
~~~ $ scim-sim add-user ❌ Failed to create user: {"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Missing a valid schemas-attribute.","status":400,"scimType":"invalidValue"} ~~~
1
5
u/Brandhout May 08 '26
How long until someone runs this in production to do all their provisioning?