keycloak-admin-ruby icon indicating copy to clipboard operation
keycloak-admin-ruby copied to clipboard

Keycloak Admin REST API client written in Ruby

Results 4 keycloak-admin-ruby issues
Sort by recently updated
recently updated
newest added

I just checked out the gem and found out that the group representation is missing the subGroups. Are there any plans to implement that?

* Be more permissive with user attributes on create/update * Camelize user params on update * Return user object on update (same as create) * Add activesupport to enable deep...

`OpenSSL::SSL::VERIFY_NONE` is dangerous (see https://brakemanscanner.org/docs/warning_types/ssl_verification_bypass/). We don't want to even hint at its possible usage, so people (especially less experienced engineers) don't accidentally use it.