Skip to content

Commit 9161b07

Browse files
rolfedhgsmet
authored andcommitted
Update keycloak version to 25.0.0 on main
(cherry picked from commit 1b88b51)
1 parent 8462ca4 commit 9161b07

5 files changed

+5
-5
lines changed

docs/src/main/asciidoc/security-keycloak-authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ To start a Keycloak server, use the following Docker command:
226226
docker run --name keycloak -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -p 8543:8443 -v "$(pwd)"/config/keycloak-keystore.jks:/etc/keycloak-keystore.jks quay.io/keycloak/keycloak:{keycloak.version} start --hostname-strict=false --https-key-store-file=/etc/keycloak-keystore.jks
227227
----
228228
229-
where `keycloak.version` must be `23.0.0` or later and the `keycloak-keystore.jks` can be found in https://github.com/quarkusio/quarkus-quickstarts/blob/main/security-keycloak-authorization-quickstart/config/keycloak-keystore.jks[quarkus-quickstarts/security-keycloak-authorization-quickstart/config].
229+
where `keycloak.version` must be `25.0.0` or later and the `keycloak-keystore.jks` can be found in https://github.com/quarkusio/quarkus-quickstarts/blob/main/security-keycloak-authorization-quickstart/config/keycloak-keystore.jks[quarkus-quickstarts/security-keycloak-authorization-quickstart/config].
230230
231231
Try to access your Keycloak server at https://localhost:8543[localhost:8543].
232232

docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ For more information, see the <<keycloak-dev-mode>> section.
217217
docker run --name keycloak -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -p 8180:8080 quay.io/keycloak/keycloak:{keycloak.version} start-dev
218218
----
219219
====
220-
* Where the `keycloak.version` is set to version `23.0.0` or later.
220+
* Where the `keycloak.version` is set to version `25.0.0` or later.
221221
. You can access your Keycloak server at http://localhost:8180[localhost:8180].
222222
. To access the Keycloak Administration console, log in as the `admin` user by using the following login credentials:
223223

docs/src/main/asciidoc/security-oidc-code-flow-authentication-tutorial.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To start a Keycloak server, use Docker and run the following command:
201201
docker run --name keycloak -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -p 8180:8080 quay.io/keycloak/keycloak:{keycloak.version} start-dev
202202
----
203203

204-
where `keycloak.version` is set to `23.0.0` or later.
204+
where `keycloak.version` is set to `25.0.0` or later.
205205

206206
You can access your Keycloak Server at http://localhost:8180[localhost:8180].
207207

docs/src/main/asciidoc/security-openid-connect-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ To start a Keycloak Server, you can use Docker and just run the following comman
535535
docker run --name keycloak -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -p 8180:8080 quay.io/keycloak/keycloak:{keycloak.version} start-dev
536536
----
537537

538-
Set `{keycloak.version}` to `23.0.0` or later.
538+
Set `{keycloak.version}` to `25.0.0` or later.
539539

540540
You can access your Keycloak Server at http://localhost:8180[localhost:8180].
541541

docs/src/main/asciidoc/security-openid-connect-multitenancy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ To start a Keycloak server, you can use Docker and run the following command:
351351
docker run --name keycloak -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin -p 8180:8080 quay.io/keycloak/keycloak:{keycloak.version} start-dev
352352
----
353353

354-
where `keycloak.version` is set to `23.0.0` or higher.
354+
where `keycloak.version` is set to `25.0.0` or higher.
355355

356356
Access your Keycloak server at http://localhost:8180[localhost:8180].
357357

0 commit comments

Comments
 (0)