Skip to content

All extensions that we created for our Keycloak instance of Learning-Layers

Notifications You must be signed in to change notification settings

Tobasco99/keycloak-extensions

 
 

Repository files navigation

Keycloak-extensions

This repository is a collection of changes and extensions that we have created for our Keycloak instance.

The repository contains the following directories:

  • Client-User-Linkage:

    • REST API extension for creation of clients with linkage of the client to the user that has created it.
  • account-console:

    • Extension of the account console of Keycloak to create and manage UserClients of the user.
  • adapters:

    • Directory containing necessary file from official Keycloak repostory for compiling the account-console

How to deploy the extensions

Each extension is deployed in form of a single .jarfile. The file has to be copied into the /standalone/deployments directory of your Keycloak instance. If your Keycloak instance is running inside a Docker container, the directory is located at /org/jboss/keycloak/standalone/deployments.

Instructions to build each extension are in the respective directories. For some guidance on how to use the extensions, please have a look at the wiki pages of this repository.

About

All extensions that we created for our Keycloak instance of Learning-Layers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.7%
  • Java 7.3%
  • FreeMarker 4.7%
  • Other 0.3%