4/7/2016 9:02:36 AM
- Allow to configure proxy for auth-server requests in adapters.
|
3/15/2016 12:47:44 PM
in adapters.
Previously the adapter configuration did not support specifying a proxy
for auth-server requests issued via the Apache HTTP Client by Keycloak.
This made it very difficult to connect an Application with Keycloak
that was required to use a proxy.
Introduced new `proxy-url` attribute to the adapter configuration
which makes it possible to configure a proxy to be used for auth-server
requests. Proxy-Host, Proxy-Port and Proxy-Scheme are taken from the
configured proxy URL.
Note that proxies that require authentication are currently not supported.
|
|
|
4/7/2016 4:36:34 AM
network for clustering
|
4/7/2016 4:34:35 AM
Renaming a realm without saving the form affects all li…
|
4/7/2016 1:59:21 AM
all links in Console
|
4/7/2016 2:36:22 AM
Improve thread safety of TokenManager
|
4/5/2016 10:01:37 AM
commit guards access to the non-final fields of TokenManager by its intrinsic lock.
|
4/7/2016 2:35:39 AM
By default, allow for concurrent usage
|
4/5/2016 6:34:02 AM
nature of Keycloak makes it very plausible that it is used in
a concurrent setting. With that in mind, it would make sense to,
by default, allow for more than one concurrent Resteasy connection
in the admin client code.
|