W
Windmill11mo ago
rubenf

Is there anyone with experience with

Is there anyone with experience with SCIM or SAML ? Would love to chat
7 Replies
Sindre
Sindre11mo ago
I guess I need to answer yes, here to. we use SCIM to sync users with a lot of our enterprise customer
rubenf
rubenf11mo ago
Nice, do you know if you followed a particular spec ? Any tips you would recommend for windmill to implement it ? Was it built in house by one of the developer ?
Sindre
Sindre11mo ago
Nice, do you know if you followed a particular spec ?
Kind of we partly implemented https://scim.cloud/ but our "test suite" was Azure AD
Any tips you would recommend for windmill to implement it ?
I was happy with our approach meaning you implement what is needed for your use case of it. I remember we followed a guide from a Azure/MS website. Where they described which part of the SCIM they had implmented.
Was it built in house by one of the developer ?
yes, it was implemented in-house of our ruby developers. we ended up later adding a REST endpoint also for provisioning users. I mean I saw a github repo that simplified SCIM to a rest api, so that you could implement a crud rest interface for user and groups. But our in house developers was ruby to the bone, and did not like the hassle of maintaining a node platform.
Sindre
Sindre11mo ago
Think maybe it was this -https://github.com/jelhub/scimgateway
GitHub
GitHub - jelhub/scimgateway: Using SCIM protocol as a gateway for u...
Using SCIM protocol as a gateway for user provisioning to other endpoints - GitHub - jelhub/scimgateway: Using SCIM protocol as a gateway for user provisioning to other endpoints
rubenf
rubenf11mo ago
Thanks, I will look it up. You mentioned following azure ad one, but does it work with all scim providers in your experience?
Sindre
Sindre11mo ago
Most of our customers are on azure, so I can not speak of too may others, I would guess we have had others providers, and I would assume there where some minor details to fix, but I'm only guessing at this point.
Sindre
Sindre11mo ago
To understand all the details on the azure side we haev a step by step explanation on how to set it up here - https://help.motimateapp.com/hc/en-us/articles/12338370776081
Motimate Support
How to setup SCIM between Azure and Motimate?
Enable a SCIM integration between your Azure Active Directory (AD) and Motimate, in order to synchronize users automatically in Motimate. Motimate supports automatic data import/sync from Azure AD ...