From 08a2cb6a3b8413720975edae2b5fe44b3035c15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xo=C3=A1n=20Loureiro=20Santamar=C3=ADa?= Date: Mon, 14 Apr 2025 10:21:41 +0200 Subject: [PATCH] Update Keycloak documentation --- docs/meta/meta_versions.md | 14 ++++++++++---- .../keycloak/systems_keycloak_programmatically.md | 5 ++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/meta/meta_versions.md b/docs/meta/meta_versions.md index 3dd4d03..418d0be 100644 --- a/docs/meta/meta_versions.md +++ b/docs/meta/meta_versions.md @@ -37,20 +37,26 @@ The purpose of this page is to indicate the latest versions of Ontimize Boot pro + + 3.15.1 + 3.15.1 + 5.12.1 + 3.2.0 + 1.3.1 + 3.4.0 + 1.2.0 + 3.15.0 3.15.0 5.12.0 - 3.2.0 - 1.3.1 - 3.4.0 - 1.0.4 3.14.0 3.14.0 5.11.0 3.1.0 + 1.0.4 3.13.0 diff --git a/docs/systems/keycloak/systems_keycloak_programmatically.md b/docs/systems/keycloak/systems_keycloak_programmatically.md index 1cd5a3b..b1692e8 100644 --- a/docs/systems/keycloak/systems_keycloak_programmatically.md +++ b/docs/systems/keycloak/systems_keycloak_programmatically.md @@ -1118,7 +1118,7 @@ ontimize: -### Provide the tenants programatically +### Provide the tenants programmatically The **OntimizeKeycloakConfigResolver** bean is responsible for managing tenants, so we need to provide it with the tenants we want to use. For this we will add the new TenantsService class. @@ -1488,6 +1488,9 @@ public class TenantsService { +{: .note} +> Since Ontimize version 3.15.0, **IOntimizeMultitenantKeycloakConfigResolver** interface has been replaced by **OntimizeKeycloakConfigResolve** class. + ## Removing the configurations and classes that are no longer needed Once the **Keycloak** authentication had been implemented, the configurations and the data access objects for Ontimize authentication can be removed.