Awesome!! Nothing like that exists, but I think it would be a very useful example. Right now all of the sample projects are very basic, using hash maps to _store_ objects.
In the back of my mind, I've been trying to think of a way we could build a generic implementation that _anyone_ could stick in front of an LDAP server. While I think that's possible, it's probably overkill at this point (given that everybody does LDAP a little different). Back on topic, an example that shows how to persist objects to an LDAP server would be awesome, over time we can add other functionality Complex search, bulk transactions, etc. Not all of that functionality is necessary, of a lot of use cases. For example, Okta only requires SCIM servers to support a username search `filter=userName eq "[email protected]"` But per SCIM spec, queries could be MUCH more complex. Maybe this could be a reference implementation of SCIMple? On Sun, Jan 21, 2024 at 11:29 AM Shawn McKinney <[email protected]> wrote: > > Hello, > > First, nice work on the recent release! > > I’ve been kicking the tires on the scim-server-spring-boot example. > > Got me thinking about ldap support. Specifically, for Apache Directory and > OpenLDAP. But for the others as well. > > A starting point for projects that wanted to manage their LDAP backend using > SCIM protocols. > > Maybe get a few steps closer to an implementation. > > Does something like this already exist and I’ve missed it? > > Seems like a good place for folks to start if they wanted to help. > > Cheers > > — > Shawn > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
