Skip to content

OKP4 keylcoak theme using keycloakify and okp4/ui react components

License

Notifications You must be signed in to change notification settings

okp4/okp4-keycloak-theme

 
 

Repository files navigation

OKP4 keycloak login page

🚧 WIP

This repo starts from this very cool project : A starter/demo project for Keycloakify and aims to use @okp4/ui library to build a login template page for keycloak.

⚠️ Please read the two following notices ⚠️

This starter is for CSS-level customization, if you want to customize the pages at the component level heads over to keycloakify-advanced-starter.

If you are only looking to create a theme and don't care about integrating it into a React app there are a lot of things that you can remove from this starter.

Quick start

yarn
yarn keycloak # Build the theme one time (some assets will be copied to
              # public/keycloak_static, they are needed to dev your page outside of Keycloak)
yarn start # See the Hello World app
# Uncomment line 5 of src/kcContext, reload https://localhost:3000
# You can now develop your Login pages.

# Think your theme is ready? Run
yarn keycloak
# Read the instruction printed on the console to see how to test
# your theme on a real Keycloak instance.

Introduction

This repo constitutes an easily reusable CI setup for SPA React App that generates Keycloaks's theme using keycloakify.

About

OKP4 keylcoak theme using keycloakify and okp4/ui react components

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 42.0%
  • SCSS 19.3%
  • FreeMarker 17.4%
  • HTML 13.5%
  • CSS 5.9%
  • Dockerfile 1.6%
  • JavaScript 0.3%