Skip to content

Commit 9996098

Browse files
authored
Merge pull request redhat-developer#783 from jmagak/RHIDP-3060-Add-the-supported-Keycloak-version-as-a-prerequisite-in-the-doc
2 parents 03aa8cc + 1894545 commit 9996098

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Diff for: artifacts/rhdh-plugins-reference/keycloak/keycloak-plugin-admin.adoc

+10-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@ The Keycloak backend plugin, which integrates Keycloak into {product-short}, has
66
* Synchronization of Keycloak users in a realm.
77
* Synchronization of Keycloak groups and their users in a realm.
88

9+
[NOTE]
10+
====
11+
The supported Keycloak version is `18.x`.
12+
====
13+
914
== Installation
1015

1116
The Keycloak plugin is pre-loaded in {product-short} with basic configuration properties. To enable it, set the `disabled` property to `false` as follows:
1217

1318
[source,yaml]
1419
----
15-
global:
16-
dynamic:
17-
includes:
20+
global:
21+
dynamic:
22+
includes:
1823
- dynamic-plugins.default.yaml
19-
plugins:
24+
plugins:
2025
- package: ./dynamic-plugins/dist/janus-idp-backstage-plugin-keycloak-backend-dynamic
2126
disabled: false
2227
----
@@ -87,7 +92,7 @@ The following table describes the parameters that you can configure to enable th
8792
| Name | Description | Default Value | Required
8893

8994
| `baseUrl`
90-
| Location of the Keycloak server, such as `pass:c[https://localhost:8443/auth]`. Note that the newer versions of Keycloak omit the `/auth` context path.
95+
| Location of the Keycloak server, such as `pass:c[https://localhost:8443/auth]`.
9196
| ""
9297
| Yes
9398

0 commit comments

Comments
 (0)