Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@flytreeleft flytreeleft released this 18 Apr 01:53
· 7 commits to master since this release

The v0.5.0 contains the following improvements:

  • Consider the authentication with email-like username for SSO.
  • Add debug logs when creating a client from a keycloak.json.
  • Support the option disable-trust-manager and allow-any-hostname (see more in Keycloak Java Adapter Config) of keycloak.json to disable SSL verification in test environments.
  • Support proxy setting in keycloak.json: { "proxy-url": "http://<proxy-username>:<proxy-password>@<proxy-host>:<proxy-port>" }.
  • Add Keycloak user's roles logging.

Thank @josedev-union (#56), @jam01 (#62) and @s-starostin (#69).