Git Product home page Git Product logo

keycloak-chameleon's Introduction

Chameleon Keycloak extension

This single artifact contains a few extensions to Keycloak:

  • An OpenID protocol mapper, which returns a list of the user's linked federated identity provider (aliases) on a new user-defined claim name. In order for this to be useful with multiple providers, you must configure it as a multi-value claim.
  • An OpenID protocol mapper, which returns a list of "projects" (groups) with additional custom properties set (e.g., "nickname".)
  • A Keycloak theme that adds Chameleon branding and hides the username/password login flow. The theme also contains the terms and conditions for use of the Chameleon platform.
  • A required action that requires a user to update their profile and set required fields that are non-standard.

Build

make build

Publishing new versions

This package is currently published to GitHub Packages.

make publish

Testing a version

Keycloak providers (plugins, extensions, etc.) must be placed in the in the Keycloak modules directory (/opt/keycloak/providers when using the Keycloak Docker image. Keycloak must be restarted (and rebuilt if auto-build is not enabled) to load the provider.

Note: if a theme template is updated, hot-reloading doesn't seem to pick up template changes. In this case, a restart of the Keycloak service is necessary.

version="<version>"
github_package="<JAR asset URL from https://github.com/ChameleonCloud/keycloak-chameleon/packages/304507>"
wget -O "path/to/keycloak/modules/keycloak-chameleon-$version.jar" "$github_package"

Acknowledgements

keycloak-chameleon's People

Contributors

dependabot[bot] avatar diurnalist avatar msherman64 avatar super-cooper avatar zhenz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.