WIPACrepo / keycloak-rest-services

Services surrounding KeyCloak, that use the REST API to read/update state
MIT License
1 stars 1 forks source link

new function: krs.groups.find_groups() #150

Closed vbrik closed 4 months ago

vbrik commented 4 months ago

@dsschult are you ok with the change to list_groups() in groups.py? (ignore everything else in this branch; it was supposed to be for something else)

Basically, I need to be able to find groups based on custom attributes, and list_groups() is a lot faster than having keycloak do the search

dsschult commented 4 months ago

Sure, LGTM.