Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions docs/meta/meta_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,26 @@ The purpose of this page is to indicate the latest versions of Ontimize Boot pro
</tr>
</thead>
<tbody>
<tr>
<td>3.15.1</td>
<td>3.15.1</td>
<td>5.12.1</td>
<td rowspan="2">3.2.0</td>
<td rowspan="5">1.3.1</td>
<td rowspan="3">3.4.0</td>
<td rowspan="2">1.2.0</td>
</tr>
<tr>
<td>3.15.0</td>
<td>3.15.0</td>
<td>5.12.0</td>
<td>3.2.0</td>
<td rowspan="4">1.3.1</td>
<td rowspan="2">3.4.0</td>
<td rowspan="3">1.0.4</td>
</tr>
<tr>
<td>3.14.0</td>
<td>3.14.0</td>
<td>5.11.0</td>
<td rowspan="16">3.1.0</td>
<td rowspan="2">1.0.4</td>
</tr>
<tr>
<td>3.13.0</td>
Expand Down
5 changes: 4 additions & 1 deletion docs/systems/keycloak/systems_keycloak_programmatically.md
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ ontimize:
</div>
</div>

### 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.

Expand Down Expand Up @@ -1488,6 +1488,9 @@ public class TenantsService {
</div>
</div>

{: .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.
Expand Down
Loading