Code Monkey home page Code Monkey logo

keycloak-extensions's Introduction

Keycloak extensions

Export realm configuration

To use the same configuration when starting keycloak in the docker, you have to run keycloak locally, do the settings that you want, and export the conf.

To export the conf, run from the root of this repo: PATH/TO/kc.sh export --file rezoleo-realm-export.json --realm rezoleo. Keycloak must be stopped before running this command.

It will output a json file that is imported in keycloak inside docker.

Debugging the extensions

By running the docker-compose, you are by default in debug mode. To debug remotely, in IntelliJ, create a Remote JVM Debug run configuration, connected to the port 8787.

Build the extensions

By default, the extensions are imported in the docker keycloak. To update your changes, you have to run mvn install and then restart your container.

Running the test

Tests are ran from the folder /test with the command npm run test.

Add a new extension

To add a new extension, take a look at how keycloak does it (example for a validator).

Extending the tests

To help you add a new e2e test, you can use the playwright test generator: npx playwright codegen localhost:8080.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.