4/7/2016 2:24:03 PM
in admin
Fixes accidentally removed in PR #2449 ResteasyClient pool size parameter in
`org.keycloak.admin.client.Keycloak`.
|
|
|
|
|
|
|
4/7/2016 10:45:10 AM
add service account support to keycloak-admin-client
|
3/30/2016 3:42:21 PM
grant_type=client_credentials support to keycloak-admin-client
so `keycloak-admin-client` can be used with service client account.
Fixes #KEYCLOAK-2236
|
4/7/2016 10:41:33 AM
Should return a primitive if possible.
|
4/7/2016 8:19:29 AM
JSON primitive is valid JSON. There is no need to construct a JSON object
just for the sake of being JSON complient. This keeps things nice and simple.
|
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.
|