Keycloak-admin-client

I want to use Keycloak authentication in my android and web app. For web app, I used keycloak-js library with VueJs. It works fine. Now I want to implement keycloak auth in my android app. I came to know, there is keycloak-admin-client library for java. And I found it in maeven repo. But I couldn’t find the API documentation for admin-client library. But there is a link for API docs in keycloak docs(Server Developer Guide), But the link is broken(Web page not found). So kindly help me in this regard.

This broken link was https://www.keycloak.org/docs/20.0/api_documentation/ so i changed it to https://www.keycloak.org/docs/20.0.3/api_documentation/ and that appears to work. Lucky guess :slight_smile:

1 Like