Skip to content

p2-inc/keycloak-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages