Skip to content

Commit

Permalink
Deploying to main from @ 8c941f7da398c7900f7759178cac1ef6900c1b88 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Jan 26, 2025
1 parent 7e75f1e commit 6b7d244
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nightly/securing-apps/admin-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ <h1>Keycloak admin client</h1>

<div class="kc-asciidoc" id="guide-body">
<div class="paragraph">
<p>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
<code>keycloak-admin-client</code> library. For example using Maven:</p>
<p>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 <code>keycloak-admin-client</code> library.
For example using Maven:</p>
</div>
<div class="listingblock">
<div class="content">
Expand Down

0 comments on commit 6b7d244

Please sign in to comment.