Hi there,
I managed to get an osiam 0.10 running and connect from a remote client to the osiam machine.
I am trying the connector4python at the moment, and basically it works out.
I modified the example-client.py and wrote a script to fetch all users, fetch a user by his username and a user by his id.
I wonder if there is a more sophisticated way of doing the search and filtering, than I am doing it (as described here:
https://github.com/osiam/server/wiki/api_documentation#search)
Otherwise I would write some helper functions, that would create this filterstring from a given dict or something like this.
Thanks a lot and kind regards
Cornelius