Keycloakify
HomeGitHubStorybookAlternative to keycloak-js
  • Documentation
  • Release Notes & Upgrade Instructions
  • FAQ
  • Frequently Asked Questions
  • How does Keycloakify work?
  • It works in Storybook but not in Keycloak
  • There is too much info exposed in window.kcContext
  • How do I identify the page to customize?
  • Can I use react-hooks-form?
  • I can't find what I need in the kcContext
  • How do I add extra pages?
  • How can I access Realm Attributes?
  • How can I redirect the user to Login/Register?
  • Errors in Keycloak Log
  • Why do I get reCaptcha warnings?
  • My Realm Overrides Translations do not apply
  • Validating the password in login-update-password.ftl page
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

How do I identify the page to customize?

Was this helpful?

If you can't seem to find the page that you're looking for in , first thing to try is to open the developer tool and see the pageId of the page you're trying to customize.

Here there is two scenario:

First one is there is no KcContext

If you get this error this means that the theme isn't correctly enabled on the client/realm. Checkout this guide or join , we'll help you debug. Other scenario you get a page that is not listed in . This probably mean that you have a third party Keycloak extension enabled on your Keycloak server, you can still customize this page, just follow this guide:

our discord server
the reference storybook
the reference Storybook
Identificating register.ftl
No kcContext defined on the global