From 6b7d2446c936d666d3fe2b95d2537eee9e154afa Mon Sep 17 00:00:00 2001 From: stianst Date: Sun, 26 Jan 2025 02:26:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20main=20from=20=20@=208c941f7da?= =?UTF-8?q?398c7900f7759178cac1ef6900c1b88=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nightly/securing-apps/admin-client.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nightly/securing-apps/admin-client.html b/nightly/securing-apps/admin-client.html index 25f3aec306d..164c7ff433d 100644 --- a/nightly/securing-apps/admin-client.html +++ b/nightly/securing-apps/admin-client.html @@ -84,8 +84,10 @@

Keycloak admin client

-

The Keycloak admin client is a Java library that facilitates the access and usage of the Keycloak Admin REST API. To use it from your application add a dependency on the -keycloak-admin-client library. For example using Maven:

+

The Keycloak admin client is a Java library that facilitates the access and usage of the Keycloak Admin REST API. +The library requires Java 11 or higher at runtime (RESTEasy dependency enforces this requirement). +To use it from your application add a dependency on the keycloak-admin-client library. +For example using Maven: