canonical / identity-platform-admin-ui

Admin UI for the Canonical identity broker and identity provider solution
Other
6 stars 4 forks source link

IAM 867 fix groups handlers #300

Closed BarcoMasile closed 5 months ago

BarcoMasile commented 5 months ago

Description

This PR fixes unexpected behavior when invoking the group API.

Similar to the work done in #295 .

Changes

NB: a subsequent PR will take care of returning errors from the concurrent deletions, this requires more work on the worker pool side and on the role service, so it needs to be done separately. This is way the remove role test is not testing error for now.