Skip to content

Commit

Permalink
Add missing required package
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlazik1 committed Apr 11, 2024
1 parent d466977 commit 49bd092
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ You can also register two different {Project} clients to {Keycloak} if you want

.Procedure

. On the {Project} server, install the following packages:
// python3-lxml is only needed on EL8 because of https://issues.redhat.com/browse/RHEL-31496
. On {ProjectServer}, install the following packages:
+
[options="nowrap", subs="verbatim,quotes,attributes"]
----
# {project-package-install} mod_auth_openidc keycloak-httpd-client-install
# {project-package-install} mod_auth_openidc keycloak-httpd-client-install python3-lxml
----

. Register {Project} to {Keycloak} as a client.
Expand Down

0 comments on commit 49bd092

Please sign in to comment.