Thanks for reaching out Thorsten! Creating an example of Apache SCIMple using ApacheDS (or other LDAP server) is on the _TODO_ list. It would be great for integration tests, and other use cases.
IMHO, one of the issues in making a _generic_ solution like this is (IMHO) everyone does LDAP a little differently (different schemas, extensions, structure, etc) But this could start out as a simple example, supporting a single schema, and then grow into a more robust solution. What we have today for example are basically in-memory examples (where you could replace the storage mechanism with something of your choosing (LDAP, DB, etc): https://github.com/apache/directory-scimple/tree/develop/scim-server-examples If there is someone at your company that wants to help out with this let us know, and we can help point you in the right direction! -Brian On Tue, Sep 10, 2024 at 3:54 AM Thorsten Schlößer <[email protected]> wrote: > Dear All, > > > > first of all I have to confess, I am not a developer! But I am using > Apache Directiory Studio and the embedded ApacheDS for testing LDAP > integrations. > > > > While browsing the Apache pages I stumbled into SCIMple and fount this > quite interesting! > > > > I am wondering, if it is possible to use SCIMple together with ApacheDS > embedded in Studio to offer a SCIM API? > > > > What I am looking for is a kind of local application offering a SCIM API > to run some integration tests with an SCIM client application. > > > > Please correct me, if this is not the correct mailing list! > > > > Cheers > > > > Thorsten > > > > > > >
