Limitations
Last updated
Was this helpful?
Last updated
Was this helpful?
This project only support out of the box the most common user facing pages of Keycloak login.
To see the complete list of pages that Keycloak provide you can download the base theme with the following command
npx -p keycloakify download-builtin-keycloak-theme
are the login pages currently implemented vs .
are the acount pages currently implemented vs .
process.env.PUBLIC_URL
not supported.You won't be able to . (This isn't recommended anyway).
This scenario won't work
As a workaround you can have your @font-face
import directly in a style tage of your index.html <head />
.
Make sure %PUBLIC_URL%/fonts/Marianne-Light.woff2
actually point to the font file.
You can circumvent the problem by avoiding hosting your font yourself using Google Fonts, Font Awesome or any other font provider.
The following page isn't customizable yet.
Example (and the font are ).
You can , you will need to enable on the server serving your fonts.
If you are missing this feature .
It's however planned to enable this. Follow the progress in .
Keycloakify analyze your code to see what field name are used. As a result your field names should be hard coded in your code (If you are you don't have to worry about it).