Skip to content

Commit

Permalink
docs: update README to version 7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 18, 2024
1 parent c7b96f9 commit d6e7268
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ This plugin provides the basis for using Keycloak as Identity Management solutio
**Beware: in case you want to use Keycloak's advanced login capabilities for social connections you must configure SSO as well.**
Password grant exchanges are only supported for Keycloak's internally managed users and users of an LDAP / Keberos User federation. Hence without SSO you will only be able to login with users managed by such connections.

Current version: `7.21.6`<br >
Latest tests with: Keycloak `25.0.4`, `19.0.3-legacy`, Camunda `7.21.0`, `7.21.0-ee`
Current version: `7.22.0`<br >
Latest tests with: Keycloak `25.0.4`, `19.0.3-legacy`, Camunda `7.22.0`, `7.22.0-ee`

#### Features
Changes in version `7.22.0`

* Upgrade to Camunda Platform 7.22.0

Changes in version `7.21.6`

* Upgrade to Camunda Platform 7.21.0
Expand Down Expand Up @@ -144,7 +148,7 @@ Maven Dependencies:
<dependency>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak</artifactId>
<version>7.21.6</version>
<version>7.22.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/sso-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ version: "3.9"
services:
jboss.keycloak:
image: gunnaraccso/keycloak.server:21.1.1
image: gunnaraccso/keycloak.server:24.0.3
restart: unless-stopped
environment:
TZ: Europe/Berlin
Expand Down

0 comments on commit d6e7268

Please sign in to comment.