keycloak-admin-ruby
keycloak-admin-ruby copied to clipboard
Keycloak Admin REST API client written in Ruby
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.
When fetching a user, the credentials object is empty. I am unable to determine whether a user has configured their profile with OTP. Is this something that we're planning to...
Hi, Keycloak added support for Organizations. Any plans to add them to the gem? Thanks, Josh