* standalone graph service with LDAP
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* no panic on PATCH and DELETE
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* fix apitoken yaml key
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* update user, fix response codes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* fix group creation return code
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* remove unknown user property
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* fix create return code checks in graph feature context
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* updating uses 200 OK when returning a body
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* revert user statusCreated change for now
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* revert return code changes
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* Added api test for delete user using graph API
* Added scenario, admin user tries to delete another admin user
* Added scenario, delete user with username having different case
* Addressed reviews
* add API tests for deleting groups
* add tests to expected failure
* fix php style
* update expected failure list
extend test
* merge scenarios
* bump core commit id
extend tests
descrive scenario
* use when step
* fix
Co-authored-by: Viktor Scharf <scharf.vi@gmail.com>
* add tests for getting groups and group members
* bump core commit id
* fix scenario description
* fix php style
* add tests for creating empty group
* add unauthorized response check
* mark empty group creation scenario as expected to fail
* address reviews