Salem
Salem
- Added an optional parameter to the get_realm_roles function so you can limit the returned result based on the passed search_text
- Added the missed documentation in README.md for keycloak_admin.get_client_authz_settings() function. - Deleted the documentations for the non existing function keycloak_admin.get_roles() from the README.md. **_Note:_** it meant to be keycloak_admin.get_realm_roles() instead...
### Description The [Administration REST API](https://www.keycloak.org/docs-api/17.0/rest-api/index.html) documentations are missing the Authz services endpoints docs: **_GET Method_** GET /{realm}/clients/{id}/authz/resource-server/{type} Note that {type} could be "settings", "resource", "scope", "permission", or "policy". Also,...
Update the flag value `--elv2-license "accept"` to accept also the values `"yes"/"Yes"/"Y"/"y"`; e.g. `--elv2-license "yes"` This will provide more intuitive values for most end-users instead of just "accept". Also, it...