Keycloakify
GitHubStorybookStarter projectKeycloak as a service
v8
  • Documentation
  • Release Notes & Upgrade Instructions
  • FAQ
v8
  • 👨‍💻Quick start
  • 🔩Keycloakify in my App
  • 📧Email customization
  • ✒️Terms and conditions
  • ✅Realtime input validation and custom registration fields
  • ⚠️Limitations
  • 🔧Environnement Variables
  • 🌎i18n: msg(...)
  • 📖Build options
  • 💂Email domain acceptlist
  • 🛑Keycloak error in log
  • 🌉Context persistence
  • 💟Contributing
  • 🤔How it works
  • ⬆️Migration guides
    • ⬆️v7 -> v8
    • ⬆️v6 -> v7
    • ⬆️v6.x -> v6.12
    • ⬆️v5 -> v6
Powered by GitBook
On this page
  1. Migration guides

v6 -> v7

Previousv7 -> v8Nextv6.x -> v6.12

Many things have changed, I invite you to have a look at the latest version of the starter to see what's up:

The main takeway is that, now your theme source files should be located in a keycloak-theme directory somewhere in your src directory OR at the root of your directory.

Acceptable directory strucuture:

src/
  keycloak-theme/
    login/
    account/
    email/
    
===OR===

src/
  foo/
    bar/
      keycloak-theme/
        login/
        account/
        email/

===OR===

src/
  login/
  account/
  email/

You don't need to have all three variant of the theme. If you only need the login theme for example you can have only the login directory. If you had akeycloak_email_theme at the root of your project it must be move alongside the login/ and account/ directory.

Step by step migration example

If you experience issues upgrading to v7 do not hesitate to .

⬆️
⬆️
ask for help
Migrating Template.tsx to Keycloakify v7 · codegouvfr/sill-web@871dbcaGitHub
Migrating i18n to Keycloakify v7 · codegouvfr/sill-web@a6a7bfaGitHub
GitHub - codegouvfr/keycloakify-starter: 🔑 starter and demo project for KeycloakifyGitHub
Update Terms.tsx to Keycloakify v7 · codegouvfr/sill-web@adf5d77GitHub
Feeling overwhelmed? Check out our exclusive sponsor's Cloud IAM consulting services to simplify your experience.
Cloud IAM - Keycloak Identity and Access Management as a Service
Logo
Logo
Logo
Migrating kcContext to Keycloakify v7 · codegouvfr/sill-web@085e54dGitHub
Logo
Logo
Logo