Keycloak is an open source Identity and Access Management solution for easily securing modern applications and API. This library wrap the Keycloak Java Adapter and provide some utilities facilitating the integration.
keycloak-clojure {:mvn/version "1.24.1"}
The reference documentation is available on cljdoc.
- Concepts: Keycloak implements the concepts of the OAuth and OIDC protocols as well as its own concepts. This section explains these concepts and their purpose
- Setup: this section exposes an easy way to install Keycloak on your development machine through Docker
- Administration: the administration tasks allows to create the different Keycloak resources used later when securing the application
- Frontend: this section explains how to secure a typical SPA frontend
- Backend: this section explains how to secure an API backend