Fixed structure to follow rules templates

This commit is contained in:
Mauro Mugnaini 2022-02-16 13:27:55 +01:00
parent dc74fa7cba
commit 711ba4d983
1 changed files with 4 additions and 10 deletions

View File

@ -3,15 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Master branch - 2022-02-15
## [v2.0.0-SNAPSHOT]
- Updated d4science themes for Keycloak v16
- Reimplemented d4science.v2 account ui for Keycloak v16
## Master branch
- First release
[#19518] Implemented the Keycloak "d4science" login parametric template.
Each new gateway that does not implement its own specific login template should use by default this base "d4science" template. However, it is possible to set some parameters in `<keycloak_home>/themes/<gatewayname>/login/themes.properties` file to do some customizations such as logo, background, colors, and some links (see for example parameters of dev4.d4science.org and next.d4science.org themes).
- Porting from `d4science-keycloak-themes` repo
- [#19518] Implemented the Keycloak "d4science" login parametric template.
- Each new gateway that does not implement its own specific login template should use by default this base "d4science" template. However, it is possible to set some parameters in `<keycloak_home>/themes/<gatewayname>/login/themes.properties` file to do some customizations such as logo, background, colors, and some links (see for example parameters of dev4.d4science.org and next.d4science.org themes).