Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 954 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 954 Bytes

🚀 Free Keycloak as a service.

keycloak-extensions

Common utilities for Keycloak extensions. This is not an extension, but is meant to reduce some boilerplate for extension authors. Used in Phase Two's Keycloak extensions.

Using in your extensions

    <dependency>
      <groupId>io.phasetwo.keycloak</groupId>
      <artifactId>keycloak-extensions</artifactId>
      <version>VERSION</version>
    </dependency>

Depending on your mechanism of packaging, you'll either need to include this in an uber-jar (e.g. using the Maven Shade plugin) or put this jar in the provders/ directory in your Keycloak distribution (in the case where multiple extensions depend on it).


All documentation, source code and other files in this repository are Copyright 2023 Phase Two, Inc.