marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

fix: get_groups pagination not working #537 #541

Closed samims closed 3 months ago

samims commented 4 months ago

Issue Link: https://github.com/marcospereirampj/python-keycloak/issues/537 Why: When calling the get_groups method with parameters for "first" and "max" to limit the number of results, it seems that these parameters are not being respected. Instead, the method returns all the groups for the realm, regardless of the specified pagination values.

What: normal call was modifying pagination call everytime.