Hello,
I tried to create my own theme by the description in Keycloak Reference Guide 1.6.1. There are incorrect path (at several places) in chapter 31. - Custom User Attributes, e.g.:
- Create a new theme within the
themes/admin/mytheme
directory in your distribution. Where mytheme
is whatever you want to name your theme.
should be:
- Create a new theme within the
themes/mytheme/
admin/ directory in your distribution. Where mytheme
is whatever you want to name your theme.
or
- Copy the file
themes/admin/base/resources/partials/user-attribute-entry.html
into the a mirror directory ...
should be:
- Copy the file
themes/base/admin/resources/partials/user-attribute-entry.html
into the a mirror directory
There are several places in chapter 31 where incorrect paths are given as an example.
Best regards,
Bystrik