Skip to content

Empty list of groups or roles is not an error

Aleksandra Wardzinska requested to merge empty_roles_groups into master

Abandon the check on non-null data element returned from the calls to get roles for an application and get groups for a role. An empty list should not be treated as an error upfront, it's up to the clients of this library to decide how to treat these cases.

Merge request reports