diff --git a/docs/guides/securing-apps/partials/saml/installation.adoc b/docs/guides/securing-apps/partials/saml/installation.adoc
index 8f5536b022..a94177d69f 100644
--- a/docs/guides/securing-apps/partials/saml/installation.adoc
+++ b/docs/guides/securing-apps/partials/saml/installation.adoc
@@ -18,7 +18,7 @@ The provision of the feature pack is done using the https://docs.wildfly.org/wil
org.keycloak
keycloak-saml-adapter-galleon-pack
- 25.0.2
+ {version}
@@ -58,7 +58,7 @@ The provision of the feature pack is done using the https://docs.wildfly.org/wil
org.keycloak
keycloak-saml-adapter-galleon-pack
- 25.0.2
+ {version}
diff --git a/docs/guides/securing-apps/saml-galleon-layers.adoc b/docs/guides/securing-apps/saml-galleon-layers.adoc
index 96c34cbb4f..3726b5b558 100644
--- a/docs/guides/securing-apps/saml-galleon-layers.adoc
+++ b/docs/guides/securing-apps/saml-galleon-layers.adoc
@@ -8,7 +8,7 @@ summary="Using {project_name} SAML Galleon feature pack to secure applications i
The SAML adapter is distributed as a Galleon feature pack for wildfly 29 or newer. More details about the subject
in the https://docs.wildfly.org/32/WildFly_Elytron_Security.html#Keycloak_SAML_Integration[WildFly documentation].
-The same option is provided for JBoss EAP 8 GA.
+The same option is provided for https://docs.redhat.com/en/documentation/red_hat_jboss_enterprise_application_platform/8.0/html-single/using_single_sign-on_with_jboss_eap/index#securing-applications-with-saml_securing-applications-deployed-on-server-with-single-sign-on[JBoss EAP 8 GA].
For an example about how to integrate Keycloak with JakartaEE applications running on latest Wildfly/EAP, take a look at the `servlet-saml-service-provider` Jakarta folder in the https://github.com/keycloak/keycloak-quickstarts[Keycloak Quickstart GitHub Repository].