This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
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
andallow-any-hostname
(see more in Keycloak Java Adapter Config) ofkeycloak.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).